Commitfest PG19-1 (2025-07-01 - 2025-07-31)

Shortcuts
Text Status Target version Tag (type to search) Author (type to search) Reviewer (type to search)
Clear


Status summary: Needs review: 201. Waiting on Author: 38. Ready for Committer: 27. Committed: 89. Moved to next CF: 10. Withdrawn: 9. Returned with Feedback: 6. Total: 380.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Fix BackgroundPsql to report error on query timeout rather than calling die 4959 Ready for Committer 18 10/10 +17−16 Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki) 6 4 months ago
bt_index_parent_check false alarm for indexes created concurrently 5438 Ready for Committer Bugfix 10/10 +70−40 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Andrey Borodin (x4m) 3 3 weeks ago
Accessing an invalid pointer in BufferManagerRelation structure 5646 Ready for Committer 18 0/10 +43−34 Daniil Davydov (dddaniil) Stepan Neretin (snpgg), Dmitrii Bondar (difesu) 1 2 months ago
Better HINT message for "unexpected data beyond EOF" 5682 Ready for Committer 18 9/10 +4−95 Jakub Wartak (jakub.wartak.tomtom) 1 1 month ago
Clients
Allow PGSERVICEFILE to be specified as part of the connection string 5387 Ready for Committer 19 10/10 +160−7 Torsten Foertsch (tfoertsch123) Ryo Kanbayashi (ryokanbayashi) Michael Paquier (michael-kun) 2 2 days ago
Update LDAP Protocol in fe-connect.c to v3 5661 Ready for Committer 10/10 +10−0 Andrew Jackson (andrewjackson) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 month ago
display current search_path in psql prompt 5808 Ready for Committer 10/10 +30−0 Florents Tselai (florentst) Jim Jones (jimus) 1 1 month ago
Make "vacuumdb --analyze-only" process partitioned tables 5871 Ready for Committer Good First Review 19 10/10 +35−4 Laurenz Albe (laurenz) Mircea Cadariu (mcadariu) 1 yesterday
Documentation
Document NULL Concepts and Behaviors 5086 Ready for Committer Docs Only 18 10/10 +1281−160 David Johnston (polobo) 6 3 weeks ago
Document how commit handles aborted transactions 5546 Ready for Committer Backport Docs Only 10/10 +55−5 David Johnston (polobo) Ahmed Ashour (ahmedashour) 2 1 month ago
update documentation for when aborted and committed rows are tracked in pg_stat_all_tables 5691 Ready for Committer 9/10 +10−3 Sami Imseih (simseih) David Johnston (polobo) 1 2 months ago
Proposal: Improvements to PDF stylesheet and table column widths 5775 Ready for Committer 10/10 +4−0 Noboru Saito (nsaito) Peter Eisentraut (petere), Hayato Kuroda (ha-kun) Peter Eisentraut (petere) 1 2 weeks ago
Miscellaneous
postgres_fdw could deparse ArrayCoerceExpr 5409 Ready for Committer 18 10/10 +80−0 Alexander Pyhalov (a.pyhalov) Maxim Orlov (m.orlov) 3 1 month ago
adjust the place of list_copy() call to reduce the overhead of function call and memory copies. 5704 Ready for Committer Performance 10/10 +2−1 Tender Wang (tndrwang) 1 4 days ago
Monitoring & Control
Set log_lock_waits=on by default 4718 Ready for Committer GUC 19 10/10 +6−5 Laurenz Albe (laurenz) Michael Banck (mbanck) 8 3 months ago
Add new wait event to XactLockTableWait 5804 Ready for Committer 19 10/10 +6−1 Xuneng Zhou (dylanzhou) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Performance
speed up pg_upgrade with many large objects 5737 Ready for Committer 19 10/10 +97−6 Nathan Bossart (bossartn) Hannu Krosing (hannukrosing), Saurabh Uttam (saurabhuttam), Nitin Motiani (nitinmotiani) Nathan Bossart (bossartn) 1 yesterday
Refactoring
Refactor SLRU to always use long file names 5250 Ready for Committer 10/10 +103−85 Aleksander Alekseev (a.alekseev) Rustam ALLAKOV (rustam.allakov) 4 3 months ago
Collation and ctype method tables and extension hooks 5301 Ready for Committer Needs rebase! Jeff Davis (jdavis) 4 1 week ago
Minor rework of ALTER TABLE SET RelOptions code 5638 Ready for Committer 18 Needs rebase! Nikolay Shaplov (nataraj) Timur Magomedov (tmagomedov) 1 3 months ago
Server Features
make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock 5752 Ready for Committer 19 10/10 +15−7 Jian He (stayreal) wenhui qiu (qiuwenhuifx.163.com) 1 1 month ago
SQL Commands
Add IGNORE NULLS to Window functions 5230 Ready for Committer 19 10/10 +969−61 Oliver Ford (ojford) Tatsuo Ishii (ishii), Krasiyan Andreev (krasiyan) 4 5 days ago
Introduce the ability to enable/disable indexes using ALTER INDEX 5274 Ready for Committer 18 Needs rebase! Shayon Mukherjee (shayonj) Sami Imseih (simseih), newtglobal postgresql_contributors (newtpostgrescontributors) 4 2 weeks ago
Add XMLDocument (SQL/XML X030) 5431 Ready for Committer 19 10/10 +258−1 Jim Jones (jimus) Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) 3 3 weeks ago
Add XMLNamespaces option to XMLElement 5456 Ready for Committer 19 10/10 +1205−39 Pavel Stehule (okbobcz), Jim Jones (jimus) Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) 3 1 week ago
encode/decode support for base64url 5643 Ready for Committer 8/10 +359−32 Florents Tselai (florentst) Daniel Gustafsson (d_gustafsson), Aleksander Alekseev (a.alekseev) 1 41 minutes ago
Testing
Covering the comparison test between date and timestamp(tz) datatype 5677 Ready for Committer 10/10 +212−0 Kwangwon Seo (kwangwonseo) Rustam ALLAKOV (rustam.allakov) 1 1 month ago