Commitfest PG19-Final (2026-03-01 – 2026-04-09)

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: 50. Waiting on Author: 18. Ready for Committer: 6. Committed: 181. Moved to next CF: 200. Returned with Feedback: 11. Rejected: 6. Withdrawn: 29. Total: 501.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Message in pg_terminate_backend 6331 Waiting on Author Good First Review 19 Needs rebase! Roman Khapov (rkhapov) Jim Jones (jimus), warda bibi (warda), Prafulla Ranadive (pprandive) 2 3 months ago
tests: verify renamed index functionality in alter_table 6373 Ready for Committer Good First Review Testing stable 10/10 +32−2 Dharin Shah (dharins0) Surya Poondla (spoondla), Vasu M (vasu01) 1 6 months ago

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Add GUC log_parameter_max_length to limit logged SQL statements 5272 Moved to different CF GUC Good First Review 19 9/10 +289−38 Kirill Gavrilov (diphantxm) Fujii Masao (masaofujii), Jim Jones (jimus) Fujii Masao (masaofujii) 6 2 weeks ago
pgindent: improve formatting of multiline comments 5831 Moved to different CF Good First Review Devtools 19 10/10 +45−0 Aleksander Alekseev (a.alekseev) Payal Singh (payal) Tom Lane (tgl) 6 2 months ago
Add prompt option to display read-only and read/write states in psql 5872 Committed psql Good First Review 19 10/10 +35−0 Jim Jones (jimus) Fujii Masao (masaofujii), Nathan Bossart (bossartn), Srinath Reddy (srinath-reddy-sadipiralla) Fujii Masao (masaofujii) 5 5 months ago
Unnecessary delay in streaming replication due to replay lag 5908 Moved to different CF Good First Review Logical Replication Physical Replication Backport GUC stable 10/10 +406−9 Sunil Seetharama (sunils26) Fujii Masao (masaofujii), Josef Šimánek (retro), Huansong Fu (huansong) 4 8 months ago
Replace relation_{open,close} to table_{open,close} in policy.c 6072 Rejected Good First Review stable 10/10 +6−7 Jian He (stayreal) Shinya Kato (shinyakato) Peter Eisentraut (petere) 3 5 months ago
Little refactoring of portalcmds.c 6113 Moved to different CF Refactoring Only Good First Review 9/10 +16−24 Aleksander Alekseev (a.alekseev) Zizhuan Liu (liuzizhuan) 4 1 month ago
Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement 6131 Moved to different CF Good First Review My First Patch 19 10/10 +371−4 Phil Alger (paalger) Josef Šimánek (retro), Jim Jones (jimus), Soumya S Murali (soumyamurali) 4 4 days ago
Allow to set PGOAUTHCAFILE out of debug mode for libpq-oauth 6183 Committed Good First Review My First Patch [oauth] System Administration 19 10/10 +86−22 Jonathan Gonzalez V. (sxd) Jacob Champion (jchampion), Zsolt Parragi (zsolt.parragi) Jacob Champion (jchampion) 2 3 months ago
pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 6212 Moved to different CF Good First Review 19 10/10 +574−11 Florin Irion (irionr), Tim Waizenegger (tim.waizenegger.edb) Haritabh Gupta (haritabhgupta), Kuba Knysiak (xsni12) 3 1 week ago
Use ROLERECURSE_PRIVS in is_admin_of_role() 6251 Moved to different CF Good First Review 10/10 +27−2 ChangAo Chen (chenchangao) Nathan Bossart (bossartn) 3 2 months ago
Minor refactor of ExecScanExtended() 6255 Withdrawn Refactoring Only Good First Review 10/10 +6−9 ChangAo Chen (chenchangao) Aditya Gollamudi (adigoll) 2 3 months ago
Add pg_current_vxact_id() function to expose virtual transaction IDs 6298 Moved to different CF Good First Review Monitoring PGConf.dev 19 10/10 +109−4 Pavlo Golub (pasha_golub) Robert Haas (rhaas), solai v (solaiv) 3 2 months ago
Add last_executed timestamp to pg_stat_statements 6308 Withdrawn Extensions Good First Review Monitoring 19 10/10 +267−4 Pavlo Golub (pasha_golub) 2 3 months ago
Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) 6354 Moved to different CF Refactoring Only Good First Review 19 10/10 +0−0 Aleksander Alekseev (a.alekseev), Kirill Reshke (reshke) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 2 weeks ago
Fix minor issues in astreamer_zstd.c 6386 Withdrawn Bugfix Good First Review 10/10 +3−3 Man Zeng (zengman) 1 6 months ago
Refactor *_abbrev_convert() functions 6393 Moved to different CF Refactoring Only Good First Review 19 10/10 +33−60 Aleksander Alekseev (a.alekseev) Aditya Gollamudi (adigoll) John Naylor (john.naylor) 2 3 weeks ago
backup: Fix trivial typo and error message issues 6403 Moved to different CF Good First Review Comments Only 10/10 +2−2 Man Zeng (zengman) Michael Paquier (michael-kun) 2 6 months ago
Documentation update clarifying usage of PASSING clause 6409 Committed Docs Only My First Patch Good First Review 19 9/10 +0−0 Aditya Gollamudi (adigoll) Daniel Gustafsson (d_gustafsson) 1 5 months ago
Fix how some lists are displayed by psql \d+ 6413 Committed Good First Review psql libpq 19 9/10 +378−235 Peter Smith (smithpb2250) Fujii Masao (masaofujii), Soumya S Murali (soumyamurali) Fujii Masao (masaofujii) 1 3 months ago
Align verify_heapam.c error message offset with test expectations 6423 Withdrawn Good First Review 10/10 +4−4 Man Zeng (zengman) Khoa Nguyen (kdnguyen) 1 6 months ago
Avoid recalculating pgprocno in ProcArrayAdd() 6426 Moved to different CF Good First Review Refactoring Only stable 10/10 +1−1 Shinya Kato (shinyakato) Chao Li (chaol), solai v (solaiv) 2 3 weeks ago
uuid <-> bytea casting & base32 encoding/decoding 6468 Committed Good First Review 19 9/10 +19−4 Aleksander Alekseev (a.alekseev), Dagfinn Ilmari Mannsåker (ilmari), Andrey Borodin (x4m) Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 1 3 months ago
Add table COMMENTS in CREATE TABLE LIKE 6482 Moved to different CF DDL Good First Review 20 10/10 +116−11 Jim Jones (jimus) Carlos Alves (ccsalves), Zizhuan Liu (liuzizhuan) 2 13 hours ago
use the malloc macros in pg_dump.c 6483 Committed Good First Review Needs rebase! Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 5 months ago
Use allocation macros in the logical replication code 6484 Committed Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Masahiko Sawada (masahikosawada) 1 4 months ago
DOCS - pg_walsummary typo? 6499 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 4 months ago
DOCS - pg_waldump synopsis sgml markup 6500 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 4 months ago
DOCS - Server Applications [option] should be [option...] 6501 Withdrawn Docs Only Good First Review 10/10 +3−3 Peter Smith (smithpb2250) 1 4 months ago
DOCS - Add an "Options" section for pg_controldata 6502 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 4 months ago
Rate-limit repeated "still waiting on lock" log messages (log_lock_waits). 6503 Committed Good First Review 9/10 +24−6 Fujii Masao (masaofujii) Hüseyin Demir (demir) Fujii Masao (masaofujii) 1 3 months ago
DOCS - System Applications 'datadir' parameter 6504 Committed Docs Only Good First Review 10/10 +12−12 Peter Smith (smithpb2250) Bruce Momjian (bmomjian) 1 4 months ago
DOCS - pg_walsummary filename 6509 Committed Docs Only Good First Review Needs rebase! Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 4 months ago
Fix incorrect Spanish translation and remove obsolete FIXME comments in es.po 6515 Withdrawn Docs Only Good First Review stable 10/10 +1−13 Vasu M (vasu01) 1 4 months ago
amcheck: add index-all-keys-match verification for B-Tree 6526 Moved to different CF System Administration Good First Review Devtools 10/10 +826−45 Andrey Borodin (x4m) Álvaro Herrera (alvherre), Jakub Wartak (jakub.wartak.tomtom) 2 3 days ago
Add missing stats_reset column to pg_statio_all_sequences view 6577 Committed Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 4 months ago
Add missing stats_reset column to pg_statio_all_sequences view 6578 Committed Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 4 months ago
Silence a new Valgrind warning 6581 Committed Good First Review 10/10 +2−0 Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) 2 4 months ago