Commitfest 2025-03

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


Status summary: Needs review: 32. Waiting on Author: 35. Ready for Committer: 5. Committed: 153. Moved to next CF: 81. Returned with Feedback: 9. Rejected: 6. Withdrawn: 22. Total: 343.

Active patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
pg_ctl start may return 0 even if the postmaster has been already started on Windows 4573 Waiting on Author Needs rebase! Kyotaro Horiguchi (horiguti) Hayato Kuroda (ha-kun), Yasir Shah (yasir.hussain.shah.gmail.com) 8 3 weeks ago
Fix rare recovery shutdown hang 4884 Waiting on Author Needs rebase! Thomas Munro (macdice) Noah Misch (nmisch), Martijn Wallet (mwallet) 5 4 months ago
WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts 4986 Waiting on Author 6/7 +6−2 Matthias van de Meent (mmeent) Akshat Jaimini (akshatj) 5 4 months ago
Prevent incorrect entries in pg_stat_activity. 5105 Waiting on Author 6/7 +19−2 Fujii Masao (masaofujii) 4 4 months ago
Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile() 5124 Waiting on Author Needs rebase! Thomas Munro (macdice) Noah Misch (nmisch) 4 2 weeks ago
psql client does not handle WSAEWOULDBLOCK on Windows 5154 Waiting on Author 7/7 +1−1 Umar Hayat (pgwizard) 4 4 months ago
Fix race between WAL flush and InstallXLogFileSegment() 5276 Waiting on Author Needs rebase! Thomas Munro (macdice) Soumyadeep Chakraborty (soumyadeepc) 3 5 months ago
Fix for consume_xids advancing XIDs incorrectly 5303 Waiting on Author stable 6/7 +0−0 Yushi Ogiwara (yushi) 3 4 months ago
Fix creation of empty .log files during log rotation 5365 Waiting on Author 6/7 +15−12 Arseny Kositsin (arseny114) 2 1 month ago
Fix buffer pinning logic in [SP-]Gist 5542 Waiting on Author Needs rebase! Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent) 1 3 weeks ago
Clients
Adding comments to help understand psql hidden queries 4764 Waiting on Author Needs rebase! David Christensen (davidchristensen), Greg Sabino Mullane (greg) Tom Lane (tgl) 6 2 weeks ago
Miscellaneous
Waiting for LSN replay with WAIT FOR command 5550 Waiting on Author Needs rebase! Alexander Korotkov (smagen) Yura Sokolov (funny_falcon) 1 4 weeks ago
Monitoring & Control
Add pg_stat_session 3405 Waiting on Author Needs rebase! Rafia Sabih (rafia.sabih), Sergey Dudoladov (sdudoladov) Bertrand Drouvot (bdrouvot), Atsushi Torikoshi (atsushitorikoshi), Andrei Zubkov (zubkov), Sadeq Dousti (msdousti) 16 1 month ago
Add function - pg_accept_connections_start_time() 5576 Waiting on Author 18 7/7 +52−0 Robins Tharakan (robins) Fujii Masao (masaofujii) 1 1 month ago
Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC 5595 Waiting on Author 18 Needs rebase! James Hunter (hunjmes) 1 1 week ago
Metadata and record block access stats for indexes 5614 Waiting on Author 18 Needs rebase! Mircea Cadariu (mcadariu) 1 1 month ago
Performance
MergeJoin beats HashJoin in the case of multiple hash clauses 5114 Waiting on Author Needs rebase! Andrei Lepikhov (lepikhov) 4 1 month ago
Allow partition-wise join when whole row var is needed 5128 Waiting on Author 18 Needs rebase! Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov) 4 4 months ago
Asynchronous MergeAppend Execution 5129 Waiting on Author Needs rebase! Alexander Pyhalov (a.pyhalov) 4 7 months ago
Limiting overshoot in nbtree SAOP parallel index scans 5299 Waiting on Author Needs rebase! Matthias van de Meent (mmeent) 3 5 months ago
Showing applied extended statistics in explain Part2 5359 Waiting on Author 18 Needs rebase! Tatsuro Yamada (tatsuro_yamada) Tomas Vondra (fuzzycz), Andrei Lepikhov (lepikhov), Masahiro Ikeda (masahiro.ikeda), Ilia Evdokimov (ilidock95) Tomas Vondra (fuzzycz) 3 2 months ago
Adding compression of temporary files 5382 Waiting on Author Needs rebase! Filip Januš (fjanus) 2 2 weeks ago
Compress big WAL records 5621 Waiting on Author Needs rebase! Andrey Borodin (x4m) 1 2 months ago
Reduce timing overhead of EXPLAIN ANALYZE using rdtsc 5622 Waiting on Author Needs rebase! Andres Freund (andresfreund), Lukas Fittl (lfittl), David Geier (geidav) 1 1 month ago
Refactoring
New [relation] options engine 4688 Waiting on Author Needs rebase! Nikolay Shaplov (nataraj) 7 3 weeks ago
Replication & Recovery
Log LSN before table is dropped 5386 Waiting on Author 6/7 +8−0 Andrey Borodin (x4m), Nikolay Samokhvalov (nikolay), Kirk Wolak (kirkw) Jim Jones (jimus) 2 1 month ago
Enable logical decoding when wal_level = 'replica' without a server restart 5479 Waiting on Author Needs rebase! Masahiko Sawada (masahikosawada) 2 1 month ago
Server Features
KNN-btree 4871 Waiting on Author Needs rebase! Nikita Glukhov (n.glukhov), Anton Melnikov (antonmel) 6 4 months ago
add function argument name to substring and substr 5524 Waiting on Author 7/7 +135−25 Jian He (stayreal) David Johnston (polobo) 1 2 weeks ago
Extensible storage manager API 5616 Waiting on Author Needs rebase! Andreas Karlsson (kandreas), Anastasia Lubennikova (lubennikovaav), Matthias van de Meent (mmeent), Tristan Partin (tristan957) 1 4 weeks ago
SQL Commands
Make COPY format extendable: Extract COPY TO format implementations 4681 Waiting on Author Needs rebase! Kouhei Sutou (kou) Masahiko Sawada (masahikosawada), Nathan Bossart (bossartn), Zhao Junwang (zhjwpku), Yong Li (yoli) 7 1 week ago
INSERT ... ON CONFLICT DO SELECT [FOR ...] 5413 Waiting on Author 7/7 +831−190 Andreas Karlsson (kandreas), Marko Tiikkaja (johto) Dean Rasheed (deanr) 2 2 weeks ago
explain plans for foreign servers 5525 Waiting on Author Needs rebase! dinesh salve (dinesh-salve) 1 1 month ago
System Administration
Enable fine-grained control over what gets logged on connection attempt (reduces log size) 5609 Waiting on Author 18 Needs rebase! Sergey Dudoladov (sdudoladov) 1 1 month ago
Testing
Add support for EXTRA_REGRESS_OPTS for meson test 5602 Waiting on Author 7/7 +7−1 Andreas Karlsson (kandreas) Rustam ALLAKOV (rustam.allakov) 1 3 weeks ago