Global Commitfest activity

Time User Patch Activity
2025-11-26 22:50:20 bossartn show size of DSAs and dshash tables in pg_dsm_registry_allocations Attached mail thread aSeEDeznAsHR1_YF@nathan
2025-11-26 22:50:20 bossartn show size of DSAs and dshash tables in pg_dsm_registry_allocations Created patch record
2025-11-26 21:16:49 bossartn better handle errors in dsm registry functions Closed in commitfest PG19-3 with status: Committed
2025-11-26 21:16:49 bossartn better handle errors in dsm registry functions Moved from CF PG19-4 to CF PG19-3
2025-11-26 19:16:02 erthalion System views for versions reporting New status: Needs review
2025-11-26 15:51:11 bossartn Remove unused struct fields Closed in commitfest PG19-3 with status: Committed
2025-11-26 15:51:11 bossartn Remove unused struct fields Changed committer to bossartn
2025-11-26 15:51:11 bossartn Remove unused struct fields Moved from CF PG19-4 to CF PG19-3
2025-11-26 15:42:10 shlokkyal Add stats related to slot sync skip Moved from CF PG19-3 to CF PG19-4
2025-11-26 14:55:53 bertranddrouvot.pg Remove unused struct fields Attached mail thread aScUuBSawPWogUxs@ip-10-97-1-34.eu-west-3.compute.internal
2025-11-26 14:55:53 bertranddrouvot.pg Remove unused struct fields Created patch record
2025-11-26 13:29:06 chenchangao Minor refactor of ExecScanExtended() Attached mail thread tencent_521639454FA60ECFE200D82E2F54AAB0BA05@qq.com
2025-11-26 13:29:06 chenchangao Minor refactor of ExecScanExtended() Created patch record
2025-11-26 10:52:31 fyrefreez Rewrites CTEs only once to prevent a spurious error Changed tags to Bugfix, My First Patch
2025-11-26 10:49:49 fyrefreez Rewrites CTEs only once to prevent a spurious error Attached mail thread CAEDh4nyD6MSH9bROhsOsuTqGAv_QceU_GDvN9WcHLtZTCYM1kA@mail.gmail.com
2025-11-26 10:49:49 fyrefreez Rewrites CTEs only once to prevent a spurious error Created patch record
2025-11-26 10:00:52 shlokkyal Add stats related to slot sync skip Attached mail thread CAE9k0PkhfKrTEAsGz4DjOhEj1nQ+hbQVfvWUxNacD38ibW3a1g@mail.gmail.com
2025-11-26 10:00:42 shlokkyal Add stats related to slot sync skip Detached mail thread CAE9k0PkhfKrTEAsGz4DjOhEj1nQ+hbQVfvWUxNacD38ibW3a1g@mail.gmail.com
2025-11-26 08:20:30 jimus Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) Moved from CF PG19-3 to CF PG19-4
2025-11-26 08:06:40 vitprof Introduce a new GUC to allow logical walsender to shutdown immediately without waiting for a response from the client. Changed authors to Andrey Silitskiy (andrey-silitskiy)
2025-11-26 07:06:21 amukhin LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Closed in commitfest PG19-3 with status: Committed
2025-11-26 07:06:21 amukhin LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue Changed committer to heikki
2025-11-26 06:31:11 vaibhavdalvi Add pg_get_subscription_ddl() function New status: Ready for Committer
2025-11-26 06:06:19 nishant-at-edb Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement New status: Ready for Committer
2025-11-25 22:22:00 bossartn better handle errors in dsm registry functions New status: Ready for Committer
2025-11-25 22:21:56 bossartn better handle errors in dsm registry functions Added bossartn as committer
2025-11-25 22:11:20 chaol gen_guc_tables.pl: Validate required GUC fields before code generation Closed in commitfest PG19-3 with status: Committed
2025-11-25 22:11:20 chaol gen_guc_tables.pl: Validate required GUC fields before code generation Moved from CF PG19-4 to CF PG19-3
2025-11-25 21:52:51 chaol backend/nodes cleanup: Move loop variables definitions into for statement Closed in commitfest PG19-3 with status: Committed
2025-11-25 21:52:51 chaol backend/nodes cleanup: Move loop variables definitions into for statement Moved from CF PG19-4 to CF PG19-3
2025-11-25 20:27:16 petere CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Added petere as committer
2025-11-25 17:49:42 artem.gavrilov Add guard to prevent recursive memory context logging. Added artem.gavrilov as reviewer
2025-11-25 15:29:05 shayonj Allow reads to proceed during FK/trigger drops by reducing relation-level lock from AccessExclusive to ShareRowExclusive Closed in commitfest PG19-3 with status: Withdrawn
2025-11-25 15:08:26 geidav Visibility bug in tuple lock Attached mail thread CAOG+RQ74x0q=kgBBQ=mezuvOeZBfSxM1qu_o0V28bwDz3dHxLw@mail.gmail.com
2025-11-25 15:08:26 geidav Visibility bug in tuple lock Created patch record
2025-11-25 10:53:32 joeljacobson Avoid pallocs in async.c's "critical section" Changed name to Avoid pallocs in async.c's "critical section"
2025-11-25 02:51:02 dilip.kumar Proposal: Conflict log history table for Logical Replication Attached mail thread CAFiTN-u5D5o_AGNbHRZHaOqAMWkxLf+hSk_r9X3gv6HbLOB5+g@mail.gmail.com
2025-11-25 02:51:02 dilip.kumar Proposal: Conflict log history table for Logical Replication Created patch record
2025-11-25 02:25:25 chenchangao Use ROLERECURSE_PRIVS in is_admin_of_role() Attached mail thread tencent_ADCE2B34B230A9B631854806104FEF40C105@qq.com
2025-11-25 02:25:25 chenchangao Use ROLERECURSE_PRIVS in is_admin_of_role() Created patch record
2025-11-24 23:39:22 chaol backend/nodes cleanup: Move loop variables definitions into for statement New status: Needs review
2025-11-24 22:00:37 tgl Disallow BEGIN ATOMIC SQL functions depending on temp relations Closed in commitfest PG19-3 with status: Committed
2025-11-24 22:00:37 tgl Disallow BEGIN ATOMIC SQL functions depending on temp relations Changed committer to tgl
2025-11-24 18:43:45 bossartn Remove useless casting to the same type Added bossartn as reviewer
2025-11-24 18:37:00 bossartn better handle errors in dsm registry functions Attached mail thread E1vJHUk-006I7r-37@gemulon.postgresql.org
2025-11-24 18:36:59 bossartn better handle errors in dsm registry functions Created patch record
2025-11-24 15:09:03 ibykov MultiXact corruption and standby deadlock Posted review with messageid <176399694392.1015.11168115627032768868.pgcf@coridan.postgresql.org>
2025-11-24 15:09:03 ibykov MultiXact corruption and standby deadlock New status: Waiting on Author
2025-11-24 15:00:14 petere backend/nodes cleanup: Move loop variables definitions into for statement New status: Waiting on Author
2025-11-24 14:46:00 petere refactor AlterDomainAddConstraint (alter domain add constraint) New status: Waiting on Author
2025-11-24 14:32:26 ibykov MultiXact corruption and standby deadlock Posted comment with messageid <176399474623.1015.6638892143305450074.pgcf@coridan.postgresql.org>
2025-11-24 10:30:20 bertranddrouvot.pg Allow CI to only run the compiler warnings task Closed in commitfest PG19-3 with status: Withdrawn
2025-11-24 10:29:49 bertranddrouvot.pg Consistently use the XLogRecPtrIsInvalid() macro Closed in commitfest PG19-3 with status: Committed
2025-11-24 10:29:49 bertranddrouvot.pg Consistently use the XLogRecPtrIsInvalid() macro Changed committer to alvherre
2025-11-24 10:28:49 bertranddrouvot.pg Remove useless casts to (void *) Closed in commitfest PG19-3 with status: Committed
2025-11-24 10:28:49 bertranddrouvot.pg Remove useless casts to (void *) Changed committer to petere
2025-11-24 10:28:49 bertranddrouvot.pg Remove useless casts to (void *) Moved from CF PG19-4 to CF PG19-3
2025-11-24 10:28:20 bertranddrouvot.pg Remove useless casting to the same type Attached mail thread aSQy2JawavlVlEB0@ip-10-97-1-34.eu-west-3.compute.internal
2025-11-24 10:28:20 bertranddrouvot.pg Remove useless casting to the same type Created patch record
2025-11-24 08:20:00 ibykov MultiXact corruption and standby deadlock Posted comment with messageid <176397240077.1015.14819080889994184643.pgcf@coridan.postgresql.org>
2025-11-24 05:46:37 michael-kun Add pg_buffercache_mark_dirty[_all]() functions to the pg_buffercache New status: Waiting on Author
2025-11-24 05:36:22 michael-kun Add os_page_num to pg_buffercache Closed in commitfest PG19-3 with status: Committed
2025-11-23 14:55:10 joeljacobson Avoid pallocs in async.c's "critical section" Attached mail thread 5798d6fa-7fdc-49d4-9b4e-57767cd40198@app.fastmail.com
2025-11-23 14:55:10 joeljacobson Avoid pallocs in async.c's "critical section" Created patch record
2025-11-23 08:44:04 jackyan tuple radix sort Removed jackyan from reviewers
2025-11-23 08:37:49 jackyan tuple radix sort Added jackyan as reviewer
2025-11-23 07:29:07 bmironov Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Changed targetversion to 19
2025-11-23 00:45:23 tgl Inline non-SQL SRFs Closed in commitfest PG19-3 with status: Committed
2025-11-23 00:45:23 tgl Inline non-SQL SRFs Changed committer to tgl
2025-11-21 22:14:48 adunstan Add 'make check-tests' behavior to the meson based builds Closed in commitfest PG19-3 with status: Committed
2025-11-21 19:19:13 jchampion Reorganize pqcomm.h a bit Attached mail thread CAOYmi+=6zg4oXXOQtifrVao_YKiujTDa3u6bxnU08r0FsSig4g@mail.gmail.com
2025-11-21 19:19:12 jchampion Reorganize pqcomm.h a bit Created patch record
2025-11-21 15:14:51 benmejia Improve error reporting in 027_stream_regress test Added benmejia as reviewer
2025-11-21 14:29:36 mcadariu pg_recvlogical: Prevent flushed data from being re-sent after restarting replication New status: Waiting on Author
2025-11-21 10:38:18 bmironov Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Changed targetversion to None
2025-11-21 10:07:31 fyrefreez Remove ctid from self-join examples in UPDATE and DELETE docs Attached mail thread CAEDh4nzmurbfsgznkpTGhi=A9jHbamrxWwekD5v0u8-o5phfww@mail.gmail.com
2025-11-21 10:07:31 fyrefreez Remove ctid from self-join examples in UPDATE and DELETE docs Created patch record
2025-11-21 08:27:14 chenchangao Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Changed tags to Bugfix, Logical Replication
2025-11-21 04:32:00 bmironov Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Attached mail thread DS0PR08MB9565D91414C65B3AC363825488CFA@DS0PR08MB9565.namprd08.prod.outlook.com
2025-11-21 04:32:00 bmironov Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Created patch record
2025-11-21 03:16:16 barwick psql: tab completion for ALTER ROLE ... IN DATABASE ... Attached mail thread CAB8KJ=iH_v1YB2ss1A=BqvOAf28OVYiWRqUdE6TJ3pP-RdsPig@mail.gmail.com
2025-11-21 03:16:16 barwick psql: tab completion for ALTER ROLE ... IN DATABASE ... Created patch record
2025-11-20 23:17:14 jchampion libpq: Bump protocol version to version 3.2 at least until the first/second beta Added jchampion as committer
2025-11-20 22:52:52 masahikosawada Add support for COPY TO in tablesync for partitioned tables. Closed in commitfest PG19-3 with status: Committed
2025-11-20 22:52:52 masahikosawada Add support for COPY TO in tablesync for partitioned tables. Changed committer to masahikosawada
2025-11-20 22:52:52 masahikosawada Add support for COPY TO in tablesync for partitioned tables. Moved from CF PG19-4 to CF PG19-3
2025-11-20 21:47:01 bossartn vacuumdb: add --dry-run New status: Needs review
2025-11-20 20:47:16 gregburd Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers Attached mail thread A6152C7C-F5E3-4958-8F8E-7692D259FF2F@greg.burd.me
2025-11-20 20:47:16 gregburd Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ​barriers Created patch record
2025-11-20 17:03:08 bjtat Improve error reporting in 027_stream_regress test Added bjtat as reviewer
2025-11-20 17:03:07 bjtat Improve error reporting in 027_stream_regress test Removed bjtat from reviewers
2025-11-20 17:03:05 bjtat Improve error reporting in 027_stream_regress test Added bjtat as reviewer
2025-11-20 16:48:15 simseih Add mode and reason columns to pg_stat_progress_vacuum Added simseih as reviewer
2025-11-20 15:47:30 retro Add 'make check-tests' behavior to the meson based builds Added retro as reviewer
2025-11-20 15:24:11 mcadariu parallel pgbench -i Attached mail thread cb014f00-66b2-4328-a65e-d11c681c9f45@gmail.com
2025-11-20 15:24:11 mcadariu parallel pgbench -i Created patch record
2025-11-20 13:53:37 bertranddrouvot.pg Remove useless casts to (void *) Attached mail thread aR8Yv+uATLKbJCgI@ip-10-97-1-34.eu-west-3.compute.internal
2025-11-20 13:53:36 bertranddrouvot.pg Remove useless casts to (void *) Created patch record
2025-11-20 11:31:59 mcadariu Leaf and internal block access stats for indexes Deleted annotation "This is now obsolete. As soon as possible will provide a v2 of the patch to be reviewed. " from 5211016e-88da-4ea2-a3f6-5c87fa1930a5@gmail.com
2025-11-20 08:08:01 chaol quoteOneName() inconsistency with quote_all_identifiers — replacement API proposed Attached mail thread CAEoWx2=g2RVkxXB=JzWphgfg4QGV+spaA3PQ1rBM2iMehrVvjg@mail.gmail.com