Commitfest PG19-4 (2026-01-01 – 2026-01-31)

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: 23. Waiting on Author: 2. Ready for Committer: 1. Committed: 91. Moved to next CF: 249. Rejected: 1. Withdrawn: 12. Total: 379.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Add SPLIT PARTITION/MERGE PARTITIONS commands 3659 Committed SQL Commands 19 10/10 +8227−46 Dmitry Koval (d.koval) stephane tachoires (sttachoires) Alexander Korotkov (smagen) 17 2 months ago
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY 5160 Committed Bugfix stable Needs rebase! Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Álvaro Herrera (alvherre) 7 1 month ago
Streaming Replication vs Logical 5296 Committed Docs Only 10/10 +31−22 Paul Jungwirth (pjungwir) Robert Treat (xzilla) Bruce Momjian (bmomjian) 4 2 months ago
bt_index_parent_check false alarm for indexes created concurrently 5438 Committed Bugfix Backport 10/10 +70−40 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Andrey Borodin (x4m) Álvaro Herrera (alvherre) 6 1 month ago
Enable logical decoding when wal_level = 'replica' without a server restart 5479 Committed 9/10 +1598−145 Masahiko Sawada (masahikosawada) Dilip Kumar (dilip.kumar), Hayato Kuroda (ha-kun) Masahiko Sawada (masahikosawada) 6 1 month ago
Extended Statistics set/restore/clear functions 5517 Committed Needs rebase! Corey Huinker (coreyh) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 5 1 month ago
Expose internal MultiXact member count function for efficient monitoring 5811 Committed Monitoring 19 10/10 +394−14 Naga Appani (naga.appani) Atsushi Torikoshi (atsushitorikoshi) Michael Paquier (michael-kun) 4 2 months ago
Returning nbtree posting list TIDs in DESC order during backwards scans 5824 Committed Performance 10/10 +53−41 Peter Geoghegan (pgeoghegan) Mircea Cadariu (mcadariu) Peter Geoghegan (pgeoghegan) 2 3 months ago
Decouple C++ support in Meson's PGXS from LLVM enablement 5885 Committed Good First Review Bugfix stable 10/10 +34−22 Tristan Partin (tristan957) Josef Šimánek (retro), Jelte Fennema-Nio (jeltef) Peter Eisentraut (petere) 3 2 months ago
Refactor bytea_sortsupport(), take two 5889 Committed Refactoring Only 19 10/10 +239−41 Aleksander Alekseev (a.alekseev) John Naylor (john.naylor) John Naylor (john.naylor) 3 3 months ago
Making jsonb_agg() faster 5930 Committed Performance Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 3 2 months ago
Fixing the btree_gist inet mess 5944 Committed Bugfix 19 10/10 +2206−9 Tom Lane (tgl) Peter Eisentraut (petere), Matthias van de Meent (mmeent) Tom Lane (tgl) 3 2 months ago
Add mode and reason columns to pg_stat_progress_vacuum 5969 Committed Monitoring 19 10/10 +179−10 Shinya Kato (shinyakato) Nathan Bossart (bossartn), Sami Imseih (simseih) Masahiko Sawada (masahikosawada) 3 3 months ago
minor refactor on src/test/modules/test_ddl_deparse/sql/alter_table.sql 6001 Committed Refactoring Only 19 10/10 +36−32 Jian He (stayreal) Heikki Linnakangas (heikki) 3 6 months ago
ternary reloption type 6021 Committed Refactoring Only 19 10/10 +323−131 Nikolay Shaplov (nataraj) Álvaro Herrera (alvherre) 3 1 month ago
Support existing publications in pg_createsubscriber. 6028 Committed 19 Needs rebase! Shubham Khanna (skhanna) Euler Taveira (eulerto), Peter Smith (smithpb2250) Amit Kapila (amitkapila) 2 2 months ago
Include extension path on pg_available_extensions 6067 Committed Extensions System Administration 10/10 +145−39 Matheus Alcantara (matheus.alcantara) Rohit Prasad (rohitprasad) Andrew Dunstan (adunstan) 2 2 months ago
Optimize LISTEN/NOTIFY 6078 Committed Performance 10/10 +1161−184 Joel Jacobson (joeljacobson) Tom Lane (tgl) Tom Lane (tgl) 2 1 month ago
Add stats related to slot sync skip 6082 Committed Needs rebase! Shlok Kyal (shlokkyal) Amit Kapila (amitkapila) 2 3 months ago
Termination of Background Workers for ALTER/DROP DATABASE 6102 Committed Monitoring 10/10 +268−6 Aya Iwata (iwata.aya) Pavel Stehule (okbobcz) Michael Paquier (michael-kun) 2 2 months ago
pg_recvlogical: Prevent flushed data from being re-sent after restarting replication 6147 Committed Logical Replication 10/10 +160−37 Fujii Masao (masaofujii) Mircea Cadariu (mcadariu) Fujii Masao (masaofujii) 2 1 month ago
O_CLOEXEC not honored on Windows - handle inheritance chain 6197 Committed 19 Needs rebase! Bryan Green (lispyone) Thomas Munro (macdice) 2 2 months ago
Fix fragile walreceiver test. 6206 Committed Bugfix Testing 19 Needs rebase! Bryan Green (lispyone) Michael Paquier (michael-kun) 1 4 months ago
Move instrumentation structs 6210 Committed Refactoring Only My First Patch 10/10 +235−188 Mario Gonzalez (gonzalemario) Álvaro Herrera (alvherre) 1 1 month ago
Add memory usage reporting to VACUUM VERBOSE 6225 Committed My First Patch 19 10/10 +33−0 Tatsuya Kawata (croissant) Masahiko Sawada (masahikosawada) 1 2 months ago
Adding callback support for custom statistics kinds 6228 Committed 9/10 +524−21 Sami Imseih (simseih) Michael Paquier (michael-kun) 1 2 months ago
vacuumdb: add --dry-run 6230 Committed 19 10/10 +89−47 Corey Huinker (coreyh) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
misleading error message in DefineIndex 6231 Committed stable 10/10 +31−31 Jian He (stayreal) Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Implement pg_add_size_overflow() and friends 6235 Committed Refactoring Only 19 10/10 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 months ago
001_password.pl fails with --without-readline 6238 Committed Bugfix Testing 19 10/10 +58−27 Oleg Tselebrovskiy (oleg.tselebrovskiy.pgpro) Soumya S Murali (soumyamurali) Tom Lane (tgl) 1 1 month ago
Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect on publisher's walsender 6239 Committed Logical Replication 10/10 +62−10 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers 6243 Committed Bugfix 19 10/10 +40−11 Dave Cramer (dcramer), Greg Burd (gregburd) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months ago
Reorganize pqcomm.h a bit 6247 Committed Refactoring Only 19 Needs rebase! Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 months ago
Remove useless casting to the same type 6249 Committed Refactoring Only 19 10/10 +80−80 Bertrand Drouvot (bertranddrouvot.pg) Nathan Bossart (bossartn) Peter Eisentraut (petere) 1 3 months ago
Visibility bug in tuple lock 6253 Committed Bugfix 19 Needs rebase! David Geier (geidav) Heikki Linnakangas (heikki) Heikki Linnakangas (heikki) 1 2 months ago
Rewrites CTEs only once to prevent a spurious error 6254 Committed My First Patch Bugfix Needs rebase! Bernice Southey (fyrefreez) Dean Rasheed (deanr) 1 3 months ago
show size of DSAs and dshash tables in pg_dsm_registry_allocations 6257 Committed 19 10/10 +53−25 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
Static assertion implementation improvements 6261 Committed Needs rebase! Peter Eisentraut (petere), Thomas Munro (macdice) Peter Eisentraut (petere) 1 3 months ago
Add MODE parameter to WAIT FOR LSN command 6265 Committed 19 10/10 +58−12 Xuneng Zhou (dylanzhou) Alexander Korotkov (smagen) 1 1 month ago
Fix PrivateRefCount hash table key size 6273 Committed Bugfix stable 10/10 +1−1 Bertrand Drouvot (bertranddrouvot.pg) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
use LW_SHARED in dsa_get_total_size() 6275 Committed 19 10/10 +2−2 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
Use func(void) for functions with no parameters 6277 Committed Refactoring Only 19 10/10 +11−11 Bertrand Drouvot (bertranddrouvot.pg) Nathan Bossart (bossartn) 1 3 months ago
Improve robustness of CORR() and related aggregates 6278 Committed Bugfix 10/10 +247−66 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
Fix crash during recovery when redo segment is missing 6279 Committed Bugfix Backport Needs rebase! Nitin Jadhav (nitinjadhav11) Michael Paquier (michael-kun) 1 1 month ago
More const-marking cleanup 6284 Committed 10/10 +255−136 Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Moving _bt_readpage and _bt_checkkeys into a new .c file 6286 Committed Refactoring Only 19 10/10 +3813−3777 Peter Geoghegan (pgeoghegan) Peter Geoghegan (pgeoghegan) 1 3 months ago
Fix text in comment of copyto.c 6290 Committed Comments Only 19 Not processed Tatsuya Kawata (croissant) Michael Paquier (michael-kun) 1 4 months ago
Select PG_PRINTF_ATTRIBUTE separately for C and C++ 6293 Committed 10/10 +169−12 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
Fix a minor typo in the comment of read_stream_start_pending 6294 Committed AIO 19 10/10 +1−1 Xuneng Zhou (dylanzhou) Heikki Linnakangas (heikki) 1 3 months ago
Centralize exit() checks for libpq into a shared Perl script used by both Makefile and Meson; unify platform handling and use nm detected at configure time 6296 Committed Missing Tests PL/Perl libpq My First Patch 19 10/10 +2−1 Vasu M (vasu01) Michael Paquier (michael-kun) 1 3 months ago
Let's add a test for NLS translation of PRI* macros 6300 Committed Testing 10/10 +322−1 Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Proposal: Add a callback data parameter to GetNamedDSMSegment 6313 Committed 19 10/10 +34−16 Nathan Bossart (bossartn), Sami Imseih (simseih) Nathan Bossart (bossartn) 1 2 months ago
Docs: Standardize "cannot" usage in SGML source 6317 Committed Docs Only 19 9/10 +3−3 Chao Li (chaol) Bruce Momjian (bmomjian) 1 2 months ago
Change the signature of pgstat_report_vacuum() so that it's passed a Relation 6318 Committed Refactoring Only 19 10/10 +0−0 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 2 months ago
Fix possible 'unexpected data beyond EOF' on replica restart 6319 Committed Bugfix stable 10/10 +16−1 Anthonin Bonnefoy (bonnefoa) Heikki Linnakangas (heikki) 1 1 month ago
Error position support for ComputeIndexAttrs 6322 Committed 19 Needs rebase! Jian He (stayreal) Tom Lane (tgl) 1 2 months ago
Adjust pg_hba for MD5 deprecation 6323 Committed Docs Only 10/10 +2−2 Mikael Gustavsson (micke.vischan) John Naylor (john.naylor) 1 2 months ago
Do not emit FPW for unlogged relations in BRIN empty-page 6324 Committed Performance stable 10/10 +5−1 Kirill Reshke (reshke) Heikki Linnakangas (heikki) 1 2 months ago
Don't cast away const where possible 6325 Committed Refactoring Only 19 10/10 +29−29 Bertrand Drouvot (bertranddrouvot.pg) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 month ago
Fix outdated comments in catcache.h 6327 Committed Comments Only 8/10 +1−4 ChangAo Chen (chenchangao) David Rowley (davidrowley) 1 2 months ago
Fix unexpected reversal of the list during rehash catcache 6330 Committed 10/10 +2−2 ChangAo Chen (chenchangao) Michael Paquier (michael-kun) 1 2 months ago
Fix GetOperatorFromCompareType using uninitialized variable 6333 Committed Bugfix 19 10/10 +29−27 Paul Jungwirth (pjungwir) David Rowley (davidrowley) 1 2 months ago
[bug fix] prepared transaction might be lost when max_prepared_transactions is zero on the subscriber 6336 Committed Backport Logical Replication Needs rebase! Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 2 months ago
add new parameter to pg_replication_origin_session_setup 6337 Committed Backport Logical Replication Needs rebase! Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 1 month ago
Assertion failure in SnapBuildInitialSnapshot() 6338 Committed Backport Logical Replication Needs rebase! Zhijie Hou (houzj) Masahiko Sawada (masahikosawada) 1 2 months ago
Avoid corrupting DefElem nodes when parsing publication_names and publish options 6339 Committed Bugfix Good First Review Logical Replication Backport stable 10/10 +0−0 Sunil Seetharama (sunils26) Henson Choi (assam258.gmail.com) David Rowley (davidrowley) 1 2 months ago
Refactor replication origin state reset helpers 6345 Committed Refactoring Only 19 10/10 +102−84 Chao Li (chaol) Ashutosh Bapat (ashutoshbapat) Masahiko Sawada (masahikosawada) 2 1 month ago
Fix incorrect assertion in heapgettup_pagemode() 6348 Committed Good First Review 10/10 +1−1 ChangAo Chen (chenchangao) Heikki Linnakangas (heikki) 1 2 months ago
cleanup: Split long Makefile lists across lines and sort them 6349 Committed Refactoring Only Needs rebase! Jelte Fennema-Nio (jeltef) Michael Paquier (michael-kun) 1 2 months ago
Fixing some ancient errors in hash join costing 6350 Committed Bugfix 19 10/10 +268−246 Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Assert when executing query on partitioned table 6353 Committed Bugfix 19 10/10 +4−7 Dmitry Koval (d.koval) Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Change IndexAmRoutines to be statically allocated 6355 Committed Performance 9/10 +0−0 Matthias van de Meent (mmeent) Tom Lane (tgl) 1 2 months ago
Wrong comment for ReplicationSlotCreate 6357 Committed Comments Only 19 9/10 +0−0 Daniil Davydov (dddaniil) Amit Kapila (amitkapila) 1 2 months ago
Remove support for standard_conforming_strings = off 6359 Committed 10/10 +155−661 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Speed up ICU case conversion 6360 Committed Performance 19 10/10 +208−94 Andreas Karlsson (kandreas) Jeff Davis (jdavis) 1 2 months ago
PL/Python initialization cleanup 6362 Committed 10/10 +62−88 Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 month ago
Fix comments on _bt_skiparray_strat_increment/decrement 6364 Committed Comments Only 10/10 +0−0 Yugo Nagata (yugo.nagata) Peter Geoghegan (pgeoghegan) 1 2 months ago
psql: Add tab completion for \copy pstdin and pstdout 6365 Committed libpq 10/10 +15−6 Yugo Nagata (yugo.nagata) Masahiko Sawada (masahikosawada) 1 2 months ago
Use Python "Limited API" in PL/Python 6369 Committed 19 10/10 +11−5 Bryan Green (lispyone) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 1 month ago
intarray: fix an edge case int32 overflow bug 6374 Committed Extensions Bugfix stable Not processed Chao Li (chaol) David Rowley (davidrowley) 2 2 months ago
Adjust errcode in checkPartition(). 6376 Committed Bugfix 19 10/10 +1−1 Tender Wang (tndrwang) Alexander Korotkov (smagen) 2 2 months ago
fix pg_dump's use of pg_get_sequence_data 6382 Committed Bugfix 18 10/10 +18−6 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 2 months ago
file_fdw: Support multi-line HEADER option. 6383 Committed Extensions 19 10/10 +130−31 Shinya Kato (shinyakato) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 1 month ago
Use correct macro for accessing offset numbers. 6387 Committed stable 10/10 +15−15 Kirill Reshke (reshke) Michael Paquier (michael-kun) 2 1 month ago
[pg_stat_statements crashes with var and non-var expressions in IN clause 6395 Committed Bugfix stable 9/10 +31−3 Sami Imseih (simseih) Michael Paquier (michael-kun) 2 1 month ago
PL/Python initialization cleanup 6396 Committed PL/Python Needs rebase! Peter Eisentraut (petere) Peter Eisentraut (petere) 2 1 month ago
refactor architecture-specific popcount code 6398 Committed Refactoring Only 19 10/10 +534−566 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 2 weeks ago
backup: Fix trivial typo and error message issues 6403 Committed Good First Review Comments Only 10/10 +2−2 Man Zeng (zengman) Michael Paquier (michael-kun) 2 1 month ago
DOCS - "\d mytable" also shows any publications that publish mytable 6414 Committed Docs Only 19 10/10 +5−5 Peter Smith (smithpb2250) Fujii Masao (masaofujii) 2 1 month ago
Remove unnecessary abort() from WalSndShutdown(). 6434 Committed Refactoring Only 10/10 +0−1 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 1 month ago
Improvements and refactoring in shmem.c 6443 Committed Refactoring Only 10/10 +91−106 Heikki Linnakangas (heikki), Ashutosh Bapat (ashutoshbapat) Heikki Linnakangas (heikki) 2 1 month ago