Global Commitfest activity

Time User Patch Activity
2026-04-01 13:29:03 grishanovik Add cascade synchronous replication Moved from CF PG19-Final to CF PG20-1
2026-04-01 13:20:41 sharmay avoid including vacuum.h in tableam.h and heapam.h Removed sharmay from reviewers
2026-04-01 13:20:39 sharmay remove bits* types Removed sharmay from reviewers
2026-04-01 13:19:43 sharmay avoid including vacuum.h in tableam.h and heapam.h Added sharmay as reviewer
2026-04-01 13:19:39 sharmay remove bits* types Added sharmay as reviewer
2026-04-01 11:05:15 surajk Add support for INSERT ... SET syntax Attached mail thread CAF1DzPXhKc15Toa06MTT7NYOAEq8Ucr=RYe5V7X2FkwGMmjD6w@mail.gmail.com
2026-04-01 11:05:15 surajk Add support for INSERT ... SET syntax Created patch record
2026-04-01 10:36:19 pasha_golub Add pg_current_vxact_id() function to expose virtual transaction IDs Moved from CF PG19-Final to CF PG20-1
2026-04-01 09:46:40 hannukrosing pgbench - adding pl/pgsql versions of tests Moved from CF PG19-Final to CF PG20-1
2026-04-01 09:46:23 hannukrosing Extend skipping FK checks on replicas to include ADD FK and TRUNCATE Moved from CF PG19-Final to CF PG20-1
2026-04-01 09:45:47 hannukrosing Adding pg_dump flag for parallel export to pipes Moved from CF PG19-Final to CF PG20-1
2026-04-01 09:45:32 hannukrosing pg_dump flag for dumping tables data in multiple chunks, for huge tables can often give near-linear speedup when parallelized Moved from CF PG19-Final to CF PG20-1
2026-04-01 08:33:24 a.alekseev Little refactoring of portalcmds.c Moved from CF PG19-Final to CF PG20-1
2026-04-01 08:33:17 a.alekseev Refactor SLRU to always use long file names Moved from CF PG19-Final to CF PG20-1
2026-04-01 08:33:11 a.alekseev Refactor *_abbrev_convert() functions Moved from CF PG19-Final to CF PG20-1
2026-04-01 06:58:53 houzj Fix slotsync worker busy loop causing repeated log messages Added houzj as reviewer
2026-04-01 06:49:31 masaofujii Use SIGTERM instead of SIGUSR1 for slotsync worker to exit during promotion? Added masaofujii as committer
2026-04-01 06:48:59 chaol Add condition variable support to WaitEventSetWait() Changed name to Add condition variable support to WaitEventSetWait()
2026-04-01 06:41:17 petere Use standard C23 and C++ attributes if available Closed in commitfest PG19-Final with status: Committed
2026-04-01 06:41:17 petere Use standard C23 and C++ attributes if available Changed committer to petere
2026-04-01 05:51:03 sidkot.google.com [PATCH] Add RetrieveInstrumentation hook for CustomScan providers so that Parallel CustomScan providers can currently aggregate worker instrumentation before DSM unlinking Moved from CF PG19-Final to CF PG20-1
2026-04-01 04:34:16 soumyamurali Expose checkpoint timestamp and duration in pg_stat_checkpointer Moved from CF PG19-Final to CF PG20-1
2026-04-01 03:22:38 satyanarayanan Skip prefetch for block references that follow a FPW or WILL_INIT of the same block Attached mail thread CAHg+QDf=eFFnOvmaPJQrXNiXaTOhhJhvO=DzmVUi=VGFRh5B0A@mail.gmail.com
2026-04-01 03:22:38 satyanarayanan Skip prefetch for block references that follow a FPW or WILL_INIT of the same block Created patch record
2026-04-01 03:20:22 satyanarayanan synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication Moved from CF PG19-Final to CF PG20-1
2026-04-01 03:01:27 chenchangao Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Moved from CF PG19-Final to CF PG20-1
2026-04-01 03:01:01 chenchangao Incorrect historic snapshot may be serialized to disk during fast-forwarding Moved from CF PG19-Final to CF PG20-1
2026-04-01 03:00:17 chenchangao Minor refactor of ExecScanExtended() Closed in commitfest PG20-1 with status: Withdrawn
2026-04-01 02:34:37 chaol nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot() Moved from CF PG19-Final to CF PG20-1
2026-04-01 02:34:15 chaol ATPrepCmd: cleanup unreachable AT_AddIndexConstraint handling Moved from CF PG19-Final to CF PG20-1
2026-04-01 02:33:38 chaol tablecmds: fix Deadlock caused by Attach Partition Moved from CF PG19-Final to CF PG20-1
2026-04-01 02:31:20 chaol Add condition variable support to WaitEventSetWait() Attached mail thread F12DAA03-F4FA-4F12-8F17-B7C4BE361ED0@gmail.com
2026-04-01 02:31:20 chaol Add condition variable support to WaitEventSetWait() Created patch record
2026-04-01 00:26:14 kou Make COPY format extendable: Extract COPY TO format implementations Moved from CF PG19-Final to CF PG20-1
2026-04-01 00:21:18 kandreas Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Closed in commitfest PG20-1 with status: Committed
2026-04-01 00:21:18 kandreas Remove header lock BufferGetLSNAtomic() on architectures with 64 bit atomic operations Changed committer to fuzzycz
2026-03-31 20:45:38 jdavis Use CASEFOLD() internally rather than LOWER() Moved from CF PG19-Final to CF PG20-1
2026-03-31 20:37:17 tgl docs: warn about post-data-only schema dumps with parallel restore. Closed in commitfest PG19-Final with status: Committed
2026-03-31 20:37:17 tgl docs: warn about post-data-only schema dumps with parallel restore. Changed committer to tgl
2026-03-31 19:58:42 adunstan SQL/JSON json_table PLAN clause Moved from CF PG19-3 to CF PG20-1
2026-03-31 19:21:14 jchampion Improve OAuth discovery logging Closed in commitfest PG19-Final with status: Committed
2026-03-31 19:20:32 jchampion Stabilize the libpq-oauth ABI Closed in commitfest PG19-Final with status: Committed
2026-03-31 19:20:32 jchampion Stabilize the libpq-oauth ABI Changed committer to jchampion
2026-03-31 19:18:12 kandreas Support for EXTRA_REGRESS_OPTS and TEMP_CONFIG for meson tests New status: Waiting on Author
2026-03-31 17:49:25 gabo Automatically sizing the IO worker pool Added gabo as reviewer
2026-03-31 17:46:27 bossartn avoid including vacuum.h in tableam.h and heapam.h Closed in commitfest PG19-Final with status: Committed
2026-03-31 17:46:27 bossartn avoid including vacuum.h in tableam.h and heapam.h Moved from CF PG20-1 to CF PG19-Final
2026-03-31 17:40:34 jeltef Don't use the deprecated and insecure PQcancel in our frontend tools anymore New status: Ready for Committer
2026-03-31 17:37:05 jeltef Add GoAway protocol message for graceful but fast server shutdown/switchover Moved from CF PG19-Final to CF PG20-1
2026-03-31 16:34:51 bossartn add assertion for palloc in signal handlers New status: Waiting on Author
2026-03-31 16:09:02 bossartn Add pg_stat_autovacuum_priority Added bossartn as committer
2026-03-31 15:50:07 tgl [PATCH][DOC]Fix incorrect lexeme limit in textsearch docs Closed in commitfest PG19-Final with status: Committed
2026-03-31 15:50:07 tgl [PATCH][DOC]Fix incorrect lexeme limit in textsearch docs Changed committer to tgl
2026-03-31 15:24:15 tgl Correct docs about GiST leaf page structure Closed in commitfest PG19-Final with status: Committed
2026-03-31 15:24:14 tgl Correct docs about GiST leaf page structure Changed committer to tgl
2026-03-31 15:20:06 a.alekseev Add tests for src/backend/nodes/extensible.c Attached mail thread CAJ7c6TNfn9Fv_Je1etA6rrgq1onVvXbjwBTkbkd4kVQhcu11gg@mail.gmail.com
2026-03-31 15:20:06 a.alekseev Add tests for src/backend/nodes/extensible.c Created patch record
2026-03-31 15:10:57 nbyavuz Beautify read stream "per buffer data" APIs Added nbyavuz as reviewer
2026-03-31 15:10:47 nbyavuz Beautify read stream "per buffer data" APIs Detached mail thread CAAKRu_Yf3gvXGcCnqqfoq0Q8LX8UM-e-qbm_B1LeZh60f8WhWA@mail.gmail.com
2026-03-31 15:09:26 nbyavuz Beautify read stream "per buffer data" APIs Attached mail thread CAN55FZ1xBV0yFBPRKbRPyVWSSG88emYi81fyUgPqkBhX4oyJ+A@mail.gmail.com
2026-03-31 15:07:45 melanieplageman Beautify read stream "per buffer data" APIs Moved from CF PG19-4 to CF PG20-1
2026-03-31 14:46:21 petere SQL:2023 JSON simplified accessor support Closed in commitfest PG19-Final with status: Returned with feedback
2026-03-31 14:40:15 petere jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023) Attached mail thread CAK98qZ1P_edO9hZJVMuUpnXjN-9H=dz2zUj-06G5qW9CMjLqzA@mail.gmail.com
2026-03-31 14:40:15 petere jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023) Created patch record
2026-03-31 13:45:33 melanieplageman Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume Closed in commitfest PG19-Final with status: Committed
2026-03-31 13:45:33 melanieplageman Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume Changed committer to melanieplageman
2026-03-31 11:29:35 pasha_golub Fix socket handle inheritance on Windows Changed tags to Bugfix, Windows
2026-03-31 11:28:32 pasha_golub Windows relation extension failure at 2GB and 4GB Changed tags to Bugfix, Windows
2026-03-31 11:28:04 pasha_golub Fix orphaned backend processes on Windows using Job Objects Changed tags to Bugfix, Windows
2026-03-31 11:27:37 pasha_golub pg_ctl start may return 0 even if the postmaster has been already started on Windows Changed tags to Bugfix, Windows
2026-03-31 11:24:56 john.naylor Vectorized CRC on Arm64 New status: Needs review
2026-03-31 07:20:35 jeltef pgindent: improve formatting of multiline comments Changed tags to Devtools, Good First Review
2026-03-31 07:18:12 jeltef Improve pgindent's formatting named fields in struct literals and varidic functions Changed tags to Devtools
2026-03-31 07:17:59 jeltef Improve pgindent's formatting named fields in struct literals and varidic functions New status: Ready for Committer
2026-03-31 06:47:19 jimus Add max_wal_replay_size connection parameter to libpq Attached mail thread 126eb1e4-d98e-4647-b629-517adbcad28e@uni-muenster.de
2026-03-31 06:47:19 jimus Add max_wal_replay_size connection parameter to libpq Created patch record
2026-03-31 06:42:17 richardguo Fix integer overflow in nodeWindowAgg.c Attached mail thread 19405-1ecf025dda171555@postgresql.org
2026-03-31 06:42:17 richardguo Fix integer overflow in nodeWindowAgg.c Created patch record
2026-03-31 06:39:08 richardguo Fix JSON_ARRAY(query) empty set handling and view deparsing Attached mail thread 19418-591ba1f29862ef5b@postgresql.org
2026-03-31 06:39:08 richardguo Fix JSON_ARRAY(query) empty set handling and view deparsing Created patch record
2026-03-31 06:36:02 richardguo Convert ALL SubLinks to ANY SubLinks Attached mail thread CAMbWs48P9d8p_MftXr7ZPb86HvOLu=3ovNz5By85JvSu9epNQA@mail.gmail.com
2026-03-31 06:36:02 richardguo Convert ALL SubLinks to ANY SubLinks Created patch record
2026-03-31 06:33:36 richardguo Fix HAVING-to-WHERE pushdown with nondeterministic collations Attached mail thread CAMbWs48Dn2wW6XM94GZsoyMiH42=KgMo+WcobPKuWvGYnWaPOQ@mail.gmail.com
2026-03-31 06:33:36 richardguo Fix HAVING-to-WHERE pushdown with nondeterministic collations Created patch record
2026-03-31 06:23:34 moozzi Adding per backend commit and rollback counters Added moozzi as reviewer
2026-03-31 01:33:52 dylanzhou Add new wait event to XactLockTableWait Closed in commitfest PG19-1 with status: Withdrawn
2026-03-31 01:10:31 dylanzhou heapam_tuple_complete_speculative : remove unnecessary tuple fetch New status: Ready for Committer
2026-03-30 22:28:03 tgl cmax docs seem misleading Closed in commitfest PG19-Final with status: Committed
2026-03-30 22:28:03 tgl cmax docs seem misleading Changed committer to tgl
2026-03-30 21:23:50 jchampion Allow to set PGOAUTHCAFILE out of debug mode for libpq-oauth Closed in commitfest PG19-Final with status: Committed
2026-03-30 21:23:50 jchampion Allow to set PGOAUTHCAFILE out of debug mode for libpq-oauth Changed committer to jchampion
2026-03-30 21:13:39 bossartn remove bits* types Closed in commitfest PG19-Final with status: Committed
2026-03-30 21:13:39 bossartn remove bits* types Moved from CF PG20-1 to CF PG19-Final
2026-03-30 21:00:02 bossartn Add pg_stat_autovacuum_priority Added bossartn as reviewer
2026-03-30 20:59:06 simseih Add pg_stat_autovacuum_priority Attached mail thread CAA5RZ0s4xjMrB-VAnLccC7kY8d0-4806-Lsac-czJsdA1LXtAw@mail.gmail.com
2026-03-30 20:59:06 simseih Add pg_stat_autovacuum_priority Created patch record
2026-03-30 20:48:11 bossartn remove bits* types Added bossartn as committer
2026-03-30 20:48:10 bossartn remove bits* types New status: Ready for Committer
2026-03-30 20:19:13 xsni12 Adding per backend commit and rollback counters Posted comment with messageid <177490195327.942.4612952714548351097.pgcf@coridan.postgresql.org>
2026-03-30 20:19:13 xsni12 Adding per backend commit and rollback counters New status: Waiting on Author