Commitfest activity

Time User Patch Activity
2026-09-17 05:22:40 x4m SSI: ON CONFLICT DO SELECT takes no predicate lock on the returned row Closed in commitfest PG20-2 with status: Committed
2026-09-17 05:22:40 x4m SSI: ON CONFLICT DO SELECT takes no predicate lock on the returned row Changed committer to deanr
2026-09-17 03:35:07 zhong950419 System views for versions reporting New status: Waiting on Author
2026-09-17 02:46:24 pjungwir Temporal foreign key actions Closed in commitfest PG20-2 with status: Withdrawn
2026-09-17 02:44:19 pjungwir Add TG_* vars for FOR PORTION OF Closed in commitfest PG20-2 with status: Withdrawn
2026-09-17 02:24:02 zhong950419 Report index currently being vacuumed in pg_stat_progress_vacuum Added zhong950419 as reviewer
2026-09-16 17:20:46 zhong950419 Add TOAST statistics columns to pg_stat_all_tables New status: Ready for Committer
2026-09-16 16:59:22 albe Unexpected reindex when altering column types for partitioned tables New status: Waiting on Author
2026-09-16 12:17:02 shinyakato pgbench: \gset and \aset should store SQL NULL as the null value Closed in commitfest PG20-2 with status: Committed
2026-09-16 12:17:02 shinyakato pgbench: \gset and \aset should store SQL NULL as the null value Changed committer to michael-kun
2026-09-16 05:18:32 michael-kun Support for 8-byte TOAST values, round two Closed in commitfest PG20-2 with status: Committed
2026-09-16 05:18:32 michael-kun Support for 8-byte TOAST values, round two Changed committer to michael-kun
2026-09-16 05:18:16 michael-kun Refactor code around GUC default_toast_compression Closed in commitfest PG20-2 with status: Withdrawn
2026-09-16 05:01:56 dsteele Return pg_control from pg_backup_stop(). New status: Needs review
2026-09-16 03:52:20 zhong950419 Refactor remaining zero-fill relation extensions to use smgrzeroextend() New status: Waiting on Author
2026-09-16 03:13:38 bertranddrouvot.pg pg_upgrade: Test --check with a running source server Closed in commitfest PG20-2 with status: Committed
2026-09-16 03:13:38 bertranddrouvot.pg pg_upgrade: Test --check with a running source server Changed committer to michael-kun
2026-09-16 01:51:29 masahikosawada Optimize UUID parse using SIMD Closed in commitfest PG20-2 with status: Committed
2026-09-16 01:51:29 masahikosawada Optimize UUID parse using SIMD Changed committer to masahikosawada
2026-09-15 17:01:09 deanr Global temporary tables New status: Needs review
2026-09-15 14:18:03 zhong950419 [DOC] pg_database_size/pg_tablespace_size error on a missing OID Closed in commitfest PG20-2 with status: Committed
2026-09-15 14:18:03 zhong950419 [DOC] pg_database_size/pg_tablespace_size error on a missing OID Changed committer to d_gustafsson
2026-09-15 14:18:03 zhong950419 [DOC] pg_database_size/pg_tablespace_size error on a missing OID Moved from CF PG20-3 to CF PG20-2
2026-09-15 11:49:03 solaiv Show expression of virtual columns in error messages Added solaiv as reviewer
2026-09-15 09:36:15 jnidzwetzki Speed up repeat() for larger counts New status: Ready for Committer
2026-09-15 06:13:11 solaiv Add row estimate tests for unnest() and integer generate_series() Added solaiv as reviewer
2026-09-15 01:28:07 chenchangao timeout value overflow in wait for lsn Closed in commitfest PG20-2 with status: Committed
2026-09-15 01:28:07 chenchangao timeout value overflow in wait for lsn Changed committer to smagen
2026-09-14 21:49:04 zhong950419 Add TOAST statistics columns to pg_stat_all_tables New status: Waiting on Author
2026-09-14 21:48:58 zhong950419 Add TOAST statistics columns to pg_stat_all_tables Added zhong950419 as reviewer
2026-09-14 20:05:14 albe Unexpected reindex when altering column types for partitioned tables Added albe as reviewer
2026-09-14 18:33:21 kaz Add pg_stat_vfdcache view for VFD cache statistics New status: Ready for Committer
2026-09-14 17:22:58 lispyone Use Boyer-Moore-Horspool for simple LIKE contains patterns Added lispyone as reviewer
2026-09-14 16:44:40 pifor BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 Posted review with messageid <178940428010.1127.8843845816823757805.pgcf@coridan.postgresql.org>
2026-09-14 16:44:40 pifor BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 New status: Ready for Committer
2026-09-14 16:41:03 zhaorui refactor handling optional argument in system functions Added zhaorui as reviewer
2026-09-14 14:28:36 greg MPTCP - multiplexing many TCP connections through one socket to get better bandwidth Added greg as reviewer
2026-09-14 14:17:55 bossartn fixes for a few GUC descriptions Closed in commitfest PG20-2 with status: Committed
2026-09-14 14:17:55 bossartn fixes for a few GUC descriptions Moved from CF PG20-3 to CF PG20-2
2026-09-14 13:54:16 bossartn fixes for a few GUC descriptions Added bossartn as committer
2026-09-14 13:54:15 bossartn fixes for a few GUC descriptions New status: Ready for Committer
2026-09-14 13:00:46 xsni12 COPY TO BLACKHOLE / pg_dump -j -Fb Added xsni12 as reviewer
2026-09-14 12:59:18 xsni12 NOT NULL NOT ENFORCED Removed xsni12 from reviewers
2026-09-14 11:12:11 assam258.gmail.com SQL/PGQ: Support multi-pattern path matching in GRAPH_TABLE Moved from CF PG20-2 to CF PG20-3
2026-09-14 10:36:18 difesu Pgbench: remove synchronous prepare New status: Waiting on Author
2026-09-14 02:49:47 shin Prevent repeated deadlock-check signals in standby buffer pin waits Changed targetversion to 20
2026-09-14 02:49:31 shin Prevent repeated deadlock-check signals in standby buffer pin waits Moved from CF PG20-2 to CF PG20-3
2026-09-13 21:52:07 lispyone avoid call ATPostAlterTypeCleanup twice Added lispyone as reviewer
2026-09-13 18:21:47 x4m Randomize B-Tree page split location to avoid oscillating patterns Added x4m as reviewer
2026-09-13 16:12:38 rustam.allakov Fold NOT IN / <> ALL expressions containing NULL to FALSE Posted review with messageid <178931595876.1175.14939651707100946419.pgcf@coridan.postgresql.org>
2026-09-13 16:12:38 rustam.allakov Fold NOT IN / <> ALL expressions containing NULL to FALSE New status: Waiting on Author
2026-09-13 13:01:16 alvherre REPACK (CONCURRENTLY) doesn't handle invalid indexes Closed in commitfest PG20-2 with status: Returned with feedback
2026-09-13 06:27:44 vaibhavdalvi Add PRODUCT() aggregate function Added vaibhavdalvi as reviewer
2026-09-13 03:55:52 stayreal ALTER COLUMN SET EXPRESSION on partitions not work in case of dependencies Moved from CF PG20-2 to CF PG20-3
2026-09-13 03:51:05 darthunix Fold NOT IN / <> ALL expressions containing NULL to FALSE Added darthunix as reviewer
2026-09-13 03:07:58 shashi.h.ananth.gmail.com Possible race condition in pg_basebackup Added shashi.h.ananth.gmail.com as reviewer
2026-09-12 17:36:28 zhaorui Race conditions in logical decoding Added zhaorui as reviewer
2026-09-12 16:52:47 berndreiss New pg_stat_tablespace view for tablespace level metrics Added berndreiss as reviewer
2026-09-12 16:49:01 aytiwari BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 New status: Needs review
2026-09-12 16:44:35 moozzi New pg_stat_tablespace view for tablespace level metrics Added moozzi as reviewer
2026-09-12 15:52:38 rustam.allakov Fold NOT IN / <> ALL expressions containing NULL to FALSE Added rustam.allakov as reviewer
2026-09-12 13:13:18 x4m LLVMJIT: introduce force-inlined functions New status: Waiting on Author
2026-09-12 13:12:57 x4m Fix wrong results from Memoize with a Param inside a cache key New status: Waiting on Author
2026-09-12 13:11:57 x4m Extending Self-Join Elimination to partitioned tables New status: Waiting on Author
2026-09-12 13:10:37 x4m Resetting snapshots during the first phase of [CREATE |RE]INDEX CONCURRENTLY New status: Waiting on Author
2026-09-12 10:50:01 pifor BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 New status: Waiting on Author
2026-09-12 10:23:53 eddiecho4postgres Add table COMMENTS in CREATE TABLE LIKE Added eddiecho4postgres as reviewer
2026-09-12 10:23:10 coder.sam Add table COMMENTS in CREATE TABLE LIKE Added coder.sam as reviewer
2026-09-12 09:22:02 coder.sam Add table COMMENTS in CREATE TABLE LIKE Removed coder.sam from reviewers
2026-09-12 09:21:56 coder.sam Add table COMMENTS in CREATE TABLE LIKE Added coder.sam as reviewer
2026-09-12 09:15:11 pifor BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 Posted comment with messageid <178920451166.1175.1908642259509647383.pgcf@coridan.postgresql.org>
2026-09-12 08:08:08 pifor BUG #19631: currtid2() on a view with GROUP BY ctid crashes with XX000 Added pifor as reviewer
2026-09-12 03:13:22 stayreal Implement row pattern recognition feature Changed authors to Tatsuo Ishii (ishii), Jian He (stayreal), Henson Choi (assam258.gmail.com)
2026-09-11 20:25:42 bossartn Fix getopt_long() argument handling and add tests Closed in commitfest PG20-2 with status: Committed
2026-09-11 20:25:42 bossartn Fix getopt_long() argument handling and add tests Moved from CF PG20-3 to CF PG20-2
2026-09-11 18:09:26 bossartn Improve WAIT FOR read-your-writes consistency doc Removed bossartn from committers
2026-09-11 17:45:08 zhaorui Support for 8-byte TOAST values, round two Added zhaorui as reviewer
2026-09-11 17:42:22 simseih Improve WAIT FOR read-your-writes consistency doc New status: Needs review
2026-09-11 17:42:16 simseih Improve WAIT FOR read-your-writes consistency doc New status: Waiting on Author
2026-09-11 17:40:54 simseih Improve WAIT FOR read-your-writes consistency doc New status: Needs review
2026-09-11 17:40:35 simseih Improve WAIT FOR read-your-writes consistency doc Closed in commitfest PG20-2 with status: Committed
2026-09-11 17:40:35 simseih Improve WAIT FOR read-your-writes consistency doc Changed committer to bossartn
2026-09-11 17:40:35 simseih Improve WAIT FOR read-your-writes consistency doc Moved from CF PG20-3 to CF PG20-2
2026-09-11 17:40:03 simseih Rename PqMsg_Progress to PqParallelMsg_Progress Closed in commitfest PG20-2 with status: Committed
2026-09-11 17:40:03 simseih Rename PqMsg_Progress to PqParallelMsg_Progress Changed committer to bossartn
2026-09-11 17:40:03 simseih Rename PqMsg_Progress to PqParallelMsg_Progress Moved from CF PG20-3 to CF PG20-2
2026-09-11 15:28:16 bharathrupireddy Support for 8-byte TOAST values, round two New status: Ready for Committer
2026-09-11 14:47:07 gregburd Batched clock sweep to reduce cross-socket atomic contention Closed in commitfest PG20-2 with status: Withdrawn
2026-09-11 14:13:07 galponcio Allow pg_read_all_stats to read replication origin status Removed galponcio from reviewers
2026-09-11 09:34:11 srinath-reddy-sadipiralla pg_rewind: file sync bypass and findLastCheckpoint boundary crash Changed targetversion to 20
2026-09-11 09:33:16 srinath-reddy-sadipiralla pg_rewind: Remove recovery at the start of rewind Changed targetversion to 20
2026-09-11 09:29:51 masaofujii psql: schema-qualify catalog references in a tab-completion query Closed in commitfest PG20-2 with status: Committed
2026-09-11 03:06:32 adigoll Avoid building stderr message if possible Added adigoll as reviewer
2026-09-10 21:43:56 bossartn fixes for a few GUC descriptions Changed targetversion to stable
2026-09-10 21:43:44 bossartn fixes for a few GUC descriptions Attached mail thread aqMkIpRr62cVqtCZ@nathan
2026-09-10 21:43:44 bossartn fixes for a few GUC descriptions Created patch record
2026-09-10 17:50:50 simseih Improve WAIT FOR read-your-writes consistency doc Attached mail thread CAN12+YKN7gXb1o9bDWgfA=6wjDrqNEgt+rXJiAWXgPCXQ5TqpA@mail.gmail.com
2026-09-10 17:50:50 simseih Improve WAIT FOR read-your-writes consistency doc Created patch record
2026-09-10 17:10:02 simseih Rename PqMsg_Progress to PqParallelMsg_Progress Attached mail thread CAN12+YLqbiA1v3FPD94yLbXgdyoWxVEY6=DtdpTPo9YCRuCpfg@mail.gmail.com
2026-09-10 17:10:02 simseih Rename PqMsg_Progress to PqParallelMsg_Progress Created patch record