Commitfest PG20-1 (2026-07-01 – 2026-07-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: 279. Waiting on Author: 39. Ready for Committer: 47. Committed: 172. Moved to next CF: 27. Withdrawn: 42. Rejected: 3. Returned with Feedback: 5. Total: 614.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state 5029 Needs review Bugfix Logical Replication 10/10 +110−6 ChangAo Chen (chenchangao) harinath kanchu (harinath001), Lilian Ontowhee (ontowhee), haiyang li (ocean-li), Arul Kumar C (arulkumarc) 10 8 months ago
Incorrect error message for cancellation triggered by statement_timeout & flaky test 5070 Ready for Committer Bugfix Flakyfix stable 10/10 +33−15 Jelte Fennema-Nio (jeltef) Yogesh Sharma (sharmay), Akshat Jaimini (akshatj) 11 6 months ago
DirtySnapshot index scan skips concurrently updated tuples leading to lost updates/deletes in logical replication 5151 Needs review Bugfix Logical Replication Help - Stuck Rebasing stable 10/10 +613−48 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Luan Silva (luansilva) 9 3 months ago
Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION 5681 Waiting on Author Bugfix 10/10 +132−19 Yugo Nagata (yugo.nagata) Jim Jones (jimus), Daniil Davydov (dddaniil) 6 9 months ago
Fix [SP-]GiST IOS visibility bug 5721 Needs review Bugfix 9/10 +620−82 Matthias van de Meent (mmeent) Mihail Nikalayeu (mihailnikalayeu), solai v (solaiv) 2 3 weeks ago
problems with toast.* reloptions 5839 Needs review Bugfix 20 10/10 +305−117 Nathan Bossart (bossartn) Yogesh Sharma (sharmay), solai v (solaiv) 6 1 month ago
disallow alter individual column if partition key contains wholerow reference 5988 Waiting on Author Bugfix Backport 18 10/10 +39−0 Jian He (stayreal) Sergey Dudoladov (sdudoladov), Matt Dailis (mattdailis), Zizhuan Liu (liuzizhuan) 5 3 weeks ago
Fix race condition in SSI when reading PredXact->SxactGlobalXmin 6037 Ready for Committer Bugfix Backport My First Patch stable 5/10 +267−13 Josh Curtis (joshcurtis) Mihail Nikalayeu (mihailnikalayeu) 4 1 month ago
Fix replica identity mismatch for partitioned tables with publish_via_partition_root 6047 Needs review Bugfix Logical Replication stable 10/10 +211−38 Mikhail Kharitonov (mkharitonov) Henson Choi (assam258.gmail.com), jihyun bahn (ichibahn) 4 3 weeks ago
Whole-row fixes for DROP COLUMN, SET COLUMN DATA TYPE 6055 Needs review Bugfix Backport stable 10/10 +560−10 Jian He (stayreal) lakshmi g (lakshmi) 4 2 days ago
Preserve index stats during ALTER TABLE ... TYPE ... 6118 Needs review Bugfix 19 10/10 +576−4 Bertrand Drouvot (bertranddrouvot.pg) Yogesh Sharma (sharmay), solai v (solaiv) 4 1 month ago
avoid call ATPostAlterTypeCleanup twice 6121 Needs review Bugfix Backport stable 10/10 +88−0 Jian He (stayreal) 4 9 months ago
Incorrect historic snapshot may be serialized to disk during fast-forwarding 6304 Needs review Bugfix 10/10 +11−7 ChangAo Chen (chenchangao), haiyang li (ocean-li) 3 5 months ago
Create unique GiST index 6368 Waiting on Author Bugfix SQL Commands 19 1/2 +447−17 Paul Jungwirth (pjungwir) warda bibi (warda), Prafulla Ranadive (pprandive) 3 4 months ago
extended statistic (examine_variable) ignored CollateExpr 6397 Needs review Bugfix stable 5/10 +138−5 Jian He (stayreal) 2 6 months ago
BUG #19369: Not documented that io_uring on kernel versions between 5.1 and below 5.6 does not work 6428 Needs review Bugfix AIO 19 10/10 +122−3 Surya Poondla (spoondla) 2 5 months ago
tablecmds: fix bug where index rebuild loses replica identity on partitions 6440 Needs review Bugfix DDL stable 10/10 +272−38 Chao Li (chaol) 2 6 days ago
tablecmds: fix Deadlock caused by Attach Partition 6442 Needs review Bugfix DDL 19 9/10 +54−0 Chao Li (chaol) 2 5 months ago
BUG #19382: Server crash at __nss_database_lookup 6449 Ready for Committer Bugfix Security 20 10/10 +906−1 Surya Poondla (spoondla) 2 6 days ago
Fix the race condition for updating slot minimum LSN 6451 Ready for Committer Bugfix 10/10 +32−1 Zhijie Hou (houzj) Surya Poondla (spoondla), solai v (solaiv) 2 2 months ago
Use correct collation in pg_trgm 6454 Ready for Committer Bugfix 19 Needs rebase! David Geier (geidav) Zsolt Parragi (zsolt.parragi) 2 3 months ago
Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline 6525 Needs review Bugfix 10/10 +418−6 Andrey Borodin (x4m) Surya Poondla (spoondla) 2 2 weeks ago
Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint 6564 Needs review Bugfix stable 10/10 +40−2 Jian He (stayreal) Zizhuan Liu (liuzizhuan) 1 3 weeks ago
Fix the wrong behavior of REFRESH MATERIALIZED VIEW CONCURRENTLY 6579 Needs review Bugfix 19 10/10 +246−43 Rafia Sabih (rafia.sabih), Surya Poondla (spoondla) 1 17 hours ago
Fix JSON_SERIALIZE() coercion placeholder type for jsonb input 6587 Needs review Bugfix 10/10 +80−3 Matt Blewitt (mble-ps) Zsolt Parragi (zsolt.parragi) 1 4 months ago
pg_dump: fix NOT NULL constraint name comparison using makeObjectName 6601 Needs review Bugfix 19 9/10 +258−127 JoongHyuk Shin (shin) Henson Choi (assam258.gmail.com) 1 4 months ago
rewriteGraphTable: Fix missing RTEs in FROM clause by setting inFromCl=true 6602 Waiting on Author Bugfix 19 10/10 +3−3 Man Zeng (zengman) Peter Eisentraut (petere) 1 3 months ago
Fix a file descriptor leak when using io_method=io_uring 6617 Ready for Committer Bugfix AIO My First Patch stable 10/10 +42−0 Lucas DRAESCHER (draescherl) Lætitia AVROT (arkhena), Ilmar Yunusov (tanswis42.gmail.com) 1 1 month ago
pg_stat_xact_user_tables stat not currect during the transaction 6619 Needs review Bugfix Needs rebase! Xuneng Zhou (dylanzhou) 1 2 months ago
Docs: Create table description for constraints markup fix and label tweaks 6648 Needs review Bugfix Docs Only 10/10 +8−8 David Johnston (polobo) Dapeng Wang (w345731923) 1 3 months ago
Take a long time to reach consistent after pg_rewind 6679 Ready for Committer Bugfix 10/10 +20−11 ChangAo Chen (chenchangao) Surya Poondla (spoondla), solai v (solaiv) 1 6 days ago
Adding event mask validation for ModifyWaitEvent 6687 Needs review Bugfix Needs rebase! Josh Kupershmidt (schmiddy) 1 3 months ago
Allow SJE to recognize GiST-backed temporal primary keys 6699 Needs review Bugfix Needs rebase! SATYANARAYANA NARLAPURAM (satyanarayanan) 1 3 months ago
[Patch]Incorrect usage of PageGetFreeSpace instead of PageGetHeapFreeSpace in heap_xlog_visible 6712 Needs review Bugfix 14 Needs rebase! Alexey Makhmutov (lerm) 1 2 months ago
Fix race condition in pg_get_publication_tables with concurrent DROP TABLE 6715 Waiting on Author Bugfix 9/10 +104−7 Bharath Rupireddy (bharathrupireddy) 1
Fix cascading standby reconnect failure after archive fallback 6716 Needs review Bugfix stable 10/10 +252−7 Marco Nenciarini (mnencia), Xuneng Zhou (dylanzhou) 1 2 months ago
LockHasWaiters() crashes on fast-path locks 6732 Needs review Bugfix stable 10/10 +11−0 SATYANARAYANA NARLAPURAM (satyanarayanan) 1 1 week ago
Disallow whole-row index references with virtual generated columns? 6749 Needs review Bugfix 19 3/10 +13−2 Ayush Tiwari (aytiwari) Zizhuan Liu (liuzizhuan) 1 20 hours ago
Fix ALTER COLUMN ... DROP EXPRESSSION with subpartitions 6754 Needs review Bugfix My First Patch DDL 9/10 +51−1 Alberto Piai (albe) 1 3 months ago
Remove invalid SS2/SS3 handling from EUC-KR routines 6761 Needs review Bugfix Good First Review My First Patch stable 10/10 +33−5 성준 장 (sungjun) Henson Choi (assam258.gmail.com) 1 2 months ago
pg_rewind does not rewind diverging timelines 6768 Needs review Bugfix 18 10/10 +614−22 Mats Kindahl (matski) Japin Li (japin) 1 4 days ago
[BUG] DELETE/UPDATE more than one row in partitioned foreign table 6770 Needs review Extensions Bugfix 10/10 +1217−319 Nikita Malakhov (nmalakh) 1 1 week ago
to_date()/to_timestamp() silently accept month=0 and day=0 6792 Needs review Bugfix stable 10/10 +30−0 Ayush Tiwari (aytiwari) Daniel Gustafsson (d_gustafsson) 1 2 months ago
REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL 6801 Ready for Committer Bugfix 10/10 +67−0 Ante Krešić (antekresic) Aleksander Alekseev (a.alekseev), solai v (solaiv) 1 1 month ago
Fix race in ReplicationSlotRelease for ephemeral slots 6806 Needs review Bugfix Logical Replication Needs rebase! Zhijie Hou (houzj) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 weeks ago
Fix: VACUUM FULL or CREATE INDEX fails with error "missing chunk number 0 for toast value XXX" 6824 Needs review Bugfix 20 10/10 +794−55 Michael Paquier (michael-kun), Ekaterina Testova (e.testova) 1 20 hours ago
Fix safe_wal_size for slots without restart_lsn 6828 Needs review Bugfix stable 10/10 +40−10 Xuneng Zhou (dylanzhou) 1 1 month ago
Race conditions in logical decoding 6840 Needs review Bugfix stable 6/10 +10−5 Álvaro Herrera (alvherre), Antonin Houska (a.houska) Mihail Nikalayeu (mihailnikalayeu) 1 1 month ago
Prevent constraint name conflicts in partition trees spanning multiple schemas 6842 Needs review Bugfix DDL 10/10 +254−14 Marko Grujic (gruuya) 1 1 month ago
Don't consider FATAL errors "abnormal server termination" 6850 Needs review Bugfix libpq 10/10 +303−105 Jelte Fennema-Nio (jeltef) 1 1 month ago
pg_rewind produces unusable but starting database with standby recovery 6863 Needs review Bugfix 9/10 +198−12 Zsolt Parragi (zsolt.parragi) Henson Choi (assam258.gmail.com) 1 1 month ago
Handle concurrent drop when doing whole database vacuum 6890 Ready for Committer Bugfix 10/10 +21−7 ChangAo Chen (chenchangao) Nathan Bossart (bossartn), Surya Poondla (spoondla) Nathan Bossart (bossartn) 1 1 week ago
Two bugs around ALTER TYPE 6903 Needs review Bugfix 3/10 +278−0 Andrey Borodin (x4m) Heikki Linnakangas (heikki) 1 yesterday
Possible G2 anomaly at SERIALIZABLE (SSI, doom-before-error) 6904 Needs review Bugfix 10/10 +256−0 Andrey Borodin (x4m) 1 1 month ago
Do not lock tables in get_tables_to_repack 6909 Needs review Bugfix 9/10 +26−12 ChangAo Chen (chenchangao) 1 2 days ago
Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges 6913 Needs review Bugfix My First Patch Good First Review 10/10 +166−14 도건 유 (dogeon) Henson Choi (assam258.gmail.com) 1 2 weeks ago
pg_dump: skip pg_init_privs entries for non-existent roles 6915 Ready for Committer Bugfix 19 10/10 +174−3 Hüseyin Demir (demir) Laurenz Albe (laurenz), Rui Zhao (zhaorui) 1 1 week ago
Update the wraparound warning to clarify that the reported percentage represents the remaining ID space before wraparound 6928 Needs review Bugfix 10/10 +17−16 Fujii Masao (masaofujii) 1 3 weeks ago
Improve errmsg for publication membership 6950 Ready for Committer Bugfix Good First Review 20 9/10 +4−4 Peter Smith (smithpb2250) 1 1 month ago
Allow progress tracking of sub-commands 6958 Waiting on Author Bugfix Monitoring 10/10 +294−89 Antonin Houska (a.houska) Alberto Piai (albe) 1 3 hours ago
REVOKE's CASCADE protection doesn't work with inherited table owners 6961 Needs review Bugfix stable 10/10 +147−4 Jacob Champion (jchampion) Ayush Tiwari (aytiwari) 1 1 week ago

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
libpq: Fix processing of SSL records >8kB on async API 5251 Committed Bugfix Backport libpq stable 10/10 +212−11 Jacob Champion (jchampion), Lars Kanis (larsk) Heikki Linnakangas (heikki), Jacob Champion (jchampion), solai v (solaiv) Heikki Linnakangas (heikki) 8 1 week ago
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 3 weeks ago
Fix buffer pinning logic/visibility bugs in [SP-]Gist Index-Only Scans 5542 Withdrawn Bugfix Needs rebase! Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent), Mihail Nikalayeu (mihailnikalayeu) 6 6 months ago
Fix gistkillitems & add regression test to microvacuum 6399 Committed Bugfix 10/10 +5−5 Kirill Reshke (reshke) Heikki Linnakangas (heikki), Soumya S Murali (soumyamurali) Heikki Linnakangas (heikki) 2 2 weeks 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 month ago
Fix slotsync worker busy loop causing repeated log messages 6546 Withdrawn Bugfix Logical Replication Needs rebase! Fujii Masao (masaofujii) Zhijie Hou (houzj) 2 3 months ago
astreamer_lz4: fix bug of output pointer advancement in decompressor 6561 Moved to different CF Bugfix 19 10/10 +2−2 Chao Li (chaol) Xuneng Zhou (dylanzhou) Tom Lane (tgl) 2 4 months ago
pg_upgrade fails when extension_control_path is used 6562 Moved to different CF Bugfix 19 9/10 +197−2 Jonathan Gonzalez V. (sxd) Niccolo Fei (nfei), Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 2 4 months ago
UBSAN crash in EventTriggerCollectAlterTSConfig 6565 Moved to different CF Bugfix stable 10/10 +0−0 Florin Irion (irionr) Álvaro Herrera (alvherre) 2 4 months ago
guc: make dereference style consistent in check_backtrace_functions 6566 Committed Bugfix 10/10 +16−16 zhang hu (zhanghu) Álvaro Herrera (alvherre) 1 3 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 1 month ago
DSA pagemap out-of-bounds in make_new_segment odd-sized path 6570 Moved to different CF Bugfix Needs rebase! Paul Bunn (pbunn) Michael Paquier (michael-kun) 2 4 months ago
Inconsistency in owner assignment between INDEX and STATISTICS 6571 Withdrawn Bugfix 19 10/10 +26−1 JoongHyuk Shin (shin) Amit Khandekar (amitdkhan) 1 3 months ago
Fix premature timeout in pg_promote() caused by signal interruptions 6583 Moved to different CF Bugfix 9/10 +4−4 Robert Pang (robertp), Robert Pang (robertpang-oss) Michael Paquier (michael-kun) 2 3 months 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 1 month ago
MERGE PARTITIONS and DEPENDS ON EXTENSION. 6589 Committed Bugfix 0/1 +0−0 Matheus Alcantara (matheus.alcantara) Alexander Korotkov (smagen) 1 3 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 2 months 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 1 month ago
Check some unchecked fclose() results 6609 Withdrawn Bugfix 19 Needs rebase! Chao Li (chaol) 1 3 months ago
Make \d tablename fast again, regression introduced by 85b7efa1cdd 6615 Committed Bugfix Performance 18 Needs rebase! Jelte Fennema-Nio (jeltef) Tom Lane (tgl) Tom Lane (tgl) 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 2 months ago
Bug: wrong relname in RemoveSubscriptionRel() error detail 6621 Withdrawn Bugfix stable 10/10 +1−1 Chao Li (chaol) 1 3 months ago
Fix HAVING-to-WHERE pushdown with nondeterministic collations 6626 Committed Bugfix stable 10/10 +468−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 2 months 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 2 months ago
Fix integer overflow in nodeWindowAgg.c 6629 Committed Bugfix stable 10/10 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 3 months ago
Add ParameterDescription message to libpq frontend long message types 6636 Committed Bugfix libpq My First Patch stable 10/10 +0−0 Ning Sun (sunng) Zizhuan Liu (liuzizhuan) Heikki Linnakangas (heikki) 1 1 month 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 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 3 months ago
Bugfixes for WAIT FOR LSN 6662 Committed Bugfix 19 Needs rebase! Xuneng Zhou (egoa) Alexander Korotkov (smagen) 2 1 week ago
Fix NULL dereference in pg_get_database_ddl() 6669 Withdrawn Bugfix 19 10/10 +40−1 Ayush Tiwari (aytiwari) 1 3 months ago
Don't call ereport(ERROR) from recovery target GUC assign hooks 6672 Committed Bugfix 19 10/10 +158−130 JoongHyuk Shin (shin) Fujii Masao (masaofujii), Henson Choi (assam258.gmail.com) Fujii Masao (masaofujii) 1 yesterday
WAIT FOR LSN bug fixes 6678 Committed Bugfix 19 Needs rebase! Xuneng Zhou (dylanzhou) Alexander Korotkov (smagen) 1 1 week ago
Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN() 6682 Withdrawn Bugfix stable 10/10 +6−1 JoongHyuk Shin (shin) 1 3 months 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 3 months ago
postmaster: fix stale PM_STARTUP failure exit 6684 Committed Bugfix 10/10 +5−24 Ayush Tiwari (aytiwari) Michael Paquier (michael-kun) 1 3 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 2 months 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 2 months ago
Fix column name escaping in postgres_fdw stats import 6695 Committed Bugfix Security 19 Needs rebase! Ayush Tiwari (aytiwari) Etsuro Fujita (efujita) 1 2 months ago
Fix null pointer dereference in PG19 6698 Committed Bugfix 19 10/10 +155−0 Aleksander Alekseev (a.alekseev) Peter Eisentraut (petere) 1 1 week ago
Apply ENCODING option for COPY TO FORMAT JSON 6700 Committed Bugfix 19 10/10 +65−1 Ayush Tiwari (aytiwari) Andrew Dunstan (adunstan) 1 1 month 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 1 month 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 1 month 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 2 months ago
Skip FOR PORTION OF leftovers after INSTEAD OF trigger 6704 Committed Bugfix 19 Needs rebase! jian he (universality) Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 1 1 week ago
Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server 6707 Withdrawn Bugfix DDL 19 10/10 +49−21 Chao Li (chaol) Zsolt Parragi (zsolt.parragi) 1 5 days 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 1 month ago
GetPublicationsStr i18n for quotes 6710 Committed Bugfix Logical Replication 19 10/10 +6−6 Peter Smith (smithpb2250) Peter Eisentraut (petere) 1 1 month ago
pgbench: make verbose error messages thread-safe 6713 Committed Bugfix Needs rebase! Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 months ago
avoid ranlib warnings on macOS 6717 Committed Bugfix stable 10/10 +20−3 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months ago
Consider collation when proving uniqueness 6722 Committed Bugfix stable Needs rebase! Richard Guo (richardguo) Richard Guo (richardguo) 1 2 months ago
Fix overflow and underflow in regr_r2() 6725 Committed Bugfix 19 Needs rebase! Chengpeng Yan (chengpeng.yan) Dean Rasheed (deanr) 1 1 month ago
Fix test for stale relation close in sequence synchronization 6726 Committed Bugfix 10/10 +5−1 Ayush Tiwari (aytiwari) Amit Kapila (amitkapila) 1 2 months ago
Fix ProcKill lock-group vs procLatch recycle race 6737 Committed Bugfix 10/10 +344−2 Vlad Lesin (vlesin) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 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 2 months ago
Fix WAIT FOR LSN cleanup on subtransaction abort 6741 Committed Bugfix 19 10/10 +54−1 Ayush Tiwari (aytiwari) Alexander Korotkov (smagen) 1 2 months 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 1 month 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 2 months 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 2 months ago
Rebuild CHECK constraints ALTER COLUMN SET EXPRESSION 6755 Committed Bugfix 19 10/10 +223−0 Jian He (stayreal) Zsolt Parragi (zsolt.parragi), Ayush Tiwari (aytiwari), solai v (solaiv) Peter Eisentraut (petere) 1 6 days ago
Fix pg_stat_statements display of normalized FETCH counts 6756 Withdrawn Bugfix DDL 19 10/10 +134−13 Chao Li (chaol) 1 2 months 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 2 months 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 2 months ago
(SQL/PGQ) cache lookup failed for label 6760 Committed Bugfix 19 10/10 +270−76 Man Zeng (zengman) Peter Eisentraut (petere) 1 2 weeks ago
FOR PORTION OF should reject GENERATED columns 6764 Committed Bugfix 19 10/10 +156−0 Paul Jungwirth (pjungwir) Nathan Bossart (bossartn), solai v (solaiv) Peter Eisentraut (petere) 1 2 weeks ago
Fix SPLIT PARTITION bound-overlap bug and other improvements 6766 Committed Bugfix DDL 19 Needs rebase! Chao Li (chaol) Alexander Korotkov (smagen) 1 1 month 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 2 months ago
fix seg-fault in refint 6772 Committed Bugfix stable 10/10 +2−1 Ayush Tiwari (aytiwari) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months 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 1 month ago
Fix bug of COPY (on_error set_null) 6774 Withdrawn Bugfix DDL 19 10/10 +24−12 Chao Li (chaol) 1 2 months ago
(SQL/PGQ) cache lookup failed for label 6776 Withdrawn Bugfix 19 Not processed Ayush Tiwari (aytiwari) 1 2 weeks ago
Move FOR PORTION OF checks out of analysis 6778 Committed Bugfix 19 Needs rebase! Paul Jungwirth (pjungwir), Jian He (stayreal) Peter Eisentraut (petere) 1 3 weeks ago
Rebuild CHECK constraints after generated column SET EXPRESSION 6779 Committed Bugfix stable Needs rebase! Jian He (stayreal) Peter Eisentraut (petere) 1 6 days 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 1 month ago
Add missing period to DETAIL messages 6783 Committed Bugfix 19 Needs rebase! Peter Smith (smithpb2250) Peter Eisentraut (petere) 1 10 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 1 month ago
Fix LISTEN startup race with direct advancement 6787 Committed Bugfix 10/10 +23−31 Joel Jacobson (joeljacobson) Tom Lane (tgl) 1 1 month 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 1 month ago
BUG #19482: Recursive QueueFKConstraintValidation() lacks stack depth check 6791 Committed Bugfix 18 9/10 +6−0 Ayush Tiwari (aytiwari) Tom Lane (tgl) 1 1 month ago
BUG #19484: Segmentation fault triggered by FDW 6793 Committed Bugfix stable 9/10 +38−7 Rafia Sabih (rafia.sabih), Matheus Alcantara (msalcantara), Ayush Tiwari (aytiwari) Amit Langote (amitlan) 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
Set notice receiver before libpq connection startup 6797 Committed Bugfix dblink 19 10/10 +70−37 Chao Li (chaol) Fujii Masao (masaofujii) 1 1 month 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 1 month 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 1 month ago
BUG Segfault triggered by reentrancy in ri_triggers.c 6805 Withdrawn Bugfix 8/10 +199−1 Lucas Jeffrey (lucasjeffrey.acs) 1 1 week ago
pg_rewind does not rewind diverging timelines 6811 Withdrawn Bugfix Not processed Mats Kindahl (matski) Zsolt Parragi (zsolt.parragi) 1 4 days ago
Fix qual pushdown past grouping with mismatched equivalence 6812 Committed Bugfix stable 9/10 +1365−237 Richard Guo (richardguo) Florin Irion (irionr) Richard Guo (richardguo) 1 2 weeks ago
BUG Segfault triggered by reentrancy in ri_triggers.c 6815 Withdrawn Bugfix 9/10 +240−1 Lucas Jeffrey (lucasjeffrey.acs) 1 1 week ago
Fix Segfault caused by reentrancy in ri_triggers.c 6825 Moved to different CF Bugfix 10/10 +240−1 Lucas Jeffrey (lucasjeffrey.acs) 2 1 week ago
Fix bug of CHECK constraint enforceability recursion 6827 Committed Bugfix DDL 19 Needs rebase! Chao Li (chaol) Zsolt Parragi (zsolt.parragi) Andrew Dunstan (adunstan) 1 1 month ago
BUG with accessing to temporary tables of other sessions still exists 6839 Committed Bugfix 19 10/10 +0−0 Daniil Davydov (dddaniil) Zizhuan Liu (liuzizhuan) Alexander Korotkov (smagen) 1 3 weeks ago
Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations 6844 Committed Bugfix stable 10/10 +69−6 Nitin Motiani (nitinmotiani) Ewan Young (kdbase.hack.gmail.com) Tom Lane (tgl) 1 2 weeks ago
Use correct type for catalog_xmin 6846 Committed Bugfix 19 Needs rebase! Imran Zaheer (imranzaheer) Fujii Masao (masaofujii) 1 1 month ago
(SQL/PGQ) Clean up orphaned properties when dropping a label 6848 Committed Bugfix 19 Needs rebase! Man Zeng (zengman) Peter Eisentraut (petere) 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 month ago
Add pg_upgrade check for invalid role references in pg_init_privs 6856 Withdrawn Bugfix 18 10/10 +82−0 Hüseyin Demir (demir) 1 1 month ago
Fix \crosstabview to honor \pset display_true/display_false 6859 Committed Bugfix 19 10/10 +92−16 Chao Li (chaol) Álvaro Herrera (alvherre) 1 3 weeks ago
Fix ALTER DOMAIN VALIDATE CONSTRAINT locking 6860 Committed Bugfix DDL 19 10/10 +61−17 Chao Li (chaol) Fujii Masao (masaofujii) 1 1 month 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 month 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 2 weeks ago
Fix SET EXPRESSION for virtual columns with whole-row dependencies 6867 Committed Bugfix DDL 19 10/10 +174−3 Chao Li (chaol) Peter Eisentraut (petere) 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 month ago
fix prev link in docs 6874 Committed Bugfix stable 10/10 +1−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month 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 month 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 month ago
postgres_fdw: fix cumulative stats after imported foreign-table stats 6880 Committed Bugfix postgres_fdw 19 Needs rebase! Chao Li (chaol) Etsuro Fujita (efujita) 1 2 weeks ago
Fix psql pager selection for wrapped expanded output 6881 Committed Bugfix psql 19 10/10 +42−18 Chao Li (chaol) Tom Lane (tgl) Tom Lane (tgl) 1 2 weeks ago
Integer overflow in ltree_compare function 6884 Committed Bugfix 14 9/10 +63−9 Ayush Tiwari (aytiwari) Heikki Linnakangas (heikki) 1 1 month ago
postgres_fdw: stabilize terminated-connection regression tests 6889 Committed Bugfix postgres_fdw Testing 10/10 +87−13 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 5 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 1 month 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 1 month ago
Fix pg_restore --no-globals SQL output for pg_dumpall archives 6899 Withdrawn System Administration Bugfix 19 Needs rebase! Chao Li (chaol) 1 1 month ago
assertion failure with unique index + partitioning + join 6900 Committed Bugfix stable 10/10 +142−10 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month 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 1 month ago
Refine MultiXact wraparound hints 6906 Committed Bugfix 9/10 +13−7 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 weeks ago
Fix btree_gist <> strategy on internal index pages 6908 Committed Bugfix stable 9/10 +158−92 Ayush Tiwari (aytiwari) Tom Lane (tgl) Tom Lane (tgl) 1 2 weeks 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 1 month 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 5 days ago
Fix out of bound access on embedded null token 6914 Committed Bugfix stable 10/10 +13−8 Ayush Tiwari (aytiwari) Tom Lane (tgl) Tom Lane (tgl) 1 2 weeks ago
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 1 month ago
Protect against timestamp underflow in uuidv7(interval) 6927 Withdrawn Bugfix Good First Review stable 10/10 +14−0 Tristan Partin (tristan957) 1 4 weeks ago
bytea(uuid) missing proleakproof? 6929 Committed Bugfix 19 10/10 +3−2 Chao Li (chaol) Masahiko Sawada (masahikosawada) 1 3 weeks ago
COPY TO FORMAT json: respect column list order 6934 Committed Bugfix 19 Needs rebase! Baji Shaik (bajishaik) Sami Imseih (simseih) Andrew Dunstan (adunstan) 1 3 weeks ago
uuidv7 improperly accepts dates before 1970-01-01 6935 Committed Bugfix 19 10/10 +0−0 Baji Shaik (bajishaik) Masahiko Sawada (masahikosawada), Tristan Partin (tristan957), Zsolt Parragi (zsolt.parragi) Masahiko Sawada (masahikosawada) 1 5 days ago
plpython: NULL pointer dereference on broken sequence objects 6938 Committed Bugfix stable 10/10 +500−4 Richard Guo (richardguo) Richard Guo (richardguo) 1 2 weeks ago
pgbench --continue-on-error: clarify TPS and failure reporting 6942 Withdrawn System Administration Bugfix 19 10/10 +12−4 Chao Li (chaol) 1 1 week ago
Wrong results from WindowAgg run-condition pushdown on count() with EXCLUDE CURRENT ROW 6945 Committed Bugfix 20 Needs rebase! Chengpeng Yan (chengpeng.yan) David Rowley (davidrowley) 1 2 weeks ago
Fix GROUP BY ALL handling of ORDER BY operator semantics 6952 Withdrawn Bugfix 19 10/10 +5−298 Chao Li (chaol) 1 4 days ago
Make buffer descriptor accessors take signed int 6955 Committed Bugfix stable 9/10 +4−2 Ayush Tiwari (aytiwari) Michael Paquier (michael-kun) 1 2 weeks ago
Prevent crash when calling pgstat functions with unregistered stats kind 6965 Committed Bugfix stable 9/10 +8−10 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 2 2 weeks ago
Fix typo in pg_stat_us_to_ms() 6974 Committed Bugfix 20 Needs rebase! Tatsuya Kawata (croissant) Michael Paquier (michael-kun) 2 2 weeks ago
Fix tracing of BackendKeyData and CancelRequest messages 6980 Committed Bugfix libpq 20 Needs rebase! Anthonin Bonnefoy (bonnefoa) Heikki Linnakangas (heikki) 2 1 week ago
Yet another bug in nondeterministic LIKE 6986 Committed Bugfix 10/10 +80−32 Tom Lane (tgl) Tom Lane (tgl) 2 2 weeks ago