Commitfest activity

Time User Patch Activity
2026-08-01 11:05:31 bmironov Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Moved from CF PG20-1 to CF PG20-2
2026-08-01 10:55:40 erthalion System views for versions reporting Moved from CF PG20-1 to CF PG20-2
2026-08-01 05:58:55 jeltef docs: Include protocol version changes made without a version bump or extension Moved from CF PG20-1 to CF PG20-2
2026-08-01 05:58:22 jeltef QoL improvements for pgindent and combining pgindent, pgperltidy, pgperlcritic and pgperlsyncheck into one tool Moved from CF PG20-1 to CF PG20-2
2026-08-01 05:57:46 jeltef Incorrect error message for cancellation triggered by statement_timeout & flaky test Moved from CF PG20-1 to CF PG20-2
2026-08-01 05:16:45 jeevan.chalke Add --extra-dependencies and immediate data dumping for pg_dump/pg_upgrade Moved from CF PG20-1 to CF PG20-2
2026-08-01 02:36:07 kou Make COPY format extendable: Extract COPY TO format implementations Moved from CF PG20-1 to CF PG20-2
2026-08-01 00:28:41 mihailnikalayeu DirtySnapshot index scan skips concurrently updated tuples leading to lost updates/deletes in logical replication Moved from CF PG20-1 to CF PG20-2
2026-08-01 00:28:06 mihailnikalayeu Fix race condition in SSI when reading PredXact->SxactGlobalXmin Moved from CF PG20-1 to CF PG20-2
2026-08-01 00:27:19 mihailnikalayeu [CREATE|RE] INDEX CONCURRENTLY with single heap scan Moved from CF PG20-1 to CF PG20-2
2026-07-28 18:53:44 masahikosawada Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Added masahikosawada as reviewer
2026-07-28 13:09:35 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Moved from CF PG20-2 to CF PG20-Drafts
2026-07-28 13:09:32 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Moved from CF PG20-1 to CF PG20-2
2026-07-28 13:09:27 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query New status: Waiting on Author
2026-07-28 13:07:05 a.rybakina Vacuum statistics Moved from CF PG20-1 to CF PG20-2
2026-07-28 13:06:20 a.rybakina Vacuum statistics New status: Needs review
2026-07-28 12:33:27 jimus Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) Moved from CF PG20-1 to CF PG20-2
2026-07-28 12:33:06 jimus Add XMLNamespaces option to XMLElement Moved from CF PG20-1 to CF PG20-2
2026-07-28 12:32:32 jimus Add XMLDocument (SQL/XML X030) Moved from CF PG20-1 to CF PG20-2
2026-07-28 12:30:54 jimus Add XMLCast (SQL/XML X025) Moved from CF PG20-1 to CF PG20-2
2026-07-28 12:30:06 jimus Add XMLCanonicalize function Moved from CF PG20-1 to CF PG20-2
2026-07-22 16:53:27 spoondla Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Added spoondla as reviewer
2026-07-22 13:07:02 liuzizhuan support create index on virtual generated column. New status: Needs review
2026-07-21 15:54:49 atsushitorikoshi Logging plan of the currently running query New status: Needs review
2026-07-21 04:37:44 ha-kun Migrate pg_commit_ts directory to the new node during an upgrade New status: Waiting on Author
2026-07-20 13:04:56 a.houska Batching in executor, part 1: add batch variant of table AM scan API Added a.houska as reviewer
2026-07-20 11:18:47 rafia.sabih Extend skipping FK checks on replicas to include ADD FK and TRUNCATE Added rafia.sabih as reviewer
2026-07-17 04:45:12 danimaribeiro Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values Removed danimaribeiro from reviewers
2026-07-17 04:45:08 danimaribeiro Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values Added danimaribeiro as reviewer
2026-07-16 16:28:32 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Changed name to Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway)
2026-07-16 08:56:49 stayreal ALTER DOMAIN ADD NOT NULL NOT VALID Deleted annotation "test this one" from CACJufxGnR5gALyfX30S_hq-k8584cgJ1HqGHGpbGzbHtT=hhUw@mail.gmail.com
2026-07-14 23:40:04 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Closed in commitfest PG20-1 with status: Committed
2026-07-14 23:40:04 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Changed committer to michael-kun
2026-07-14 04:06:33 stayreal Whole-row fixes for DROP COLUMN, SET COLUMN DATA TYPE Changed name to Whole-row fixes for DROP COLUMN, SET COLUMN DATA TYPE
2026-07-11 09:05:29 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Attached mail thread DJVLCL7PV7U6.35IJF87CZZ61Y@jeltef.nl
2026-07-11 09:05:11 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Changed name to Add read-only disconnect_requested GUC for graceful client disconnect
2026-07-10 15:07:57 masaofujii doc: Clarify ANALYZE VERBOSE output Added masaofujii as committer
2026-07-08 04:23:30 mikev declarative session variables, LET command Added mikev as reviewer
2026-07-06 18:34:00 simseih explain plans for foreign scans Added simseih as reviewer
2026-07-06 16:31:25 heikki SendProcSignal(), SetLatch() → SendInterrupt() Moved from CF PG19-Final to CF PG20-2
2026-07-06 11:02:36 heikki refactor ExecInitPartitionInfo Closed in commitfest PG20-1 with status: Rejected
2026-07-06 10:10:17 darthunix Batching in executor, part 1: add batch variant of table AM scan API Added darthunix as reviewer
2026-07-06 08:14:08 tanswis42.gmail.com Reduce unnecessary locking of pruned partitions when reusing cached plans Posted review with messageid <178332564875.2568959.16653882514250949715.pgcf@coridan.postgresql.org>
2026-07-06 07:30:04 tanswis42.gmail.com File locks for data directory lockfile in the context of Linux namespaces Posted review with messageid <178332300475.2568959.4097339122938147476.pgcf@coridan.postgresql.org>
2026-07-06 07:30:04 tanswis42.gmail.com File locks for data directory lockfile in the context of Linux namespaces New status: Waiting on Author
2026-07-05 14:53:52 zhaorui Per backend relation statistics tracking Added zhaorui as reviewer
2026-07-05 08:58:27 liuzizhuan support create index on virtual generated column. Attached mail thread CAMbWs4811nG3w_3sLxps+EAuUsffA_83ZQ-1acEH_jQeq117mg@mail.gmail.com
2026-07-05 08:57:41 liuzizhuan support create index on virtual generated column. Attached mail thread tencent_54EF3ECB626AD14621788C36625A8109A207@qq.com
2026-07-05 02:23:58 liuzizhuan support create index on virtual generated column. Added liuzizhuan as reviewer
2026-07-04 17:00:18 simseih explain plans for foreign scans Removed simseih from reviewers
2026-07-04 16:56:45 dinesh-salve explain plans for foreign scans Moved from CF PG19-Final to CF PG20-2
2026-07-03 22:50:39 jeltef Don't use the deprecated and insecure PQcancel in our frontend tools anymore New status: Needs review
2026-07-03 14:00:20 masaofujii doc: Clarify ANALYZE VERBOSE output Added masaofujii as reviewer
2026-07-03 10:27:43 masaofujii Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Removed masaofujii from reviewers
2026-07-02 11:26:28 lepikhov Logging plan of the currently running query Added lepikhov as reviewer
2026-07-02 06:59:48 solaiv Return pg_control from pg_backup_stop(). Added solaiv as reviewer
2026-07-02 06:12:11 solaiv Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values Added solaiv as reviewer
2026-07-01 15:34:22 tgl Improving the names generated for indexes on expressions Closed in commitfest PG20-1 with status: Committed
2026-07-01 15:34:22 tgl Improving the names generated for indexes on expressions Changed committer to tgl
2026-07-01 06:54:48 solaiv Support for basic ALTER TABLE progress reporting. Added solaiv as reviewer
2026-07-01 06:31:05 assam258.gmail.com Improve the performance of Unicode Normalization Forms. New status: Waiting on Author
2026-06-30 03:03:04 dsteele Return pg_control from pg_backup_stop(). Moved from CF PG20-Drafts to CF PG20-1
2026-06-30 03:02:49 dsteele Return pg_control from pg_backup_stop(). Moved from CF PG20-1 to CF PG20-Drafts
2026-06-30 03:02:38 dsteele Return pg_control from pg_backup_stop(). New status: Needs review
2026-06-29 04:29:06 assam258.gmail.com CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Added assam258.gmail.com as reviewer
2026-06-27 08:11:25 shinyakato Report oldest xmin source when autovacuum cannot remove tuples New status: Needs review
2026-06-26 04:11:03 assam258.gmail.com Fix replica identity mismatch for partitioned tables with publish_via_partition_root Added assam258.gmail.com as reviewer
2026-06-25 14:03:16 liuzizhuan disallow alter individual column if partition key contains wholerow reference Added liuzizhuan as reviewer
2026-06-25 02:17:37 atsushitorikoshi Logging plan of the currently running query New status: Waiting on Author
2026-06-24 13:02:28 lepikhov Logging parallel worker draught Added lepikhov as reviewer
2026-06-24 12:57:35 atsushitorikoshi Logging plan of the currently running query New status: Needs review
2026-06-24 10:27:06 erthalion File locks for data directory lockfile in the context of Linux namespaces New status: Needs review
2026-06-24 01:47:20 atsushitorikoshi Logging plan of the currently running query New status: Waiting on Author
2026-06-19 12:29:38 stayreal CREATE TABLE LIKE INCLUDING POLICIES Moved from CF PG19-Final to CF PG20-1
2026-06-19 12:29:04 stayreal let ALTER COLUMN SET DATA TYPE cope with POLICY dependency Moved from CF PG19-Final to CF PG20-1
2026-06-19 12:28:50 stayreal let ALTER COLUMN SET DATA TYPE cope with trigger dependency Moved from CF PG19-Final to CF PG20-1
2026-06-19 12:15:28 jimus Add XMLNamespaces option to XMLElement Changed targetversion to 20
2026-06-19 12:14:54 jimus Add XMLDocument (SQL/XML X030) Changed targetversion to 20
2026-06-19 12:14:37 jimus Add XMLCast (SQL/XML X025) Changed targetversion to 20
2026-06-19 12:14:23 jimus Add XMLCanonicalize function Changed targetversion to 20
2026-06-19 12:14:05 jimus Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) Changed targetversion to 20
2026-06-19 04:43:56 tristan957 RFC: adding pytest as a supported test framework Added tristan957 as reviewer
2026-06-18 23:36:35 tristan957 refactor handling optional argument in system functions Added tristan957 as reviewer
2026-06-17 17:53:22 x4m amcheck: support for GiST Moved from CF PG19-Final to CF PG20-1
2026-06-17 17:52:53 x4m Add archive_mode to prevent unarchived WAL on permanent primary failure Moved from CF PG19-Final to CF PG20-1
2026-06-17 17:25:25 kdnguyen9 Vacuum statistics Added kdnguyen9 as reviewer
2026-06-17 05:16:06 ichibahn Fix replica identity mismatch for partitioned tables with publish_via_partition_root Added ichibahn as reviewer
2026-06-17 05:15:55 ichibahn Fix replica identity mismatch for partitioned tables with publish_via_partition_root Posted review with messageid <178167335561.992.15549275027332613587.pgcf@coridan.postgresql.org>
2026-06-16 11:50:16 solaiv Preserve index stats during ALTER TABLE ... TYPE ... Added solaiv as reviewer
2026-06-16 11:49:52 lakshmi Preserve index stats during ALTER TABLE ... TYPE ... Removed lakshmi from reviewers
2026-06-16 11:49:22 lakshmi Preserve index stats during ALTER TABLE ... TYPE ... Added lakshmi as reviewer
2026-06-15 08:54:34 yugo.nagata Incremental View Maintenance (IVM), take 2 Attached mail thread 20181227215726.4d166b4874f8983a641123f5@sraoss.co.jp
2026-06-15 08:53:45 yugo.nagata Incremental View Maintenance (IVM), take 2 New status: Needs review
2026-06-11 10:34:16 solaiv extend JSON_TABLE top level path expression Added solaiv as reviewer
2026-06-09 18:31:53 bossartn problems with toast.* reloptions Changed targetversion to 20
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 04:11:55 solaiv Logging parallel worker draught Added solaiv as reviewer
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 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