Global Commitfest activity

Time User Patch Activity
2026-06-09 17:44:10 adunstan Allow table AMs to define their own reloptions Moved from CF PG19-1 to CF PG20-1
2026-06-09 16:01:48 zhaorui Separate catalog_xmin from xmin in walsender hot standby feedback Deleted annotation "re1" from 273DD115-F20F-4521-880C-FC08A7DE99D3@gmail.com
2026-06-09 16:01:19 zhaorui Separate catalog_xmin from xmin in walsender hot standby feedback Added annotation "re1" to 273DD115-F20F-4521-880C-FC08A7DE99D3@gmail.com
2026-06-09 13:17:04 petere pg_stat_statements: add last_execution_start column New status: Waiting on Author
2026-06-09 12:30:16 ilidock95 Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Attached mail thread faf8f63f-b476-4ca8-89f9-7cfc104b522c@tantorlabs.com
2026-06-09 12:30:15 ilidock95 Remove redundant DISTINCT when GROUP BY already guarantees uniqueness Created patch record
2026-06-09 11:04:18 petere (SQL/PGQ) cache lookup failed for label Closed in commitfest PG20-1 with status: Committed
2026-06-09 11:04:18 petere (SQL/PGQ) cache lookup failed for label Changed committer to petere
2026-06-09 09:53:37 lepikhov Show hashed SAOP decision in EXPLAIN Attached mail thread e7914157-0311-4a81-ac62-88ee9cbb8c2d@gmail.com
2026-06-09 09:53:37 lepikhov Show hashed SAOP decision in EXPLAIN Created patch record
2026-06-09 09:09:19 mkharitonov Fix replica identity mismatch for partitioned tables with publish_via_partition_root Moved from CF PG19-Final to CF PG20-1
2026-06-09 07:23:06 stayreal Rebuild CHECK constraints ALTER COLUMN SET EXPRESSION Changed name to Rebuild CHECK constraints ALTER COLUMN SET EXPRESSION
2026-06-09 06:48:46 chaol Fix SET EXPRESSION for virtual columns with whole-row dependencies Attached mail thread 71242FEA-15A3-4073-9FA1-561CA744ACBD@gmail.com
2026-06-09 06:48:46 chaol Fix SET EXPRESSION for virtual columns with whole-row dependencies Created patch record
2026-06-09 06:10:07 solaiv Add +/- operators for xid8 type and replace deprecated txid_current() Added solaiv as reviewer
2026-06-09 05:08:54 spoondla Return value of XLogInsertRecord() for XLOG_SWITCH record is inconsistent with other records Removed spoondla from reviewers
2026-06-09 05:01:36 spoondla Improving psql autocompletion for SET LOCAL / SET SESSION Added spoondla as reviewer
2026-06-09 04:11:55 solaiv Logging parallel worker draught Added solaiv as reviewer
2026-06-09 03:19:45 liuzizhuan md: measure just FileSync() for pgstat_io without FileClose() Added liuzizhuan as reviewer
2026-06-09 02:24:25 chaol Fix unqualified catalog references in psql describe queries Attached mail thread C809E3C7-2437-486E-B626-0BE5F40BBB6C@gmail.com
2026-06-09 02:24:24 chaol Fix unqualified catalog references in psql describe queries Created patch record
2026-06-09 02:23:13 chaol pg_createsubscriber: allow duplicate publication names Closed in commitfest PG20-1 with status: Committed
2026-06-09 02:23:13 chaol pg_createsubscriber: allow duplicate publication names Changed committer to amitkapila
2026-06-09 02:22:49 chaol Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables Closed in commitfest PG20-1 with status: Committed
2026-06-09 02:22:49 chaol Fix bug of UPDATE/DELETE FOR PORTION OF with inheritance tables Changed committer to petere
2026-06-08 22:01:12 spoondla Set 1s WaitLatch timeout if standby limit has expired in ResolveRecoveryConflictWithBufferPin Removed spoondla from reviewers
2026-06-08 22:00:43 spoondla Take a long time to reach consistent after pg_rewind New status: Waiting on Author
2026-06-08 20:45:24 zsolt.parragi pg_rewind does not rewind diverging timelines Added zsolt.parragi as reviewer
2026-06-08 18:06:54 joaofoltran Allow physical replication slots to recover from archive after invalidation Attached mail thread CAF8B20CZaF+D81vp1fSd=38YU-i=1RsrLFbm_uucXCH-dOJgWg@mail.gmail.com
2026-06-08 18:06:54 joaofoltran Allow physical replication slots to recover from archive after invalidation Created patch record
2026-06-08 15:39:40 bossartn Remove the refint contrib module (for v20) New status: Waiting on Author
2026-06-08 15:39:28 bossartn Remove the refint contrib module (for v20) Added bossartn as reviewer
2026-06-08 15:39:25 bossartn Remove the refint contrib module (for v20) Added bossartn as committer
2026-06-08 15:35:18 bossartn expand refint docs with usage info Closed in commitfest PG20-1 with status: Committed
2026-06-08 14:17:43 zhaorui Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Added zhaorui as reviewer
2026-06-08 10:35:35 zsolt.parragi Add explicit warnings about unsafe OAuth trace output for libpq Attached mail thread CAN4CZFOUG9csxguH_+cz=nQ8HQVKLcVvr=qJSbga+tj-3FZhLA@mail.gmail.com
2026-06-08 10:35:35 zsolt.parragi Add explicit warnings about unsafe OAuth trace output for libpq Created patch record
2026-06-08 09:32:19 zsolt.parragi pg_rewind produces unusable but starting database with standby recovery Attached mail thread CAN4CZFPFeAV2+kBqez2WhQJ25+BcTcx7CZ68FsSq-xbFhXQbxQ@mail.gmail.com
2026-06-08 09:32:19 zsolt.parragi pg_rewind produces unusable but starting database with standby recovery Created patch record
2026-06-08 09:25:11 mmeent Fix [SP-]GiST IOS visibility bug Moved from CF PG19-1 to CF PG20-1
2026-06-08 09:24:40 mmeent Fix buffer pinning logic/visibility bugs in [SP-]Gist Index-Only Scans Closed in commitfest PG20-1 with status: Withdrawn
2026-06-08 09:24:24 mmeent Fix buffer pinning logic/visibility bugs in [SP-]Gist Index-Only Scans Moved from CF PG19-Final to CF PG20-1
2026-06-08 09:09:46 kdbase.hack.gmail.com COPY (on_error table) saving error info to a table Added kdbase.hack.gmail.com as reviewer
2026-06-08 08:52:42 bertranddrouvot.pg t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Attached mail thread 7daef094-abf3-4672-bc23-3df4763b16a3@gmail.com
2026-06-08 08:52:42 bertranddrouvot.pg t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline Created patch record
2026-06-08 08:37:07 masaofujii ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Closed in commitfest PG20-1 with status: Committed
2026-06-08 07:59:36 kdbase.hack.gmail.com Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations New status: Ready for Committer
2026-06-08 07:19:41 john.naylor Fix overflow and underflow in regr_r2() Closed in commitfest PG20-1 with status: Committed
2026-06-08 07:19:41 john.naylor Fix overflow and underflow in regr_r2() Changed committer to deanr
2026-06-08 07:17:56 kevinbiju Allowing ALTER COLUMN TYPE for columns in publication column lists Moved from CF PG19-Final to CF PG20-1
2026-06-08 06:48:38 zhaorui Separate catalog_xmin from xmin in walsender hot standby feedback Attached mail thread 3544CABD-2D09-4D7F-AFB7-2C75A09C4E22@gmail.com
2026-06-08 06:48:38 zhaorui Separate catalog_xmin from xmin in walsender hot standby feedback Created patch record
2026-06-08 06:41:54 john.naylor Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Added john.naylor as committer
2026-06-08 06:27:43 chaol Adjust pg_stat_get_lock() prorows to match lock types Closed in commitfest PG20-1 with status: Withdrawn
2026-06-08 06:27:19 chaol Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Attached mail thread 463C0E1A-4A40-4BCA-839C-9236B80D65EE@gmail.com
2026-06-08 06:27:19 chaol Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Created patch record
2026-06-08 05:41:36 michael-kun bugfix - fix broken output in expanded aligned format, when data are too short Closed in commitfest PG20-1 with status: Committed
2026-06-08 05:41:36 michael-kun bugfix - fix broken output in expanded aligned format, when data are too short Changed committer to michael-kun
2026-06-08 04:59:15 solaiv Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Added solaiv as reviewer
2026-06-08 01:28:17 chaol Fix \crosstabview to honor \pset display_true/display_false Attached mail thread B5E6F0A5-4B48-46D0-B5EB-CF8F8CC7D07D@gmail.com
2026-06-08 01:28:16 chaol Fix \crosstabview to honor \pset display_true/display_false Created patch record
2026-06-08 01:09:36 simseih Add pg_stat_kind_info system view Removed simseih from reviewers
2026-06-07 16:30:45 jimv Add support for SAOP in the optimizer for partial index paths Attached mail thread CA+PSi_-rsp8hvP-wUJrLirKE1nw+7Q0kqqkvU_EyNOD3ZuZ3CQ@mail.gmail.com
2026-06-07 16:30:44 jimv Add support for SAOP in the optimizer for partial index paths Created patch record
2026-06-07 15:16:59 zhjwpku Copy from JSON FORMAT. Attached mail thread CAEG8a3+wxMXGLcnrDzSF0qTDzH+K7_x0FWNAcu-H_j8gKiwFVw@mail.gmail.com
2026-06-07 15:16:58 zhjwpku Copy from JSON FORMAT. Created patch record
2026-06-07 15:15:09 zhjwpku Introduce some randomness to autovacuum Closed in commitfest PG19-1 with status: Rejected
2026-06-07 11:15:24 demir Don't keep closed WAL segment in page cache after replay Removed demir from reviewers
2026-06-07 10:50:51 demir Add pg_upgrade check for invalid role references in pg_init_privs Attached mail thread CAB5wL7aig++XphVjyBjvXG-=UE+=mk3xfZZxkxV5XS4Hb58aHA@mail.gmail.com
2026-06-07 10:50:50 demir Add pg_upgrade check for invalid role references in pg_init_privs Created patch record
2026-06-07 03:35:59 liuzizhuan Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE Attached mail thread tencent_D262F39BCF52823AA5B104DEA3AD83767705@qq.com
2026-06-07 03:35:59 liuzizhuan Doc: Mention OFF as an alias for EXPLAIN SERIALIZE NONE Created patch record
2026-06-06 20:47:29 zsolt.parragi Fix bug of CHECK constraint enforceability recursion Added zsolt.parragi as reviewer
2026-06-06 17:41:54 alexandernst btree_gist: add cross-type integer operator support for GiST Attached mail thread 36b4f67d-5975-452c-a6b8-b6407f0924ee@Spark
2026-06-06 17:41:53 alexandernst btree_gist: add cross-type integer operator support for GiST Created patch record
2026-06-06 12:26:02 nitinmotiani Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations New status: Needs review
2026-06-06 05:01:37 zengman Simplify ExecWithoutOverlapsNotEmpty by removing unused parameter Closed in commitfest PG20-1 with status: Withdrawn
2026-06-06 03:45:42 liuzizhuan Adjust pg_stat_get_lock() prorows to match lock types Added liuzizhuan as reviewer
2026-06-05 22:28:54 d_gustafsson to_date()/to_timestamp() silently accept month=0 and day=0 Added d_gustafsson as reviewer
2026-06-05 20:28:05 aytiwari Remove the refint contrib module (for v20) Attached mail thread CAJTYsWUHq8Ohc6-N-xamOPYz-q3qUYMtwQX-1=Zi=5N1Q_GSEQ@mail.gmail.com
2026-06-05 20:28:04 aytiwari Remove the refint contrib module (for v20) Created patch record
2026-06-05 20:24:40 d_gustafsson Clarify that ssl_groups is for any key exchange groups Added d_gustafsson as committer
2026-06-05 20:24:37 d_gustafsson Clarify that ssl_groups is for any key exchange groups Added d_gustafsson as reviewer
2026-06-05 20:22:58 d_gustafsson Use streaming read I/O when enabling data checksums online Added d_gustafsson as committer
2026-06-05 20:22:53 d_gustafsson Use streaming read I/O when enabling data checksums online Added d_gustafsson as reviewer
2026-06-05 19:38:57 jchampion ci: Add MTEST_SUITES for optional test tailoring Closed in commitfest PG20-1 with status: Withdrawn
2026-06-05 18:35:02 bajishaik Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Changed name to Use ssup_datum_*_cmp for int2, oid, and oid8 sort support
2026-06-05 18:05:04 bajishaik Add regression tests for btree skip scan support functions Attached mail thread CA+fm-RNqXnr_ms365xQnSMcggrGFozbEPrVa+Y_yGYrSky1o2w@mail.gmail.com
2026-06-05 18:05:04 bajishaik Add regression tests for btree skip scan support functions Created patch record
2026-06-05 18:01:58 bajishaik Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Attached mail thread CA+fm-RMyLC94NfrxCh273+dKs44U0ZJjRczznvzvgw=KtpPNVw@mail.gmail.com
2026-06-05 18:01:47 bajishaik Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Detached mail thread CA+fm-RNoPxL2N7db_A0anMXV_aDu6jWj4PNOPtMtBUAPDPvSXQ@mail.gmail.com
2026-06-05 18:00:09 bajishaik Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Attached mail thread CA+fm-RNoPxL2N7db_A0anMXV_aDu6jWj4PNOPtMtBUAPDPvSXQ@mail.gmail.com
2026-06-05 18:00:08 bajishaik Use ssup_datum_*_cmp for int2, oid, and oid8 sort support Created patch record
2026-06-05 17:11:15 bossartn refint: Avoid reusing cascade UPDATE plans. Closed in commitfest PG20-1 with status: Committed
2026-06-05 16:22:49 jeltef Don't consider FATAL errors "abnormal server termination" Attached mail thread up7whuxn263agr7whdzzoak7mo7ywryc7z7z3ejdvgbbke4vji@3puckkgm4ide
2026-06-05 16:22:49 jeltef Don't consider FATAL errors "abnormal server termination" Created patch record
2026-06-05 16:13:20 aytiwari Avoid NULL SQL/JSON expressions after failed text coercion Attached mail thread 19491-7aafc221ec63f288@postgresql.org
2026-06-05 16:13:20 aytiwari Avoid NULL SQL/JSON expressions after failed text coercion Created patch record
2026-06-05 15:17:16 arkhena Fix a file descriptor leak when using io_method=io_uring Posted review with messageid <178067263688.594055.1686317716173563895.pgcf@coridan.postgresql.org>
2026-06-05 15:16:49 arkhena Fix a file descriptor leak when using io_method=io_uring Added arkhena as reviewer