Commitfest 2025-07

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


Status summary: Needs review: 192. Waiting on Author: 32. Ready for Committer: 33. Committed: 40. Returned with Feedback: 2. Withdrawn: 5. Total: 304.

Active patches

Patch ID Status 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 7/7 +17−16 Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki) 6 3 months 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 1 month ago
Better HINT message for "unexpected data beyond EOF" 5682 Ready for Committer 18 7/7 +4−95 Jakub Wartak (jakub.wartak.tomtom) 1 2 weeks ago
Clients
Update LDAP Protocol in fe-connect.c to v3 5661 Ready for Committer 7/7 +10−0 Andrew Jackson (andrewjackson) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 weeks ago
display current search_path in psql prompt 5808 Ready for Committer 7/7 +30−0 Florents Tselai (florentst) Jim Jones (jimus) 1 3 days ago
Documentation
explain pgstatindex fragmentation 5381 Ready for Committer 18 6/7 +9−0 Frédéric Yhuel (yhuelf) Laurenz Albe (laurenz), Bertrand Drouvot (bertranddrouvot), Benoit Lobréau (benoitl), Ahmed Ashour (ahmedashour) Peter Eisentraut (petere) 3 3 months ago
Document how commit handles aborted transactions 5546 Ready for Committer 6/7 +55−5 David Johnston (polobo) Ahmed Ashour (ahmedashour) 2 2 weeks ago
update documentation for when aborted and committed rows are tracked in pg_stat_all_tables 5691 Ready for Committer 7/7 +10−3 Sami Imseih (simseih) David Johnston (polobo) 1 1 month ago
pg_get_multixact_members not documented 5793 Ready for Committer stable 7/7 +54−1 Sami Imseih (simseih) Ashutosh Bapat (ashutoshbapat), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 days ago
Miscellaneous
postgres_fdw could deparse ArrayCoerceExpr 5409 Ready for Committer 18 7/7 +80−0 Alexander Pyhalov (a.pyhalov) Maxim Orlov (m.orlov) 3 1 week ago
regdatabase 5746 Ready for Committer 19 7/7 +423−3 Ian Barwick (barwick) Ian Barwick (barwick), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
Standardize the definition of the subtype field of AlterDomainStmt 5780 Ready for Committer 7/7 +25−22 Zongliang Quan (quanzl) wenhui qiu (qiuwenhuifx.163.com) Michael Paquier (michael-kun) 1 2 weeks ago
add function for creating/attaching hash table in DSM registry 5799 Ready for Committer 19 7/7 +351−33 Nathan Bossart (bossartn) Sami Imseih (simseih), Florents Tselai (florentst) Nathan Bossart (bossartn) 1 2 days ago
Monitoring & Control
Set log_lock_waits=on by default 4718 Ready for Committer 6/7 +6−5 Laurenz Albe (laurenz) Michael Banck (mbanck) 8 2 months ago
Improve explicit cursor handling in pg_stat_statements 5733 Ready for Committer Needs rebase! Sami Imseih (simseih) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 week ago
Add new wait event to XactLockTableWait 5804 Ready for Committer 19 7/7 +6−1 Xuneng Zhou (dylanzhou) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 6 days ago
Performance
Speedup truncations of temporary relation forks 5788 Ready for Committer 18 6/7 +19−14 Daniil Davydov (dddaniil) Fujii Masao (masaofujii), Maxim Orlov (m.orlov) Fujii Masao (masaofujii) 1 1 week ago
Procedural Languages
Sanding down some edge cases for PL/pgSQL reserved words 5722 Ready for Committer 7/7 +89−14 Tom Lane (tgl) Pavel Stehule (okbobcz) 1 20 hours ago
Refactoring
Refactor SLRU to always use long file names 5250 Ready for Committer 7/7 +103−85 Aleksander Alekseev (a.alekseev) Rustam ALLAKOV (rustam.allakov) 4 2 months ago
Elimination of the repetitive code at the SLRU bootstrap functions 5575 Ready for Committer 18 7/7 +78−255 Evgeny Voropaev (evoro) Álvaro Herrera (alvherre), Aleksander Alekseev (a.alekseev), Andrey Borodin (x4mmm) 2 3 months ago
Minor rework of ALTER TABLE SET RelOptions code 5638 Ready for Committer 18 Needs rebase! Nikolay Shaplov (nataraj) Timur Magomedov (tmagomedov) 1 2 months ago
Use RELATION_IS_OTHER_TEMP where possible 5815 Ready for Committer 19 6/7 +5−10 Zhao Junwang (zhjwpku) Ashutosh Bapat (ashutoshbapat), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 days ago
Server Features
speedup COPY TO for partitioned table 5467 Ready for Committer 19 5/7 +153−32 Jian He (stayreal) vigneshwaran C (vignesh.postgres), Kirill Reshke (reshke), newtglobal postgresql_contributors (newtpostgrescontributors) 3 1 week ago
make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock 5752 Ready for Committer 19 6/7 +15−7 Jian He (stayreal) wenhui qiu (qiuwenhuifx.163.com) 1 1 month ago
SQL Commands
Add XMLCanonicalize function 4237 Ready for Committer 19 7/7 +415−0 Jim Jones (jimus) Pavel Stehule (okbobcz), Oliver Ford (ojford), newtglobal postgresql_contributors (newtpostgrescontributors) 11 5 days ago
Add IGNORE NULLS to Window functions 5230 Ready for Committer 18 7/7 +907−28 Oliver Ford (ojford) Krasiyan Andreev (krasiyan) 4 4 days ago
Introduce the ability to enable/disable indexes using ALTER INDEX 5274 Ready for Committer 18 7/7 +1703−26 Shayon Mukherjee (shayonj) Sami Imseih (simseih), newtglobal postgresql_contributors (newtpostgrescontributors) 4 4 days ago
Add XMLDocument (SQL/XML X030) 5431 Ready for Committer 19 6/7 +258−1 Jim Jones (jimus) Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) 3 4 months ago
Add XMLNamespaces option to XMLElement 5456 Ready for Committer 19 7/7 +1202−34 Pavel Stehule (okbobcz), Jim Jones (jimus) Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) 3 6 days ago
System Administration
Improve verification of recovery_target_timeline GUC. 5519 Ready for Committer 19 7/7 +64−3 David Steele (dsteele) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 2 1 month ago
pg_dsm_registry_allocations system view 5652 Ready for Committer 7/7 +127−0 Florents Tselai (florentst) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 week ago
Testing
Add 'make check-tests' behavior to the meson based builds 5405 Ready for Committer 6/7 +16−6 Nazir Bilal Yavuz (nbyavuz) Ashutosh Bapat (ashutoshbapat), Jian He (stayreal) 3 2 months ago
Covering the comparison test between date and timestamp(tz) datatype 5677 Ready for Committer 5/7 +212−0 Kwangwon Seo (kwangwonseo) Rustam ALLAKOV (rustam.allakov) 1 3 weeks ago
New patch