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
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
Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement 6131 Ready for Committer Good First Review My First Patch 19 10/10 +371−4 Phil Alger (paalger) Josef Šimánek (retro), Jim Jones (jimus), Soumya S Murali (soumyamurali) 4 yesterday
Add pg_get_subscription_ddl() function 6208 Ready for Committer My First Patch 19 9/10 +458−0 Vaibhav Dalvi (vaibhavdalvi) solai v (solaiv) 3 2 months ago
Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) 6245 Ready for Committer Performance My First Patch Refactoring Only 19 10/10 +978−150 Boris Mironov (bmironov) Egor Madyshev (emadyshev) 3 4 months ago
Add support for partial incremental materialized view refresh using REFRESH ... WHERE 6305 Needs review My First Patch SQL Commands 19 10/10 +1468−70 Adam Brusselback (tostino) Zsolt Parragi (zsolt.parragi), Dharin Shah (dharins0) 3 1 month ago
Allowing ALTER COLUMN TYPE for columns in publication column lists 6371 Needs review My First Patch SQL Commands DDL 19 3/10 +149−12 Kevin Biju Kizhake Kanichery (kevinbiju) Soumya S Murali (soumyamurali) 2 6 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
Improving psql autocompletion for SET LOCAL / SET SESSION 6618 Needs review psql My First Patch 10/10 +19−4 Álvaro Rodríguez (arodrgr) Surya Poondla (spoondla), solai v (solaiv), Zizhuan Liu (liuzizhuan) 1 1 month ago
Adding a stored generated column without long-lived locks 6674 Waiting on Author DDL PGConf.dev My First Patch 10/10 +1448−4 Alberto Piai (albe) Álvaro Herrera (alvherre), Laurenz Albe (laurenz) 2 1 week ago
[PATCH] Make NumericVar storage semantics explicit 6751 Needs review My First Patch 10/10 +3777−248 Chenhui Mo (littleganyu) 1 2 weeks ago
RFC: EXPLAIN ANALYZE wait event reporting 6753 Waiting on Author My First Patch Monitoring Needs rebase! Ilmar Yunusov (tanswis42.gmail.com) 1 2 weeks 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
Add wait events for server logging destination writes 6819 Needs review Monitoring My First Patch 10/10 +50−0 SeongJun Shin (seongjunshin) Nik Samokhvalov (nikolay), Henson Choi (assam258.gmail.com) 1 4 days ago
Clarify that ssl_groups is for any key exchange groups 6843 Needs review Refactoring Only Comments Only Docs Only My First Patch stable 10/10 +14−14 Evan Si (evsi) Daniel Gustafsson (d_gustafsson) Daniel Gustafsson (d_gustafsson) 1 1 month ago
btree_gist: add cross-type integer operator support for GiST 6854 Needs review Performance My First Patch 20 10/10 +1391−51 Alexander Nestorov (alexandernst) Maxime Schoemans (mschoema) Tom Lane (tgl) 1 2 weeks ago
Allow physical replication slots to recover from archive after invalidation 6865 Needs review Physical Replication My First Patch Needs rebase! Joao Foltran (joaofoltran) 1 1 week ago
Extended statistics improvement: multi-column MCV missing values 6898 Needs review My First Patch Good First Review 20 10/10 +327−39 Enrique Sanchez (enriqueesanchz) Ilia Evdokimov (ilidock95) 1 1 week 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
PROXY protocol support 6916 Needs review System Administration Monitoring GUC My First Patch 20 10/10 +2131−16 Julien Riou (riouj) 1 1 month ago
Use wait_classes.h in pg_prewarm 6946 Needs review Refactoring Only Good First Review My First Patch 20 10/10 +1−2 Dongpo Liu (0xpoe) 1 3 weeks ago
Selectivity estimation for COALESCE in eqsel/eqjoinsel 6960 Needs review My First Patch stable 10/10 +444−30 Egor Savelev (esavelievcode.gmail.com) 1 5 days ago

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
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
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
[PATCH]Refactor and unify expression construction functions in makefuncs.c 6823 Returned with feedback Refactoring Only Good First Review My First Patch 10/10 +7−30 Zizhuan Liu (liuzizhuan) 1 1 month ago