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.

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
Add GUC log_parameter_max_length to limit logged SQL statements 5272 Committed GUC Good First Review 19 9/10 +289−38 Kirill Gavrilov (diphantxm) Fujii Masao (masaofujii), Jim Jones (jimus) Fujii Masao (masaofujii) 6 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
Clarify FileTag-based unlinking 5454 Committed Refactoring Only 10/10 +10−7 Matthias van de Meent (mmeent) Heikki Linnakangas (heikki), Surya Poondla (spoondla), solai v (solaiv) Heikki Linnakangas (heikki) 5 2 weeks ago
SQL/JSON json_table PLAN clause 5478 Committed Performance SQL Commands 20 9/10 +196−89 Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrew Dunstan (adunstan), Amit Langote (amitlan), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg), Anton Melnikov (antonmel), Nikita Malakhov (nmalakh) Amit Langote (amitlan), Vladlen Popolitov (vladlenpopolitov) Alexander Korotkov (smagen) 6 1 week 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 2 months ago
Automatically sizing the IO worker pool 5913 Committed Performance 19 9/10 +850−0 Thomas Munro (macdice) Thomas Munro (macdice) 4 3 months ago
Improving the names generated for indexes on expressions 6059 Committed 9/10 +316−210 Tom Lane (tgl) solai v (solaiv) Tom Lane (tgl) 4 1 month ago
pg_plan_advice 6184 Committed Extensions Missing Docs 10/10 +424−122 Robert Haas (rhaas) Robert Haas (rhaas) 3 1 month ago
Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) 6354 Committed Refactoring Only Good First Review 19 10/10 +0−0 Aleksander Alekseev (a.alekseev), Kirill Reshke (reshke) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 2 weeks 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
nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot() 6402 Committed Refactoring Only 19 10/10 +1−21 Chao Li (chaol) Heikki Linnakangas (heikki) Heikki Linnakangas (heikki) 2 2 weeks ago
Tighten nullingrels checks 6458 Committed 20 10/10 +130−57 Richard Guo (richardguo) Richard Guo (richardguo) 2 3 weeks ago
Remove MULE_INTERNAL encoding 6472 Committed Deprecation 10/10 +0−0 Thomas Munro (macdice) Thomas Munro (macdice) 2 3 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 2 months 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
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
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 2 months ago
Replace __builtin_types_compatible_p with _Generic 6597 Committed Modernization Refactoring Only 10/10 +48−125 Peter Eisentraut (petere), Thomas Munro (macdice), Jelte Fennema-Nio (jeltef) Peter Eisentraut (petere) 1 5 days 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
heapam_tuple_complete_speculative : remove unnecessary tuple fetch 6613 Committed Refactoring Only stable 10/10 +1−7 Chao Li (chaol) Heikki Linnakangas (heikki) 1 2 weeks 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
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
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 3 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 2 months ago
Remove commented-out code in 026_overwrite_contrecord.pl 6647 Committed Comments Only 10/10 +0−0 Imran Zaheer (imranzaheer) Michael Paquier (michael-kun) 1 3 months 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 3 months ago
bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 6659 Committed 20 9/10 +667−1948 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks 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
s/pg_attribute_always_inline/pg_always_inline/ 6661 Committed Refactoring Only Needs rebase! Andres Freund (andresfreund) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 week ago
Bugfixes for WAIT FOR LSN 6662 Committed Bugfix 19 Needs rebase! Xuneng Zhou (egoa) Alexander Korotkov (smagen) 2 1 week 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 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
Add bms_offset_members() function for bitshifting Bitmapsets 6675 Committed Refactoring Only Needs rebase! David Rowley (davidrowley) David Rowley (davidrowley) 1 1 week ago
Miscellaneous little fixes 6677 Committed Refactoring Only Good First Review stable Needs rebase! Aleksander Alekseev (a.alekseev) Michael Paquier (michael-kun) 1 3 months ago
WAIT FOR LSN bug fixes 6678 Committed Bugfix 19 Needs rebase! Xuneng Zhou (dylanzhou) Alexander Korotkov (smagen) 1 1 week 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 3 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 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
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
Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs 6721 Committed Performance 10/10 +237−14 Richard Guo (richardguo) Richard Guo (richardguo) 1 2 weeks 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
Add pg_stat_kind_info system view 6735 Committed System Administration Good First Review Monitoring 10/10 +313−1 Tristan Partin (tristan957) solai v (solaiv) Michael Paquier (michael-kun) 1 4 days 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
remove pg_spin_delay() from atomics code 6738 Committed Refactoring Only 20 10/10 +0−65 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 weeks 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
Clean up property graph error messages 6742 Committed Refactoring Only 19 Needs rebase! Ayush Tiwari (aytiwari) Peter Eisentraut (petere) 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 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 1 week 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 2 months 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
Simplify signature of ProcessStartupPacket() 6775 Committed Refactoring Only 10/10 +16−9 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 2 months 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
PSQL - prevent describe listing tables that are already in listed schemas 6782 Committed psql Logical Replication 20 Needs rebase! Peter Smith (smithpb2250) Jim Jones (jimus) Amit Kapila (amitkapila) 1 1 week ago
Add missing period to DETAIL messages 6783 Committed Bugfix 19 Needs rebase! Peter Smith (smithpb2250) Peter Eisentraut (petere) 1 8 hours ago
Fix minimal typo in OAuth 6784 Committed [oauth] 19 10/10 +1−1 Jonathan Gonzalez V. (sxd) Daniel Gustafsson (d_gustafsson) 1 2 months 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 4 days 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
Remove obsolete LISTEN array growth isolation test 6794 Committed Testing 10/10 +1−19 Joel Jacobson (joeljacobson) Tom Lane (tgl) 1 1 month 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 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
expand refint docs with usage info 6803 Committed Docs Only stable 10/10 +57−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
injection_points: Switch wait/wakeup to use atomics rather than latches 6807 Committed Testing 17 10/10 +257−25 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 week ago
Fix mismatched deallocation functions 6809 Committed Good First Review Modernization Devtools 20 Needs rebase! Tristan Partin (tristan957) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 weeks ago
pg_recvlogical: send final feedback on SIGINT/SIGTERM exit 6810 Committed 10/10 +97−0 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 weeks 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
Clarify log_parameter_max_length docs regarding log_min_duration_statement vs log_duration 6813 Committed Docs Only 10/10 +4−3 Fujii Masao (masaofujii) Surya Poondla (spoondla) Fujii Masao (masaofujii) 1 6 days ago
Update our timezone code to IANA tzcode2026b 6822 Committed 10/10 +3043−1878 Tom Lane (tgl) Tom Lane (tgl) 1 1 week ago
pg_createsubscriber: allow duplicate publication names 6826 Committed System Administration 19 10/10 +6−22 Chao Li (chaol) Amit Kapila (amitkapila) 1 1 month 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
Add per-backend lock statistics 6838 Committed Performance Monitoring 20 1/2 +194−17 Bertrand Drouvot (bertranddrouvot.pg) Rui Zhao (zhaorui) Michael Paquier (michael-kun) 1 3 weeks 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
Fix comments to reference xlogrecovery.c 6847 Committed Comments Only Needs rebase! Imran Zaheer (imranzaheer) Michael Paquier (michael-kun) 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
Use ssup_datum_*_cmp for int2, oid, and oid8 sort support 6851 Committed Performance 10/10 +3−40 Baji Shaik (bajishaik) John Naylor (john.naylor) 1 2 weeks ago
Remove the refint contrib module (for v20) 6853 Committed Deprecation 20 10/10 +60−995 Ayush Tiwari (aytiwari) Nathan Bossart (bossartn), solai v (solaiv) Nathan Bossart (bossartn) 1 6 days 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
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 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
doc: clarify pg_stat_lock.fastpath_exceeded scope 6879 Committed Docs Only 19 9/10 +48−2 Tatsuya Kawata (croissant) Michael Paquier (michael-kun) 1 2 weeks 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
Change wait_time column of pg_stat_lock to double precision 6885 Committed Monitoring 19 9/10 +12−11 Tatsuya Kawata (croissant) Michael Paquier (michael-kun) 1 2 weeks 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
Centralised architecture detection 6895 Committed Modernization 10/10 +76−20 Tom Lane (tgl) Tom Lane (tgl) 1 2 weeks 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
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
fix prev link in docs, take 2 6905 Committed Docs Only Performance stable 10/10 +26−26 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
Improve UNION's output rowcount estimate 6919 Committed Performance 20 10/10 +53−38 Richard Guo (richardguo) Richard Guo (richardguo) 1 3 weeks ago
Add MIN/MAX aggregate support for uuid 6926 Committed Good First Review 20 10/10 +56−2 Tristan Partin (tristan957) Masahiko Sawada (masahikosawada), Zsolt Parragi (zsolt.parragi) Masahiko Sawada (masahikosawada) 1 2 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
Add enable_groupagg GUC parameter 6937 Committed 20 10/10 +153−75 Tatsuro Yamada (yamatattsu) Richard Guo (richardguo) Richard Guo (richardguo) 1 1 week 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
doc: fix pg_stat_autovacuum_scores threshold wording 6940 Committed Docs Only 19 9/10 +5−5 Chao Li (chaol) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
Document COPY FROM WHERE restrictions on generated and system columns 6941 Committed Docs Only 10/10 +5−4 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 weeks 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
DOCS - "Get Object DDL Functions" table improvements 6947 Committed Docs Only Good First Review 20 10/10 +42−39 Peter Smith (smithpb2250) Ian Barwick (barwick) Michael Paquier (michael-kun) 1 3 weeks ago
DOCS - clarify CREATE SUBSCRIPTION only synchronizes sequences when copy_data=true 6949 Committed Docs Only Good First Review 19 10/10 +3−1 Peter Smith (smithpb2250) Amit Kapila (amitkapila) 1 1 week ago
Fix floating-point noise in pg_stat_us_to_ms() 6951 Committed Monitoring 20 10/10 +1−1 Bertrand Drouvot (bertranddrouvot.pg) John Naylor (john.naylor) 1 2 weeks 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
clean up size_t/ssize_t use with POSIX file system APIs 6959 Committed Refactoring Only Modernization Needs rebase! Peter Eisentraut (petere) Heikki Linnakangas (heikki) Peter Eisentraut (petere) 1 6 days ago
remove unnecessary volatile qualifiers 6963 Committed Refactoring Only 20 10/10 +37−45 Nathan Bossart (bossartn) Heikki Linnakangas (heikki) Nathan Bossart (bossartn) 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
remove switch statement in vector8_shift_{left,right} 6970 Committed Refactoring Only 20 10/10 +3−26 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 2 weeks ago
DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data 6971 Committed Docs Only Good First Review Logical Replication 19 10/10 +9−8 Amit Kapila (amitkapila), Peter Smith (smithpb2250) Amit Kapila (amitkapila) 2 1 week 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
remove WaitEventCustomCounterData 6996 Committed Refactoring Only 20 9/10 +7−23 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 week ago
remove more volatile qualifiers 6997 Committed Refactoring Only 20 Needs rebase! Nathan Bossart (bossartn) Heikki Linnakangas (heikki) 2 1 week ago
Improve log_statement_max_length truncation 6998 Committed Refactoring Only 20 9/10 +60−46 Fujii Masao (masaofujii), Jim Jones (jimus) Fujii Masao (masaofujii) 2 1 week ago