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

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


Status summary: Needs review: 34. Waiting on Author: 1. Ready for Committer: 2. Moved to next CF: 12. Withdrawn: 2. Total: 51.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Function scan FDW pushdown 5470 Needs review Performance 18 10/10 +1348−104 Alexander Pyhalov (a.pyhalov), Gleb Kashkin (glebka) Ashutosh Bapat (ashutoshbapat) 3 3 days ago
support create index on virtual generated column. 5667 Waiting on Author 0/10 +203−82 Jian He (stayreal) Soumya S Murali (soumyamurali) 6 5 days ago
Automatically sizing the IO worker pool 5913 Needs review Performance 19 Needs rebase! Thomas Munro (macdice) 4 7 months ago
Use enum type replacing #define for exec state of hashjoin and mergejoin 6027 Needs review Needs rebase! Tender Wang (tndrwang) 4 5 months ago
Bypassing cursors in postgres_fdw to enable parallel plans 6233 Needs review postgres_fdw Performance 19 7/10 +612−81 Rafia Sabih (rafia.sabih) 2 2 weeks ago
Proposal to allow setting cursor options on Portals 6292 Needs review libpq 2/10 +431−5 Dave Cramer (dcramer) Jelte Fennema-Nio (jeltef) 2 2 days ago
Simplify ExecWithoutOverlapsNotEmpty by removing unused parameter 6556 Ready for Committer Good First Review 10/10 +4−4 Man Zeng (zengman) shihao zhong (zhong950419) 1 1 week ago
POC: PLpgSQL FOREACH IN JSON ARRAY 6557 Needs review PL/pgSQL 0/10 +1016−97 Pavel Stehule (okbobcz) Tom Lane (tgl), Jim Jones (jimus) 1 4 days ago
Pgbench: remove synchronous prepare 6558 Needs review 10/10 +104−5 Dmitrii Bondar (difesu) 1 5 days ago
tid_blockno() and tid_offset() accessor functions 6559 Needs review SQL Commands 9/10 +198−0 Ayush Tiwari (aytiwari) 1 1 week ago
psql tab completion for user functions and if explicitly required also "pg_" 6563 Needs review psql 19 10/10 +49−1 Florin Irion (irionr) 1 1 month ago
Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint 6564 Needs review Bugfix stable 10/10 +40−2 Jian He (stayreal) 1 2 weeks ago
UBSAN crash in EventTriggerCollectAlterTSConfig 6565 Needs review Bugfix stable 10/10 +0−0 Florin Irion (irionr) 1 2 weeks ago
guc: make dereference style consistent in check_backtrace_functions 6566 Needs review Bugfix 10/10 +18−18 zhang hu (zhanghu) 1 2 weeks ago
doc: Improve wal_level and effective_wal_level GUC around logical replication 6567 Needs review Docs Only stable 10/10 +27−31 David Johnston (polobo) 1 2 weeks ago
Assert failure in ReorderBufferReturnTXN during logical decoding due to leaked specinsert change 6569 Ready for Committer Bugfix stable Needs rebase! Vishal Prasanna (vishalprasanna) 1 1 week ago
Enable -Wstrict-prototypes and -Wold-style-definition by default 6572 Needs review Refactoring Only 19 10/10 +0−0 Bertrand Drouvot (bertranddrouvot.pg) 1 2 days ago
Compress prune/freeze records with Delta Frame of Reference algorithm 6574 Needs review Performance 3/10 +4720−35 Evgeny Voropaev (evoro) 1 yesterday
Fix the wrong behavior of REFRESH MATERIALIZED VIEW CONCURRENTLY 6579 Needs review Bugfix 19 Needs rebase! Rafia Sabih (rafia.sabih), Surya Poondla (spoondla) 1 8 hours ago
Fix performance of REFRESH MATERIALIZED VIEW CONCURRENTLY 6580 Needs review Performance 19 Needs rebase! Surya Poondla (spoondla) 1 8 hours ago
Fix premature timeout in pg_promote() caused by signal interruptions 6583 Needs review Bugfix 10/10 +4−4 Robert Pang (robertpang-oss) 1 1 week ago
ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” 6584 Needs review Bugfix My First Patch 10/10 +4−12 Masashi Kamura (kam) 1 1 week ago
Avoid multiple calls to memcpy (src/backend/access/index/genam.c) 6586 Needs review Refactoring Only 19 9/10 +4−4 Ranier Vilela (raniervilela) 1 yesterday
Fix JSON_SERIALIZE() coercion placeholder type for jsonb input 6587 Needs review Bugfix 9/10 +80−3 Matt Blewitt (mble-ps) Zsolt Parragi (zsolt.parragi) 1 4 days ago
Speed up COPY TO text/CSV parsing using SIMD 6588 Needs review Performance 19 10/10 +236−18 Ayoub Kazar (kaz) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 days ago
MERGE PARTITIONS and DEPENDS ON EXTENSION. 6589 Needs review Bugfix 10/10 +377−0 Matheus Alcantara (matheus.alcantara) 1 1 week ago
SQL/JSON json_table() function PLAN clause 6590 Needs review Help - Stuck Rebasing SQL Commands 9/10 +2312−168 Nikita Malakhov (nmalakh) 1 4 days ago
A stack allocation API 6591 Needs review Refactoring Only Performance 10/10 +1347−216 Thomas Munro (macdice) 1 2 days ago
Adding Log File Capability to pg_createsubscriber 6592 Needs review 10/10 +693−262 Hayato Kuroda (ha-kun) 1 4 hours ago
tupdesc: simplify assert in equalTupleDescs() 6594 Needs review Refactoring Only 19 10/10 +1−2 Chao Li (chaol) 1 4 days ago
elog: clarify usage and style of error reporting functions 6595 Needs review Comments Only 19 10/10 +21−0 Chao Li (chaol) 1 4 days ago
Validate user-supplied c_args in meson builds 6596 Needs review Devtools 19 0/1 +9−0 Bertrand Drouvot (bertranddrouvot.pg) 1 3 days ago
Replace __builtin_types_compatible_p with _Generic 6597 Needs review Modernization Refactoring Only 10/10 +62−77 Thomas Munro (macdice), Jelte Fennema-Nio (jeltef) 1 3 days ago
Add ssl_(supported|shared)_groups to sslinfo 6598 Needs review Needs rebase! Dmitry Dolgov (erthalion) 1 1 hour ago
remove bits* types 6599 Needs review Refactoring Only 19 10/10 +261−273 Nathan Bossart (bossartn) 1 9 hours ago
pg_dump: fix NOT NULL constraint name comparison using makeObjectName 6601 Needs review Bugfix 19 10/10 +258−127 JoongHyuk Shin (shin) 1 2 days ago
rewriteGraphTable: Fix missing RTEs in FROM clause by setting inFromCl=true 6602 Needs review Bugfix 19 10/10 +3−3 Man Zeng (zengman) 1 yesterday

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
doc: Clarify that empty COMMENT string removes the comment 6560 Moved to different CF Docs Only stable 10/10 +63−7 David Johnston (polobo), Chao Li (chaol) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 2 weeks ago
astreamer_lz4: fix bug of output pointer advancement in decompressor 6561 Moved to different CF Bugfix 19 10/10 +2−2 Chao Li (chaol) Xuneng Zhou (dylanzhou) Tom Lane (tgl) 2 2 weeks ago
pg_upgrade fails when extension_control_path is used 6562 Moved to different CF Bugfix 19 9/10 +197−2 Jonathan Gonzalez V. (sxd) Niccolo Fei (nfei), Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 2 5 days ago
DSA pagemap out-of-bounds in make_new_segment odd-sized path 6570 Moved to different CF Bugfix Needs rebase! Paul Bunn (pbunn) Michael Paquier (michael-kun) 2 1 week ago
Inconsistency in owner assignment between INDEX and STATISTICS 6571 Withdrawn Bugfix 19 10/10 +26−1 JoongHyuk Shin (shin) Amit Khandekar (amitdkhan) 1 5 days ago
Add missing stats_reset column to pg_stat_database_conflicts view 6573 Moved to different CF 10/10 +38−7 shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 5 days ago
Defend against -ffast-math in meson builds 6575 Moved to different CF Devtools 19 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Tom Lane (tgl) 2 5 days ago
Make Intel's ICX compiler working 6576 Withdrawn Devtools 19 10/10 +275−2 Bertrand Drouvot (bertranddrouvot.pg) 1 1 week ago
Add missing stats_reset column to pg_statio_all_sequences view 6577 Moved to different CF Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 1 week ago
Add missing stats_reset column to pg_statio_all_sequences view 6578 Moved to different CF Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 1 week ago
Silence a new Valgrind warning 6581 Moved to different CF Good First Review 10/10 +2−0 Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) 2 1 week ago
Add missing stats_reset column to pg_statio_all_sequences view 6582 Moved to different CF Monitoring stable Needs rebase! Sami Imseih (simseih), shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 5 days ago
Use C11 alignas in typedef definitions 6585 Moved to different CF Refactoring Only 19 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Peter Eisentraut (petere) 2 4 days ago
Avoiding memory leakage in jsonpath evaluation 6593 Moved to different CF Performance 10/10 +361−232 Tom Lane (tgl) Tom Lane (tgl) 2 yesterday
New patch