Commitfest PG20-1 (2026-07-01 – 2026-07-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: 325. Waiting on Author: 33. Ready for Committer: 52. Committed: 91. Moved to next CF: 24. Withdrawn: 35. Rejected: 1. Returned with Feedback: 3. Total: 564.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Fix bug with accessing to temporary tables of other sessions 5379 Committed Bugfix Backport 17 Needs rebase! Jim Jones (jimus), Daniil Davydov (dddaniil) Tom Lane (tgl), Rafia Sabih (rafia.sabih), Jim Jones (jimus), Soumya S Murali (soumyamurali) Alexander Korotkov (smagen) 8 1 month ago
pgindent: improve formatting of multiline comments 5831 Committed Good First Review Devtools 19 10/10 +45−0 Aleksander Alekseev (a.alekseev) Payal Singh (payal) Tom Lane (tgl) 6 1 month ago
Automatically sizing the IO worker pool 5913 Committed Performance 19 9/10 +850−0 Thomas Munro (macdice) Thomas Munro (macdice) 4 2 months ago
pg_plan_advice 6184 Committed Extensions Missing Docs 10/10 +424−122 Robert Haas (rhaas) Robert Haas (rhaas) 3 1 week ago
Remove MULE_INTERNAL encoding 6472 Committed Deprecation 10/10 +0−0 Thomas Munro (macdice) Thomas Munro (macdice) 2 2 months ago
Improve pgindent's formatting named fields in struct literals and varidic functions 6508 Committed Devtools 10/10 +9−3 Andreas Karlsson (kandreas) Tom Lane (tgl) 2 1 month ago
amcheck: fix bug of missing corruption in allequalimage validation 6534 Committed Bugfix 19 10/10 +9−7 Chao Li (chaol) Xuneng Zhou (dylanzhou) Fujii Masao (masaofujii) 2 1 week ago
guc: make dereference style consistent in check_backtrace_functions 6566 Committed Bugfix 10/10 +16−16 zhang hu (zhanghu) Álvaro Herrera (alvherre) 1 2 months ago
Assert failure in ReorderBufferReturnTXN during logical decoding due to leaked specinsert change 6569 Committed Bugfix stable 10/10 +0−0 Vishal Prasanna (vishalprasanna) Hayato Kuroda (ha-kun) Álvaro Herrera (alvherre) 1 6 days ago
ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” 6584 Committed Bugfix My First Patch Needs rebase! Masashi Kamura (kam) Fujii Masao (masaofujii), lakshmi g (lakshmi) Fujii Masao (masaofujii) 1 2 weeks ago
MERGE PARTITIONS and DEPENDS ON EXTENSION. 6589 Committed Bugfix 0/1 +0−0 Matheus Alcantara (matheus.alcantara) Alexander Korotkov (smagen) 1 2 months ago
Two issues leading to discrepancies in FSM data on the standby server 6605 Committed Bugfix 19 Needs rebase! Alexey Makhmutov (lerm) Alexander Korotkov (smagen) 1 1 month ago
bugfix - fix broken output in expanded aligned format, when data are too short 6608 Committed Bugfix 10/10 +41−3 Pavel Stehule (okbobcz) Michael Paquier (michael-kun) 1 2 weeks ago
VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables 6616 Committed Bugfix Backport stable 10/10 +95−1 Jim Jones (jimus) Álvaro Herrera (alvherre) 1 1 month ago
Fix HAVING-to-WHERE pushdown with nondeterministic collations 6626 Committed Bugfix stable 10/10 +468−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Fix JSON_ARRAY(query) empty set handling and view deparsing 6628 Committed Bugfix stable 10/10 +304−27 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Fix integer overflow in nodeWindowAgg.c 6629 Committed Bugfix stable 10/10 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 2 months ago
bufmgr: pass through I/O stats context in FlushUnlockedBuffer() 6637 Committed Refactoring Only Good First Review 19 10/10 +2−2 Chao Li (chaol) Melanie Plageman (melanieplageman) 1 2 months ago
pg_test_timing: fix unit typo and widen diff type 6645 Committed Bugfix 19 10/10 +17−13 Chao Li (chaol) Fujii Masao (masaofujii) 1 1 month ago
Minor cleanup of Meson files given that we require 0.57 6656 Committed Refactoring Only Needs rebase! Andreas Karlsson (kandreas) Michael Paquier (michael-kun) 1 2 months ago
Use proc_exit() in WalRcvWaitForStartPosition 6660 Committed Bugfix Good First Review 19 10/10 +0−0 Chao Li (chaol) Fujii Masao (masaofujii) 1 2 months ago
Bugfixes for WAIT FOR LSN 6662 Committed Bugfix 19 Needs rebase! Xuneng Zhou (egoa) Alexander Korotkov (smagen) 2 3 weeks ago
Use stack allocated StringInfoDatas, where possible (round 2) 6670 Committed Refactoring Only 19 0/1 +0−0 Bertrand Drouvot (bertranddrouvot.pg) David Rowley (davidrowley) 1 2 months ago
Miscellaneous little fixes 6677 Committed Refactoring Only Good First Review stable Needs rebase! Aleksander Alekseev (a.alekseev) Michael Paquier (michael-kun) 1 2 months ago
WAIT FOR LSN bug fixes 6678 Committed Bugfix 19 Needs rebase! Xuneng Zhou (dylanzhou) Alexander Korotkov (smagen) 1 3 weeks ago
Bug in CREATE TABLE .. LIKE .. INCLUDING STATISTICS? 6683 Committed Bugfix 10/10 +0−0 Julien Tachoires (julmon) Srinath Reddy (srinath-reddy-sadipiralla) Andrew Dunstan (adunstan) 1 2 months ago
postmaster: fix stale PM_STARTUP failure exit 6684 Committed Bugfix 10/10 +5−24 Ayush Tiwari (aytiwari) Michael Paquier (michael-kun) 1 2 months ago
Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry 6688 Committed Docs Only 10/10 +0−0 Tatsuya Kawata (croissant) Masahiko Sawada (masahikosawada) 1 2 months ago
repack: fix a bug to reject deferrable primary key fallback for concurrent mode 6691 Committed Bugfix DDL 19 10/10 +97−12 Chao Li (chaol) Álvaro Herrera (alvherre) 1 1 month ago
Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION 6694 Committed Bugfix 19 10/10 +22−22 Ayush Tiwari (aytiwari) John Naylor (john.naylor) 1 1 month ago
Fix column name escaping in postgres_fdw stats import 6695 Committed Bugfix Security 19 Needs rebase! Ayush Tiwari (aytiwari) Etsuro Fujita (efujita) 1 1 month ago
Apply ENCODING option for COPY TO FORMAT JSON 6700 Committed Bugfix 19 10/10 +65−1 Ayush Tiwari (aytiwari) Andrew Dunstan (adunstan) 1 3 weeks ago
Fix FOR PORTION OF recomputing GENERATED STORED columns that depend on the range column 6701 Committed Bugfix 19 Needs rebase! Paul Jungwirth (pjungwir), SATYANARAYANA NARLAPURAM (satyanarayanan), jian he (universality) Peter Eisentraut (petere) 1 2 weeks ago
Fix temporal leftover INSERT triggers sharing a tuple 6702 Committed Bugfix 19 9/10 +87−0 Sergei Patiakin (spatiakin) Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 1 2 weeks ago
Fix FOR PORTION OF with DO INSTEAD/DO ALSO rules 6703 Committed Bugfix 19 Needs rebase! jian he (universality) Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 1 1 month ago
Avoid blocking indefinitely while finishing walsender shutdown 6708 Committed Bugfix Logical Replication Physical Replication 10/10 +75−8 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 weeks ago
GetPublicationsStr i18n for quotes 6710 Committed Bugfix Logical Replication 19 10/10 +6−6 Peter Smith (smithpb2250) Peter Eisentraut (petere) 1 1 week ago
pgbench: make verbose error messages thread-safe 6713 Committed Bugfix Needs rebase! Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
avoid ranlib warnings on macOS 6717 Committed Bugfix stable 10/10 +20−3 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Consider collation when proving uniqueness 6722 Committed Bugfix stable Needs rebase! Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Fix overflow and underflow in regr_r2() 6725 Committed Bugfix 19 Needs rebase! Chengpeng Yan (chengpeng.yan) Dean Rasheed (deanr) 1 2 weeks ago
Fix test for stale relation close in sequence synchronization 6726 Committed Bugfix 10/10 +5−1 Ayush Tiwari (aytiwari) Amit Kapila (amitkapila) 1 1 month ago
pgindent versus struct members and typedefs 6739 Committed Bugfix 19 10/10 +2−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Fix WAIT FOR LSN cleanup on subtransaction abort 6741 Committed Bugfix 19 10/10 +54−1 Ayush Tiwari (aytiwari) Alexander Korotkov (smagen) 1 1 month ago
Clean up property graph error messages 6742 Committed Refactoring Only 19 Needs rebase! Ayush Tiwari (aytiwari) Peter Eisentraut (petere) 1 1 month ago
Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables 6746 Committed Bugfix DDL 19 10/10 +353−51 Chao Li (chaol) Peter Eisentraut (petere) 1 2 weeks ago
Fix REPACK with WITHOUT OVERLAPS replica identity indexes 6748 Committed Bugfix DDL 19 10/10 +409−4 Chao Li (chaol) Álvaro Herrera (alvherre) 1 1 month ago
Fix FOR PORTION OF with non-updatable view columns 6750 Committed Bugfix 19 10/10 +0−0 Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 1 1 month ago
Fix unsafe PlannedStmt access in pg_stat_statements 6758 Committed Bugfix 19 10/10 +59−1 Chao Li (chaol) Michael Paquier (michael-kun) 1 1 month ago
Fix jsonpath .split_part() to honor silent mode 6759 Committed Bugfix 19 9/10 +34−3 Chao Li (chaol) Michael Paquier (michael-kun) 1 1 month ago
(SQL/PGQ) cache lookup failed for label 6760 Committed Bugfix 19 10/10 +270−76 Man Zeng (zengman) Peter Eisentraut (petere) 1 4 days ago
Decipher the comment in tsrank.c 6762 Committed Comments Only Good First Review stable 10/10 +45−0 Aleksander Alekseev (a.alekseev) Tom Lane (tgl) 1 1 month ago
Fix SPLIT PARTITION bound-overlap bug and other improvements 6766 Committed Bugfix DDL 19 Needs rebase! Chao Li (chaol) Alexander Korotkov (smagen) 1 4 weeks ago
Fix bug of COPY TO support partition table 6769 Committed Bugfix DDL 19 10/10 +22−2 Chao Li (chaol) Masahiko Sawada (masahikosawada) 1 1 month ago
fix seg-fault in refint 6772 Committed Bugfix stable 10/10 +2−1 Ayush Tiwari (aytiwari) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
refint: Avoid reusing cascade UPDATE plans. 6773 Committed Bugfix stable 10/10 +116−238 Ayush Tiwari (aytiwari) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
Simplify signature of ProcessStartupPacket() 6775 Committed Refactoring Only 10/10 +16−9 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 month ago
pg_stash_advice: dump file with overlong stash name crashes worker in a restart loop 6780 Committed Bugfix 19 10/10 +36−0 Ayush Tiwari (aytiwari) Robert Haas (rhaas) 1 3 weeks ago
Fix minimal typo in OAuth 6784 Committed [oauth] 19 10/10 +1−1 Jonathan Gonzalez V. (sxd) Daniel Gustafsson (d_gustafsson) 1 1 month ago
GitHub Actions to replace Cirrus CI 6785 Committed CI 10/10 +1278−1350 Andres Freund (andresfreund), Jelte Fennema-Nio (jeltef), Nazir Bilal Yavuz (nbyavuz) Andres Freund (andresfreund) 1 2 hours ago
[Bug]Assertion failure in LATERAL GRAPH_TABLE with multi-label pattern 6786 Committed Bugfix 19 0/1 +27−0 SATYANARAYANA NARLAPURAM (satyanarayanan), Ayush Tiwari (aytiwari) Ewan Young (kdbase.hack.gmail.com) Peter Eisentraut (petere) 1 4 days ago
Fix LISTEN startup race with direct advancement 6787 Committed Bugfix 10/10 +23−31 Joel Jacobson (joeljacobson) Tom Lane (tgl) 1 3 weeks ago
BUG #19488: Standby connection fails after dropping on login event trigger enabled always 6790 Committed Bugfix 18 10/10 +135−1 Ayush Tiwari (aytiwari) Alexander Korotkov (smagen) 1 4 weeks ago
BUG #19482: Recursive QueueFKConstraintValidation() lacks stack depth check 6791 Committed Bugfix 18 9/10 +6−0 Ayush Tiwari (aytiwari) Tom Lane (tgl) 1 3 weeks ago
Remove obsolete LISTEN array growth isolation test 6794 Committed Testing 10/10 +1−19 Joel Jacobson (joeljacobson) Tom Lane (tgl) 1 3 weeks ago
Prevent setting NO INHERIT on partitioned not-null constraints 6795 Committed Bugfix DDL stable 10/10 +0−0 Andreas Karlsson (kandreas) Jim Jones (jimus) Fujii Masao (masaofujii) 1 1 month ago
Reject degenerate SPLIT PARTITION with DEFAULT partition 6796 Committed DDL 19 9/10 +0−0 Chao Li (chaol) Alexander Korotkov (smagen) 1 4 weeks ago
Set notice receiver before libpq connection startup 6797 Committed Bugfix dblink 19 10/10 +70−37 Chao Li (chaol) Fujii Masao (masaofujii) 1 3 weeks ago
Avoid leaking system path from pg_available_extensions 6798 Committed Bugfix 19 10/10 +8−6 Chao Li (chaol) Jim Jones (jimus) Andrew Dunstan (adunstan) 1 3 weeks ago
effective_wal_level is not decreasing after using REPACK (CONCURRENTLY) 6800 Committed Bugfix Logical Replication 19 10/10 +0−0 Imran Zaheer (imranzaheer) Álvaro Herrera (alvherre) 1 3 weeks ago
expand refint docs with usage info 6803 Committed Docs Only stable 10/10 +57−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
pg_createsubscriber: allow duplicate publication names 6826 Committed System Administration 19 10/10 +6−22 Chao Li (chaol) Amit Kapila (amitkapila) 1 2 weeks ago
Use correct type for catalog_xmin 6846 Committed Bugfix 19 Needs rebase! Imran Zaheer (imranzaheer) Fujii Masao (masaofujii) 1 2 weeks ago
Avoid NULL SQL/JSON expressions after failed text coercion 6849 Committed Bugfix 18 9/10 +71−1 Ayush Tiwari (aytiwari) Álvaro Herrera (alvherre) 1 1 week ago
Fix ALTER DOMAIN VALIDATE CONSTRAINT locking 6860 Committed Bugfix DDL 19 10/10 +61−17 Chao Li (chaol) Fujii Masao (masaofujii) 1 5 days ago
t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline 6862 Committed Bugfix stable Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 1 week ago
Fix unqualified catalog references in psql describe queries 6866 Committed Bugfix 19 10/10 +8−8 Chao Li (chaol) Michael Paquier (michael-kun) 1 1 week ago
Reject negative max_retention_duration values 6872 Committed Bugfix DDL 19 10/10 +17−0 Chao Li (chaol) Amit Kapila (amitkapila) 1 1 week ago
fix prev link in docs 6874 Committed Bugfix stable 10/10 +1−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 days ago
Fix md5_password_warnings for role and database settings 6875 Committed Bugfix 19 10/10 +72−33 Chao Li (chaol) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 week ago
Modernizing pg_bsd_indent's error/warning reporting code 6877 Committed Modernization 19 10/10 +14−42 Tom Lane (tgl) Tom Lane (tgl) 1 1 week ago
Do quoting more carefully in replication commands 6878 Committed Bugfix Backport stable 10/10 +159−73 Tom Lane (tgl) Tom Lane (tgl) 1 1 week ago
Integer overflow in ltree_compare function 6884 Committed Bugfix 14 9/10 +63−9 Ayush Tiwari (aytiwari) Heikki Linnakangas (heikki) 1 6 days ago
Fix segmentation fault and infinite loop in jsonb_{plperl,plpython} 6894 Committed Bugfix 10/10 +13−0 Aleksander Alekseev (a.alekseev) Tom Lane (tgl) 1 4 days ago
Fix --missing-stats-only false positive for partitioned expression indexes 6896 Committed Bugfix stable 10/10 +3−2 Baji Shaik (bajishaik) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 5 days ago
assertion failure with unique index + partitioning + join 6900 Committed Bugfix stable 10/10 +142−10 Richard Guo (richardguo) Richard Guo (richardguo) 1 22 hours ago
fix autovacuum score when member space usage is high 6902 Committed Bugfix 19 10/10 +12−5 Sami Imseih (simseih) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 days ago
fix prev link in docs, take 2 6905 Committed Docs Only Performance stable 10/10 +26−26 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 days ago
hstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference-unwinding loop 6910 Committed Bugfix 10/10 +4−0 Aleksander Alekseev (a.alekseev) Tom Lane (tgl) 1 4 days ago
Fix publisher-side sequence permission reporting 6911 Committed Bugfix Logical Replication 10/10 +89−33 Fujii Masao (masaofujii) Tristan Partin (tristan957) Fujii Masao (masaofujii) 1 yesterday
Fix PL/Python crash when a SRF is redefined mid-execution 6917 Committed Bugfix 10/10 +452−260 Matheus Alcantara (matheus.alcantara) Tom Lane (tgl) Tom Lane (tgl) 1 19 hours ago
New patch