Commitfest activity

Time User Patch Activity
2026-05-22 13:16:24 shinyakato Report oldest xmin source when autovacuum cannot remove tuples New status: Needs review
2026-05-22 06:16:27 arulkumarc Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Added arulkumarc as reviewer
2026-05-21 04:35:41 solaiv Adding pg_dump flag for parallel export to pipes Added solaiv as reviewer
2026-05-21 04:33:44 solaiv Add pg_current_vxact_id() function to expose virtual transaction IDs Added solaiv as reviewer
2026-05-21 04:33:13 solaiv Add pg_get_subscription_ddl() function Added solaiv as reviewer
2026-05-21 04:32:29 solaiv postgres_fdw: Use COPY to speed up batch inserts Added solaiv as reviewer
2026-05-21 04:31:07 solaiv no table rewrite when set column type to constrained domain Added solaiv as reviewer
2026-05-21 04:29:48 solaiv libpq: Fix processing of SSL records >8kB on async API Added solaiv as reviewer
2026-05-21 03:51:30 solaiv Fix the race condition for updating slot minimum LSN Added solaiv as reviewer
2026-05-21 03:49:38 solaiv Clarify FileTag-based unlinking Added solaiv as reviewer
2026-05-19 04:28:10 spoondla doc: Clarify ANALYZE VERBOSE output New status: Ready for Committer
2026-05-18 09:02:55 yugo.nagata Add a warning on stats manipulation functions Moved from CF PG19-Final to CF PG20-1
2026-05-18 09:02:36 yugo.nagata JIT works only partially with meson build Moved from CF PG19-Final to CF PG20-1
2026-05-18 08:14:17 jeltef Add GoAway protocol message for graceful but fast server shutdown/switchover New status: Waiting on Author
2026-05-18 08:13:54 jeltef Don't use the deprecated and insecure PQcancel in our frontend tools anymore New status: Waiting on Author
2026-05-18 05:01:04 solaimurugan Clarify FileTag-based unlinking Removed solaimurugan from reviewers
2026-05-18 05:00:27 solaimurugan Fix the race condition for updating slot minimum LSN Removed solaimurugan from reviewers
2026-05-18 04:59:39 solaimurugan no table rewrite when set column type to constrained domain Removed solaimurugan from reviewers
2026-05-18 04:57:32 solaimurugan libpq: Fix processing of SSL records >8kB on async API Removed solaimurugan from reviewers
2026-05-17 15:22:33 solaimurugan libpq: Fix processing of SSL records >8kB on async API Added solaimurugan as reviewer
2026-05-17 15:21:44 solaimurugan no table rewrite when set column type to constrained domain Added solaimurugan as reviewer
2026-05-17 14:56:01 solaimurugan Fix the race condition for updating slot minimum LSN Added solaimurugan as reviewer
2026-05-17 14:52:52 solaimurugan Clarify FileTag-based unlinking Added solaimurugan as reviewer
2026-05-16 12:44:18 solaimurugan COPY (on_error table) saving error info to a table Added solaimurugan as reviewer
2026-05-16 12:39:35 solaimurugan Pull-up subquery if INNER JOIN-ON contains refs to upper-query Added solaimurugan as reviewer
2026-05-15 09:32:01 zsolt.parragi COPY (on_error table) saving error info to a table Added zsolt.parragi as reviewer
2026-05-15 05:47:24 jimus Fix bug with accessing to temporary tables of other sessions Closed in commitfest PG20-1 with status: Committed
2026-05-15 05:47:24 jimus Fix bug with accessing to temporary tables of other sessions Changed committer to smagen
2026-05-15 05:47:01 jimus Fix bug with accessing to temporary tables of other sessions Changed authors to Jim Jones (jimus), Daniil Davydov (dddaniil)
2026-05-15 05:47:01 jimus Fix bug with accessing to temporary tables of other sessions Changed targetversion to 17
2026-05-14 14:46:14 stayreal COPY FROM with RLS Moved from CF PG19-Final to CF PG20-1
2026-05-14 14:08:30 bossartn Expanding HOT updates for expression and partial indexes New status: Waiting on Author
2026-05-13 15:04:11 tgl Improve pgindent's formatting named fields in struct literals and varidic functions Closed in commitfest PG20-1 with status: Committed
2026-05-13 15:01:06 rhaas Add pg_current_vxact_id() function to expose virtual transaction IDs Added rhaas as reviewer
2026-05-13 14:41:17 a.alekseev pgindent: improve formatting of multiline comments Closed in commitfest PG20-1 with status: Committed
2026-05-12 12:18:37 a.alekseev pgindent: improve formatting of multiline comments Added annotation "See v1-0001-Decipher-the-comment-in-tsrank.c.patch and probably newer versions" to CAJ7c6TO0xvunpeOv89i1eKQBhKF9=GEETkTz+yAGs1xGYH25MQ@mail.gmail.com
2026-05-12 02:21:35 chaol tablecmds: fix bug where index rebuild loses replica identity on partitions Changed tags to Bugfix, DDL
2026-05-12 01:34:56 zengman Align verify_heapam.c error message offset with test expectations Closed in commitfest PG19-Final with status: Withdrawn
2026-05-11 07:25:06 heikki Avoid orphaned objects dependencies, take 3 Added heikki as reviewer
2026-05-10 11:10:50 nataraj convert vacuum_index_cleanup and gist's buffering to ternary reloption type Changed targetversion to stable
2026-05-09 18:08:32 soumyamurali Add pg_get_subscription_ddl() function Removed soumyamurali from reviewers
2026-05-09 18:08:18 soumyamurali Add pg_get_subscription_ddl() function Added soumyamurali as reviewer
2026-05-07 06:55:09 nataraj convert vacuum_index_cleanup and gist's buffering to ternary reloption type Moved from CF PG19-Final to CF PG20-1
2026-05-05 08:56:51 assam258.gmail.com CREATE TABLE LIKE INCLUDING TRIGGERS Added assam258.gmail.com as reviewer
2026-05-05 06:36:16 assam258.gmail.com Improve the performance of Unicode Normalization Forms. Added assam258.gmail.com as reviewer
2026-05-04 22:50:58 lfittl pg_buffercache: Add per-relation summary stats Closed in commitfest PG20-1 with status: Returned with feedback
2026-05-04 22:47:43 lfittl Stack-based tracking of per-node WAL/buffer usage Changed tags to Performance, PGConf.dev
2026-05-04 22:47:43 lfittl Stack-based tracking of per-node WAL/buffer usage Changed targetversion to None
2026-05-04 20:57:45 rhaas Avoid orphaned objects dependencies, take 3 Added rhaas as reviewer
2026-05-04 17:04:39 tgl Improve pgindent's formatting named fields in struct literals and varidic functions Added tgl as committer
2026-05-04 16:41:21 tgl pgindent: improve formatting of multiline comments Added tgl as committer
2026-05-04 05:56:20 jakub.wartak.tomtom MPTCP - multiplexing many TCP connections through one socket to get better bandwidth Moved from CF PG19-Final to CF PG20-Drafts
2026-05-04 05:56:15 jakub.wartak.tomtom 64-bit wait_event and introduction of 32-bit wait_event_arg Moved from CF PG19-Final to CF PG20-1
2026-05-04 05:56:06 jakub.wartak.tomtom pg_stat_io_histogram Moved from CF PG19-Final to CF PG20-1
2026-05-03 12:49:28 chengpeng.yan ANALYZE: hash-accelerate MCV tracking for equality-only types Closed in commitfest PG20-1 with status: Withdrawn
2026-05-03 12:47:59 bertranddrouvot.pg Avoid orphaned objects dependencies, take 3 Removed bertranddrouvot.pg from reviewers
2026-05-03 12:47:54 bertranddrouvot.pg Avoid orphaned objects dependencies, take 3 Added bertranddrouvot.pg as reviewer
2026-05-03 12:46:46 bertranddrouvot.pg Avoid orphaned objects dependencies, take 3 Changed tags to DDL, PGConf.dev
2026-05-02 12:42:31 soumyamurali Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Added soumyamurali as reviewer
2026-05-02 05:39:08 ha-kun Adding Log File Capability to pg_createsubscriber Closed in commitfest PG19-Final with status: Committed
2026-05-01 21:41:25 bossartn problems with toast.* reloptions New status: Needs review
2026-05-01 20:41:47 spoondla doc: Clarify ANALYZE VERBOSE output Added spoondla as reviewer
2026-05-01 20:32:06 bossartn Use ROLERECURSE_PRIVS in is_admin_of_role() New status: Needs review
2026-05-01 14:09:43 srinath-reddy-sadipiralla Fix pg_rewind false positives caused by shutdown-only WAL Closed in commitfest PG19-Final with status: Withdrawn
2026-05-01 09:21:46 masaofujii Fix slotsync worker busy loop causing repeated log messages Closed in commitfest PG20-1 with status: Withdrawn
2026-04-30 05:47:08 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Added michael-kun as reviewer
2026-04-30 05:46:58 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Attached mail thread afLsqRjVqKK8hhKk@paquier.xyz
2026-04-30 04:55:52 lakshmi let ALTER TABLE DROP COLUMN drop whole-row referenced object Added lakshmi as reviewer
2026-04-29 03:06:32 dylanzhou Optimize SnapBuild by maintaining committed.xip in sorted order Closed in commitfest PG20-1 with status: Withdrawn
2026-04-28 15:54:54 bossartn Use ROLERECURSE_PRIVS in is_admin_of_role() New status: Waiting on Author
2026-04-28 15:32:22 pasha_golub Add pg_current_vxact_id() function to expose virtual transaction IDs Changed tags to Good First Review, Monitoring, PGConf.dev
2026-04-28 11:09:54 xingtanzjr Index Prefetching Added xingtanzjr as reviewer
2026-04-28 07:25:22 lakshmi create table like including storage parameter Added lakshmi as reviewer
2026-04-27 20:51:09 spoondla BUG #19369: Not documented that io_uring on kernel versions between 5.1 and below 5.6 does not work Moved from CF PG19-Final to CF PG20-1
2026-04-25 01:19:35 dylanzhou Improve read_local_xlog_page_guts by replacing polling with latch-based waiting Moved from CF PG19-Final to CF PG20-1
2026-04-23 06:28:54 geidav Hash-based MCV matching for large IN-lists New status: Ready for Committer
2026-04-22 03:06:18 spoondla Clarify FileTag-based unlinking New status: Ready for Committer
2026-04-20 10:10:08 vasu01 Optional skipping of unchanged relations during ANALYZE? Moved from CF PG19-Final to CF PG20-1
2026-04-20 03:12:31 houzj Fix the race condition for updating slot minimum LSN Moved from CF PG19-Final to CF PG20-1
2026-04-17 18:55:11 spoondla Fix the race condition for updating slot minimum LSN New status: Ready for Committer
2026-04-16 04:39:02 ha-kun Migrate pg_commit_ts directory to the new node during an upgrade New status: Needs review
2026-04-15 04:20:41 bertranddrouvot.pg Preserve index stats during ALTER TABLE ... TYPE ... Moved from CF PG19-Final to CF PG20-1
2026-04-15 04:20:21 bertranddrouvot.pg Per backend relation statistics tracking Moved from CF PG19-Final to CF PG20-1
2026-04-15 04:19:39 bertranddrouvot.pg Avoid orphaned objects dependencies, take 3 Moved from CF PG19-Final to CF PG20-1
2026-04-15 00:46:45 stayreal skip check constraints verification for unaffected columns during UPDATE Moved from CF PG19-Final to CF PG20-1
2026-04-14 22:23:16 shinyakato Report oldest xmin source when autovacuum cannot remove tuples New status: Waiting on Author
2026-04-14 21:32:46 spoondla Set 1s WaitLatch timeout if standby limit has expired in ResolveRecoveryConflictWithBufferPin Added spoondla as reviewer
2026-04-14 21:18:58 spoondla Fix the race condition for updating slot minimum LSN Added spoondla as reviewer
2026-04-14 14:33:57 stayreal COPY (on_error table) saving error info to a table Changed authors to Jian He (stayreal)
2026-04-14 14:33:45 stayreal COPY (on_error table) saving error info to a table Changed name to COPY (on_error table) saving error info to a table
2026-04-14 14:33:01 stayreal COPY (on_error table) saving error info to a table Moved from CF PG19-Final to CF PG20-1
2026-04-14 12:13:47 rhaas pg_plan_advice Closed in commitfest PG20-1 with status: Committed
2026-04-14 12:13:47 rhaas pg_plan_advice Changed committer to rhaas
2026-04-14 07:00:38 stayreal Support for basic ALTER TABLE progress reporting. Moved from CF PG19-Final to CF PG20-1
2026-04-14 07:00:19 stayreal let ALTER TABLE DROP COLUMN drop whole-row referenced object Moved from CF PG19-Final to CF PG20-1
2026-04-14 07:00:07 stayreal extended statistic (examine_variable) ignored CollateExpr Moved from CF PG19-Final to CF PG20-1
2026-04-14 06:59:57 stayreal avoid call ATPostAlterTypeCleanup twice Moved from CF PG19-Final to CF PG20-1
2026-04-14 06:59:47 stayreal disallow alter individual column if partition key contains wholerow reference Moved from CF PG19-Final to CF PG20-1
2026-04-14 06:59:37 stayreal extend JSON_TABLE top level path expression Moved from CF PG19-Final to CF PG20-1
2026-04-14 06:59:25 stayreal using index to speedup add not null constraints to a table Moved from CF PG19-Final to CF PG20-1