Commitfest PG19-Final (2026-03-01 – 2026-03-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: 307. Waiting on Author: 35. Ready for Committer: 59. Committed: 35. Moved to next CF: 13. Withdrawn: 16. Rejected: 1. Returned with Feedback: 2. Total: 468.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Incremental View Maintenance (IVM), take 2 4337 Waiting on Author SQL Commands 10/10 +6097−73 Yugo Nagata (yugo.nagata) Alexandre Felipe (afelipe) 15 5 days ago
pg_ctl start may return 0 even if the postmaster has been already started on Windows 4573 Waiting on Author Bugfix 10/10 +369−153 Kyotaro Horiguchi (horiguti) Hayato Kuroda (ha-kun), Yasir Shah (yasir.hussain.shah.gmail.com) 12 3 weeks ago
Adding comments to help understand psql hidden queries 4764 Waiting on Author libpq Needs rebase! David Christensen (davidchristensen), Greg Sabino Mullane (greg) Tom Lane (tgl) 8 10 months ago
Fix rare recovery shutdown hang 4884 Waiting on Author Bugfix Needs rebase! Thomas Munro (macdice) Noah Misch (nmisch), Martijn Wallet (mwallet) 8 1 year ago
WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts 4986 Waiting on Author Bugfix DDL 10/10 +6−2 Matthias van de Meent (mmeent) Akshat Jaimini (akshatj) 8 3 weeks ago
Vacuum statistics 5012 Waiting on Author Monitoring 19 Needs rebase! Andrei Lepikhov (lepikhov), Andrei Zubkov (zubkov), Alena Rybakina (alenka) Ilia Evdokimov (ilidock95) 10 5 months ago
Incremental Sort Cost Estimation Instability 5093 Waiting on Author Bugfix 18 Needs rebase! Andrei Lepikhov (lepikhov) 8 8 months ago
Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile() 5124 Waiting on Author Bugfix 10/10 +64−8 Thomas Munro (macdice) Noah Misch (nmisch) 8 3 weeks ago
Fix for consume_xids advancing XIDs incorrectly 5303 Waiting on Author Bugfix stable Needs rebase! Yushi Ogiwara (yushi) 6 1 month ago
refactor AlterDomainAddConstraint (alter domain add constraint) 5455 Waiting on Author 18 10/10 +101−6 Jian He (stayreal) Peter Eisentraut (petere) 5 11 months ago
Pull-up subquery if INNER JOIN-ON contains refs to upper-query 5487 Waiting on Author Performance 19 10/10 +1487−46 Alena Rybakina (a.rybakina) Ilia Evdokimov (ilidock95) 6 4 months ago
add function argument name to substring and substr 5524 Waiting on Author 10/10 +148−27 Jian He (stayreal) David Johnston (polobo) 5 3 months ago
Compress big WAL records 5621 Waiting on Author Performance Needs rebase! Andrey Borodin (x4m) Fujii Masao (masaofujii) 5 1 month ago
Random pg_upgrade 004_subscription test failure on drongo 5673 Waiting on Author Bugfix 10/10 +25−0 vigneshwaran C (vignesh.postgres) 4 4 months ago
Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION 5681 Waiting on Author Bugfix 10/10 +132−19 Yugo Nagata (yugo.nagata) Jim Jones (jimus), Daniil Davydov (dddaniil) 5 4 months ago
Improve hash join's handling of tuples with null join keys 5738 Waiting on Author Performance 10/10 +381−71 Tom Lane (tgl) Chao Li (chaol) 5 6 months ago
problems with toast.* reloptions 5839 Waiting on Author Bugfix stable Needs rebase! Nathan Bossart (bossartn) 5 7 months ago
Document DSM Registry 5914 Waiting on Author Docs Only 19 Needs rebase! Florents Tselai (florentst) 3 4 months ago
Align tests for stored and virtual generated columns 5981 Waiting on Author Testing Needs rebase! Yugo Nagata (yugo.nagata) Paul Jungwirth (pjungwir), mutaamba maasha (mutaambam) Peter Eisentraut (petere) 4 4 months ago
disallow alter individual column if partition key contains wholerow reference 5988 Waiting on Author Bugfix Backport 18 10/10 +39−0 Jian He (stayreal) Sergey Dudoladov (sdudoladov), Matt Dailis (mattdailis) 4 3 months ago
pgbench: extend variable usage in scripts 6012 Waiting on Author libpq 19 Needs rebase! Yugo Nagata (yugo.nagata) lakshmi g (lakshmi) 4 1 month ago
Replace relation_{open,close} to table_{open,close} in policy.c 6072 Waiting on Author Good First Review stable 10/10 +6−7 Jian He (stayreal) Shinya Kato (shinyakato) Peter Eisentraut (petere) 3 4 days ago
incremental autovacuum scheduling improvements 6114 Waiting on Author 19 Needs rebase! Nathan Bossart (bossartn) 3 3 months ago
Remove remaining dependencies on setlocale() 6174 Waiting on Author Refactoring Only 19 Needs rebase! Jeff Davis (jdavis) Peter Eisentraut (petere) 3 1 month ago
minor error message enhance: print RLS policy name when only one permissive policy exists 6180 Waiting on Author 19 2/10 +48−39 Jian He (stayreal) Florin Irion (irionr) 3 1 month ago
tuple radix sort 6217 Waiting on Author Performance 10/10 +48−7 John Naylor (john.naylor) Chengpeng Yan (chengpeng.yan) 2 1 week ago
pg_dump flag for dumping tables data in multiple chunks, for huge tables can often give near-linear speedup when parallelized 6219 Waiting on Author Performance libpq stable Needs rebase! Hannu Krosing (hannukrosing) Dilip Kumar (dilip.kumar), Pavel Stehule (okbobcz), Neil Min (neilmin) 2 2 weeks ago
domain for WITHOUT OVERLAPS 6281 Waiting on Author 19 10/10 +341−8 Jian He (stayreal) Paul Jungwirth (pjungwir) 2 2 weeks ago
change default default_toast_compression to lz4 6312 Waiting on Author Performance GUC 10/10 +35−5 Euler Taveira (eulerto) Peter Eisentraut (petere) 2 yesterday
Generate pkg-config for server module development 6367 Waiting on Author 10/10 +27−13 Anders Åstrand (anders_a) 2 1 month ago
[PATCH][DOC]Fix incorrect lexeme limit in textsearch docs 6370 Waiting on Author Docs Only 12 10/10 +2−3 Dharin Shah (dharins0) Surya Poondla (spoondla), Vasu M (vasu01) 1 1 month ago
XSD schema validation 6372 Waiting on Author stable Needs rebase! Marcos Magueta (mmagueta) Andrey Borodin (x4m), Jim Jones (jimus), Marcos Magueta (mmagueta) 1 5 days ago
pg_dumpall --roles-only interact with other options 6459 Waiting on Author Bugfix stable Needs rebase! Jian He (stayreal) Nathan Bossart (bossartn), Zsolt Parragi (zsolt.parragi) Nathan Bossart (bossartn) 1 3 days ago
Provide support for trailing commas 6492 Waiting on Author 0/10 +563−305 Greg Sabino Mullane (greg) Peter Eisentraut (petere) 1 1 week ago
Change copyObject() to use typeof_unqual 6520 Waiting on Author Modernization 10/10 +145−43 Peter Eisentraut (petere) 1 3 weeks ago
New patch