Commitfest PG20-1 (2026-07-01 – 2026-07-31)

No reviewers My patches My reviews
Text Status Target version Tag (type to search) Author (type to search) Reviewer (type to search)
Clear


Status summary: Needs review: 279. Waiting on Author: 39. Ready for Committer: 47. Committed: 172. Moved to next CF: 27. Withdrawn: 42. Rejected: 3. Returned with Feedback: 5. Total: 614.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Fix buffer pinning logic/visibility bugs in [SP-]Gist Index-Only Scans 5542 Withdrawn Bugfix Needs rebase! Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent), Mihail Nikalayeu (mihailnikalayeu) 6 6 months ago
Use enum type replacing #define for exec state of hashjoin and mergejoin 6027 Withdrawn Needs rebase! Tender Wang (tndrwang) 4 9 months ago
Little refactoring of portalcmds.c 6113 Withdrawn Refactoring Only Good First Review 9/10 +16−24 Aleksander Alekseev (a.alekseev) Zizhuan Liu (liuzizhuan) 4 1 month ago
Optimize SnapBuild by maintaining committed.xip in sorted order 6187 Withdrawn Performance Logical Replication 19 10/10 +151−25 Xuneng Zhou (dylanzhou) Yogesh Sharma (sharmay), Aditya Gollamudi (adigoll) 4 3 months ago
json_table function PLAN clause 6332 Withdrawn Help - User Testing 19 9/10 +1935−111 Amit Langote (amitlan), Nikita Glukhov (n.glukhov), Nikita Malakhov (nmalakh) 2 1 week ago
ANALYZE: hash-accelerate MCV tracking for equality-only types 6422 Withdrawn Performance 9/10 +214−24 Chengpeng Yan (chengpeng.yan) Ilia Evdokimov (ilidock95), Tatsuya Kawata (croissant) 2 2 months ago
ci: Add MTEST_SUITES for optional test tailoring 6430 Withdrawn CI Devtools Needs rebase! Jacob Champion (jchampion), Jelte Fennema-Nio (jeltef) 2 1 month ago
Fix slotsync worker busy loop causing repeated log messages 6546 Withdrawn Bugfix Logical Replication Needs rebase! Fujii Masao (masaofujii) Zhijie Hou (houzj) 2 3 months ago
Simplify ExecWithoutOverlapsNotEmpty by removing unused parameter 6556 Withdrawn Good First Review Needs rebase! Man Zeng (zengman) shihao zhong (zhong950419) 1 4 months ago
Inconsistency in owner assignment between INDEX and STATISTICS 6571 Withdrawn Bugfix 19 10/10 +26−1 JoongHyuk Shin (shin) Amit Khandekar (amitdkhan) 1 3 months ago
Make Intel's ICX compiler working 6576 Withdrawn Devtools 19 10/10 +275−2 Bertrand Drouvot (bertranddrouvot.pg) 1 4 months ago
Avoid multiple calls to memcpy (src/backend/access/index/genam.c) 6586 Withdrawn Refactoring Only 19 8/10 +4−4 Ranier Vilela (raniervilela) lakshmi g (lakshmi) 1 3 months ago
SQL/JSON json_table() function PLAN clause 6590 Withdrawn Help - Stuck Rebasing SQL Commands 10/10 +1935−111 Nikita Malakhov (nmalakh) 1 1 week ago
Validate user-supplied c_args in meson builds 6596 Withdrawn Devtools 19 10/10 +9−0 Bertrand Drouvot (bertranddrouvot.pg) 1 3 months ago
Check some unchecked fclose() results 6609 Withdrawn Bugfix 19 Needs rebase! Chao Li (chaol) 1 3 months ago
Bug: wrong relname in RemoveSubscriptionRel() error detail 6621 Withdrawn Bugfix stable 10/10 +1−1 Chao Li (chaol) 1 3 months ago
Silence compiler warnings -Wmaybe-uninitialized 6638 Withdrawn Refactoring Only stable 10/10 +3−3 Imran Zaheer (imranzaheer) 1 3 months ago
Track skipped vacuum and analyze in pg_stat_all_tables 6640 Withdrawn Monitoring 0/10 +324−23 Yugo Nagata (yugo.nagata) 1 6 hours ago
New Table Access Methods for Multi and Single Inserts 6643 Withdrawn Performance 3/10 +2585−72 Haibo Yan (billyean) 1 2 months ago
meson: Adjust test timeout for Valgrind builds 6646 Withdrawn Devtools 19 10/10 +21−4 Bertrand Drouvot (bertranddrouvot.pg) 1 3 months ago
SLOPE - Planner optimizations on monotonic expressions. 6653 Withdrawn Performance 19 10/10 +3121−249 Alexandre Felipe (afelipe) 1 12 hours ago
Fix NULL dereference in pg_get_database_ddl() 6669 Withdrawn Bugfix 19 10/10 +40−1 Ayush Tiwari (aytiwari) 1 3 months ago
Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN() 6682 Withdrawn Bugfix stable 10/10 +6−1 JoongHyuk Shin (shin) 1 3 months ago
Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server 6707 Withdrawn Bugfix DDL 19 10/10 +49−21 Chao Li (chaol) Zsolt Parragi (zsolt.parragi) 1 5 days ago
meson/testwrap: support EXTRA_REGRESS_OPTS environment variable 6711 Withdrawn Devtools 10/10 +3−0 Bertrand Drouvot (bertranddrouvot.pg) 1 2 months ago
Make transformAExprIn() return a flattened bool expression directly 6723 Withdrawn Good First Review 10/10 +20−2 ChangAo Chen (chenchangao) Zizhuan Liu (liuzizhuan) 1 2 weeks ago
Adjust pg_stat_get_lock() prorows to match lock types 6740 Withdrawn DDL 19 10/10 +3−3 Chao Li (chaol) Zizhuan Liu (liuzizhuan) 1 1 month ago
COPY: validate option presence rather than option values 6744 Withdrawn DDL 19 10/10 +113−26 Chao Li (chaol) 1 3 weeks ago
Fix pg_stat_statements display of normalized FETCH counts 6756 Withdrawn Bugfix DDL 19 10/10 +134−13 Chao Li (chaol) 1 2 months ago
Fix bug of COPY (on_error set_null) 6774 Withdrawn Bugfix DDL 19 10/10 +24−12 Chao Li (chaol) 1 2 months ago
(SQL/PGQ) cache lookup failed for label 6776 Withdrawn Bugfix 19 Not processed Ayush Tiwari (aytiwari) 1 1 week ago
BUG Segfault triggered by reentrancy in ri_triggers.c 6805 Withdrawn Bugfix 8/10 +199−1 Lucas Jeffrey (lucasjeffrey.acs) 1 1 week ago
pg_rewind does not rewind diverging timelines 6811 Withdrawn Bugfix Not processed Mats Kindahl (matski) Zsolt Parragi (zsolt.parragi) 1 4 days ago
BUG Segfault triggered by reentrancy in ri_triggers.c 6815 Withdrawn Bugfix 9/10 +240−1 Lucas Jeffrey (lucasjeffrey.acs) 1 1 week ago
Pq Session object plus TAP test improvements 6834 Withdrawn Performance 20 10/10 +3320−1116 Andrew Dunstan (adunstan) 1 1 month ago
Add pg_upgrade check for invalid role references in pg_init_privs 6856 Withdrawn Bugfix 18 10/10 +82−0 Hüseyin Demir (demir) 1 1 month ago
[PATCH] Fix typos in pqsignal.c comment 6871 Withdrawn Comments Only 20 10/10 +2−2 Ewan Young (kdbase.hack.gmail.com) 1 1 month ago
Fix pg_restore --no-globals SQL output for pg_dumpall archives 6899 Withdrawn System Administration Bugfix 19 Needs rebase! Chao Li (chaol) 1 1 month ago
Protect against timestamp underflow in uuidv7(interval) 6927 Withdrawn Bugfix Good First Review stable 10/10 +14−0 Tristan Partin (tristan957) 1 4 weeks ago
pgbench --continue-on-error: clarify TPS and failure reporting 6942 Withdrawn System Administration Bugfix 19 10/10 +12−4 Chao Li (chaol) 1 1 week ago
Add a statistics view to track usage of deprecated features 6948 Withdrawn Deprecation Monitoring 20 9/10 +657−16 Shinya Kato (shinyakato) 1 2 weeks ago
Fix GROUP BY ALL handling of ORDER BY operator semantics 6952 Withdrawn Bugfix 19 10/10 +5−298 Chao Li (chaol) 1 4 days ago