Commitfest PG20-2 (2026-09-01 – 2026-09-30)

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: 63. Ready for Committer: 3. Moved to next CF: 8. Withdrawn: 2. Total: 76.

Active patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
SendProcSignal(), SetLatch() → SendInterrupt() 5118 Needs review Refactoring Only Needs rebase! Heikki Linnakangas (heikki), Thomas Munro (macdice) 6 3 weeks ago
Fix Protocol documentation 5783 Needs review Docs Only 18 10/10 +22−104 Dave Cramer (dcramer) 2 2 weeks ago
Adding basic NUMA awareness 6049 Needs review Performance 19 Needs rebase! Tomas Vondra (fuzzycz) Jakub Wartak (jakub.wartak.tomtom) 2 2 weeks ago
explain plans for foreign scans 6285 Needs review 19 4/10 +1162−12 Dinesh Salve (dinesh-salve) Sami Imseih (simseih) 3 1 week ago
Fix Segfault caused by reentrancy in ri_triggers.c 6825 Needs review Bugfix 10/10 +240−1 Lucas Jeffrey (lucasjeffrey.acs) 2 1 week ago
Separate catalog_xmin from xmin in walsender hot standby feedback 6861 Needs review Physical Replication 20 10/10 +49−19 Rui Zhao (zhaorui) 2 1 month ago
Coverage (lcov) failing with inconsistent error in versions 2.x 6966 Needs review Bugfix Testing 10/10 +35−54 Jonathan Gonzalez V. (sxd) 1 6 days ago
Add malloc attribute to memory allocation functions 6967 Needs review Modernization 20 9/10 +48−36 Tristan Partin (tristan957) solai v (solaiv) 1 1 week ago
Tepid: extend the heap-only tuple (HOT) update optimization model such that only those indexes directly impacted by the update need be updated 6968 Needs review Performance 20 Needs rebase! Nathan Bossart (bossartn), Greg Burd (gregburd) 1 11 hours ago
add list of major features to the v19 release notes 6969 Needs review Docs Only 19 Needs rebase! Nathan Bossart (bossartn) 1 2 weeks ago
Re-read subscription state after lock in AlterSubscription 6972 Needs review Bugfix stable Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 1 2 weeks ago
replacing join_collapse_limit with a join hardness estimate 6973 Needs review Performance 1/2 +1403−3 Tomas Vondra (fuzzycz) 1 2 weeks ago
json/jsonb cleanup + FmgrInfo caching 6975 Needs review Performance 20 Needs rebase! Robert Haas (rhaas) 1 1 week ago
pg_plan_advice: add NO_ scan and join method tags 6976 Needs review System Administration 20 10/10 +1125−23 Florin Irion (irionr) solai v (solaiv) 1 6 days ago
remove VersionedQuery support from psql tab completion 6977 Needs review Refactoring Only 20 10/10 +45−105 Nathan Bossart (bossartn) 1 2 weeks ago
[PATCH v2] Avoid internal error for invalid interval typmods 6978 Ready for Committer 10/10 +22−1 feng wu (wufengwind) solai v (solaiv) 1 2 weeks ago
Fix tracing of BackendKeyData and CancelRequest messages 6980 Needs review Bugfix libpq 20 Needs rebase! Anthonin Bonnefoy (bonnefoa) 1 1 week ago
Lazy LEFT NestLoop JOIN: gate rescanning of the inner side by outer-side-only join clauses 6981 Needs review Performance 20 Needs rebase! Andrei Lepikhov (lepikhov), Mikhail Zhilin (mizhka-at-pgpro), Peter Petrov (pspetrov) 1 2 weeks ago
Proposal: INSERT ... BY NAME 6982 Needs review SQL Commands 20 10/10 +503−0 Ayush Tiwari (aytiwari) Jim Jones (jimus), solai v (solaiv) 1 1 week ago
pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement 6983 Needs review System Administration 20 9/10 +574−11 Florin Irion (irionr) solai v (solaiv) 1 1 week ago
[PATCH v1 0/7] Wait event timing and tracing instrumentation 6984 Needs review Performance Monitoring 10/10 +5610−9 Dmitry Fomin (dmitryf) 1 5 days ago
Fix races conditions in DropRole() and GrantRole() 6985 Needs review Bugfix stable 10/10 +373−65 Bertrand Drouvot (bertranddrouvot.pg) 1 11 hours ago
Remove unused include from analyze.c 6987 Needs review Refactoring Only Good First Review 20 9/10 +0−1 Dongpo Liu (0xpoe) 1 2 weeks ago
pg_threads.h take II 6988 Needs review Multithreading Needs rebase! Thomas Munro (macdice) 1 2 weeks ago
Possible replace of strncpy on xactdesc.c 6989 Needs review Refactoring Only 10/10 +1−1 Mario Gonzalez (gonzalemario) solai v (solaiv) 1 1 week ago
Rename EXISTS-to-ANY converted subplan to exists_to_any 6990 Needs review 19 10/10 +30−30 Yugo Nagata (yugo.nagata) solai v (solaiv) 1 3 days ago
Add per-backend AIO statistics 6991 Needs review Monitoring 20 10/10 +319−1 Bertrand Drouvot (bertranddrouvot.pg) 1 1 week ago
Don't count logical decoding cleanup aborts in pg_stat_database.xact_rollback 6992 Needs review Bugfix 10/10 +221−18 Nik Samokhvalov (nikolay) jihyun bahn (ichibahn) 1 1 week ago
lazy_scan_heap: avoid vacuum block, already vacuumed (src/backend/access/heap/vacuumlazy.c) 6993 Needs review Performance Needs rebase! Ranier Vilela (raniervilela) 1 2 weeks ago
Fix duplicate detection for null-treatment window functions 6994 Needs review Bugfix 19 10/10 +0−0 Chao Li (chaol) Ewan Young (kdbase.hack.gmail.com) Tatsuo Ishii (ishii) 1 2 days ago
clean up AdjustUpgrade.pm after pg_upgrade minimum version bump 6995 Ready for Committer Refactoring Only 20 10/10 +5−202 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 week ago
Batched clock sweep to reduce cross-socket atomic contention 7000 Needs review Performance 20 10/10 +597−1649 Jim Mlodgenski (jimmy76), Greg Burd (gregburd) 1 17 hours ago
convert various variables to atomics 7001 Needs review 20 10/10 +103−193 Nathan Bossart (bossartn) 1 1 week ago
Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation 7002 Needs review Bugfix 19 8/10 +306−18 Srinath Reddy (srinath-reddy-sadipiralla) 1 4 hours ago
Cover get_json_table_plan() with tests 7003 Needs review Testing 20 10/10 +77−0 Aleksander Alekseev (a.alekseev) solai v (solaiv) 1 21 hours ago
pg_xmin_horizon system view 7004 Needs review Monitoring 20 10/10 +1227−19 Scott Ray (scottray) solai v (solaiv) 1 3 days ago
Add configure-time choice of either port/atomics.h or <stdatomic.h> for atomic operations 7005 Needs review Refactoring Only Modernization 20 10/10 +3630−2376 Thomas Munro (macdice), Greg Burd (gregburd) 1 6 days ago
Add bypass IO to pg_stat_io 7006 Needs review Monitoring Needs rebase! Andrey Borodin (x4m) 1 2 weeks ago
Grab bag of OpenSSL fixups 7007 Needs review Security 20 9/10 +49−31 Daniel Gustafsson (d_gustafsson) 1 5 days ago
Separation of OpenSSL and LibreSSL 7008 Needs review Security 20 1/2 +4105−201 Daniel Gustafsson (d_gustafsson) 1 1 week ago
PSQL - improve tab completion for pub/sub options 7009 Needs review Bugfix Good First Review psql Logical Replication 9/10 +123−20 Peter Smith (smithpb2250) 1 1 week ago
Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows 7010 Needs review Bugfix 19 10/10 +0−0 Chao Li (chaol) 1 yesterday
pg_hosts: Add pg_hosts_file_rules() 7011 Needs review SQL Commands 10/10 +380−8 Zsolt Parragi (zsolt.parragi) solai v (solaiv) 1 4 days ago
pg_dump: ALTER INDEX SET STATISTICS missing for index-backed constraints 7012 Needs review Bugfix 10/10 +61−0 Zsolt Parragi (zsolt.parragi) 1 6 days ago
Use Boyer-Moore-Horspool for simple LIKE contains patterns 7013 Needs review Performance 20 10/10 +721−2 Atsushi Ogawa (atsushio) 1 3 days ago
Avoid crash on malformed CREATE_REPLICATION_SLOT reply 7014 Needs review Bugfix 10/10 +13−0 Kenny Chen (kennychen) 1 4 days ago
Fix LSN of logical decoding message 7016 Needs review Bugfix 18 10/10 +3−3 Atsushi Torikoshi (atsushitorikoshi) solai v (solaiv) 1 5 days ago
Soft DROP TABLE, recoverable drops for PostgreSQL 7017 Needs review Extensions DDL 20 10/10 +10306−0 Surya Poondla (spoondla) 1 5 days ago
GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend 7018 Needs review Bugfix 20 10/10 +30−0 Ewan Young (kdbase.hack.gmail.com) 1 4 weeks ago
Fix RETURNING side effects for FOR PORTION OF leftover rows 7019 Needs review Bugfix 19 10/10 +54−14 Chao Li (chaol) 1 16 hours ago
Do not flush BufFile for regular temp files on close 7020 Needs review Performance stable 10/10 +3−2 Sergey Solovev (ashblade) 1 4 days ago
Proposal: JSON5 support in the JSON parsers 7021 Needs review System Administration 10/10 +2342−103 Zsolt Parragi (zsolt.parragi) Tristan Partin (tristan957) 1 6 days ago
Add pg_get_event_trigger_ddl() function 7022 Needs review DDL 20 10/10 +376−2 Ian Barwick (barwick) Jim Jones (jimus), solai v (solaiv) 1 4 hours ago
A new C function `get_partition_root`. 7023 Needs review Refactoring Only Good First Review 10/10 +33−16 Peter Smith (smithpb2250) solai v (solaiv) 1 4 days ago
pg_upgrade: add --initdb option to create the new cluster automatically 7025 Needs review 20 10/10 +488−17 Bohyun Lee (leebohyun) 1 3 days ago
PITR: Shut down instead of promoting when recovery cannot pause 7026 Needs review Bugfix Needs rebase! Jan Nidzwetzki (jnidzwetzki) 1 1 month ago
psql: schema-qualify catalog references in a tab-completion query 7027 Ready for Committer Bugfix 10/10 +2−2 Vismay Tiwari (vismay.t.gmail.com) sundong kim (mok03127.naver.com) 1 yesterday
amcheck: Allow interrupting the child-level rightlink walk 7028 Needs review Bugfix 10/10 +2−0 sundong kim (mok03127.naver.com) 1 3 days ago
Document "getdatabaseencoding()" 7029 Needs review Docs Only 10/10 +17−0 Ian Barwick (barwick) 1 3 days ago
Caching a partition index's parent OID in the relcache? 7030 Needs review Performance 20 10/10 +229−6 Ayush Tiwari (aytiwari) 1 3 days ago
Restore vacuum_delay_point() in GIN posting-tree leaf vacuum 7031 Needs review Bugfix 10/10 +2−0 sundong kim (mok03127.naver.com) 1 14 hours ago
Modernize our parsing of XML data in CONTENT mode 7032 Needs review Modernization 10/10 +66−67 Tom Lane (tgl) 1 yesterday
Adds summaries of all planner nodes to docs 7033 Needs review Docs Only Needs rebase! Brian Brennglass (brianb0) 1 6 hours ago
Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL 7034 Needs review Performance 20 10/10 +310−26 Ayoub Kazar (kaz) 1 4 days ago
read stream: Backward I/O combining 7035 Needs review Performance 10/10 +9396−3512 Nazir Bilal Yavuz (nbyavuz) 1 18 hours ago
pg_plan_advice: fix empty FOREIGN_JOIN sublist validation 7036 Needs review Bugfix 19 10/10 +5−1 Chao Li (chaol) 1 4 hours ago

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Prevent crash when calling pgstat functions with unregistered stats kind 6965 Moved to different CF 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 Moved to different CF 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 Moved to different CF 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 Moved to different CF Bugfix 20 Needs rebase! Tatsuya Kawata (croissant) Michael Paquier (michael-kun) 2 2 weeks ago
WAL compression setting after PostgreSQL LZ4 default change 6979 Withdrawn GUC Needs rebase! wenhui qiu (wenhuiqiu) 1 yesterday
Yet another bug in nondeterministic LIKE 6986 Moved to different CF Bugfix 10/10 +80−32 Tom Lane (tgl) Tom Lane (tgl) 2 2 weeks ago
remove WaitEventCustomCounterData 6996 Moved to different CF Refactoring Only 20 9/10 +7−23 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 week ago
remove more volatile qualifiers 6997 Moved to different CF Refactoring Only 20 Needs rebase! Nathan Bossart (bossartn) Heikki Linnakangas (heikki) 2 1 week ago
Improve log_statement_max_length truncation 6998 Moved to different CF Refactoring Only 20 9/10 +60−46 Fujii Masao (masaofujii), Jim Jones (jimus) Fujii Masao (masaofujii) 2 1 week ago
Rename "getdatabaseencoding()" to "pg_database_encoding()", and document 7024 Withdrawn 20 10/10 +105−85 Ian Barwick (barwick) 1 3 days ago
New patch