Global Commitfest activity

Time User Patch Activity
2025-10-10 07:53:21 mbanck Add process updating for GNU/Hurd Moved from CF PG19-2 to CF PG19-3
2025-10-10 07:41:24 bertranddrouvot.pg Add stats_reset to pg_stat_all_tables|indexes and related views Closed in commitfest PG19-3 with status: Committed
2025-10-10 07:41:24 bertranddrouvot.pg Add stats_reset to pg_stat_all_tables|indexes and related views Changed committer to michael-kun
2025-10-10 07:40:40 bertranddrouvot.pg Preserve index stats during ALTER TABLE ... TYPE ... Attached mail thread aOi4K3h6xZV6GUJM@ip-10-97-1-34.eu-west-3.compute.internal
2025-10-10 07:40:40 bertranddrouvot.pg Preserve index stats during ALTER TABLE ... TYPE ... Created patch record
2025-10-10 06:08:55 michael-kun Add generic routine to retrieve PG_VERSION contents (Executing pg_createsubscriber with a non-compatible control file) Attached mail thread aONDWig0bIGilixs@paquier.xyz
2025-10-10 06:08:55 michael-kun Add generic routine to retrieve PG_VERSION contents (Executing pg_createsubscriber with a non-compatible control file) Created patch record
2025-10-10 00:46:50 richardguo Eager aggregation, take 3 Closed in commitfest PG19-3 with status: Committed
2025-10-10 00:46:50 richardguo Eager aggregation, take 3 Changed committer to richardguo
2025-10-09 16:15:27 stayreal make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated Moved from CF PG19-1 to CF PG19-3
2025-10-09 16:15:10 stayreal Disallow concurrent ALTER DOMAIN and DROP DOMAIN Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:14:52 stayreal domain over virtual generated column Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:13:56 stayreal support fast default for domain with constraints Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:13:30 stayreal no table rewrite when set column type to constrained domain Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:12:24 stayreal support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:11:05 stayreal support create index on virtual generated column. Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:10:42 stayreal Support for basic ALTER TABLE progress reporting. Moved from CF PG19-1 to CF PG19-3
2025-10-09 16:10:25 stayreal ALTER COLUMN SET EXPRESSION [GENERATED|STORED] Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:10:04 stayreal CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:09:23 stayreal disallow alter individual column if partition key contains wholerow reference Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:09:03 stayreal Fix ALTER TABLE DROP EXPRESSION with ONLY option Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:08:33 stayreal minor refactor on src/test/modules/test_ddl_deparse/sql/alter_table.sql Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:08:19 stayreal CREATE SCHEMA ... CREATE DOMAIN support Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:08:00 stayreal add function argument name to substring and substr Moved from CF PG19-1 to CF PG19-3
2025-10-09 16:07:36 stayreal virtual generated column as partition key Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:07:22 stayreal alter check constraint enforceability Moved from CF PG19-1 to CF PG19-3
2025-10-09 16:07:03 stayreal finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:06:36 stayreal implement CAST(expr AS type FORMAT 'template') Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:06:01 stayreal ALTER DOMAIN ADD NOT NULL NOT VALID Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:05:30 stayreal foreign key on virtual generated column Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:05:18 stayreal using index to speedup add not null constraints to a table Moved from CF PG19-1 to CF PG19-3
2025-10-09 16:04:11 stayreal speedup COPY TO for partitioned table Moved from CF PG19-2 to CF PG19-3
2025-10-09 16:01:48 stayreal COPY ON_ERROR 'NULL' Moved from CF PG19-1 to CF PG19-3
2025-10-09 15:55:15 lispyone Add Windows support for backtrace_functions (MSVC only) Attached mail thread a692c0fe-caca-4c08-9c5d-debfd0ef2504@gmail.com
2025-10-09 15:55:15 lispyone Add Windows support for backtrace_functions (MSVC only) Created patch record
2025-10-09 12:18:41 sulamul pg_waldump: support decoding of WAL inside tarfile Moved from CF PG19-2 to CF PG19-3
2025-10-09 10:34:21 a.alekseev Remove unused #include's Changed name to Remove unused #include's
2025-10-09 09:31:59 chaol doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Added chaol as reviewer
2025-10-09 08:58:00 karinalitskevich doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Attached mail thread CACiT8iZCDkz1bNYQNQyvGhXWJExSnJULRTYT894u4-Ti7Yh6jw@mail.gmail.com
2025-10-09 08:58:00 karinalitskevich doc: Improve description of io_combine_limit and io_max_combine_limit GUCs Created patch record
2025-10-09 08:40:51 dylanzhou Optimize-transaction-waiting-during-logical-decoding Moved from CF PG19-2 to CF PG19-3
2025-10-09 07:24:24 stayreal sql/json query function JsonBehavior default expression's collation may differ from returning type's collation Closed in commitfest PG19-3 with status: Committed
2025-10-09 07:24:23 stayreal sql/json query function JsonBehavior default expression's collation may differ from returning type's collation Closed in commitfest PG19-3 with status: Committed
2025-10-09 07:24:23 stayreal sql/json query function JsonBehavior default expression's collation may differ from returning type's collation Changed committer to amitlan
2025-10-09 06:47:28 stayreal on_error table, saving error info to a table Moved from CF PG19-1 to CF PG19-3
2025-10-09 01:52:07 ha-kun Conflict detection for update_deleted in logical replication Closed in commitfest PG19-2 with status: Committed
2025-10-09 01:49:05 vignesh.postgres Invalid pointer access in logical decoding after error Moved from CF PG19-2 to CF PG19-3
2025-10-09 01:48:40 vignesh.postgres Random pg_upgrade 004_subscription test failure on drongo Moved from CF PG19-2 to CF PG19-3
2025-10-09 01:48:21 vignesh.postgres Synchronization of sequences to subscriber Moved from CF PG19-2 to CF PG19-3
2025-10-09 00:59:00 reshke Make few enhancements in GIN redo and GIN pg_waldump . Closed in commitfest PG19-3 with status: Committed
2025-10-09 00:59:00 reshke Make few enhancements in GIN redo and GIN pg_waldump . Changed committer to michael-kun
2025-10-09 00:03:41 andrewk1 Enable auto-vectorization for page checksum calculations Attached mail thread 20250911054220.3784-1-root@ip-172-31-36-228.ec2.internal
2025-10-09 00:01:06 andrewk1 Enable auto-vectorization for page checksum calculations Detached mail thread CA+vA85_5GTu+HHniSbvvP+8k3=xZO=WE84NPwiKyxztqvpfZ3Q@mail.gmail.com
2025-10-08 23:58:44 andrewk1 Enable auto-vectorization for page checksum calculations Changed authors to Matthew Sterrett (matthew.sterrett.intel.com), Andrew Kim (andrewk1)
2025-10-08 23:58:44 andrewk1 Enable auto-vectorization for page checksum calculations Changed name to Enable auto-vectorization for page checksum calculations
2025-10-08 23:04:43 masahikosawada Report reorder buffer size Added masahikosawada as reviewer
2025-10-08 23:02:55 masahikosawada Use streaming read I/O in BRIN vacuuming Added masahikosawada as reviewer
2025-10-08 22:49:16 masahikosawada Parallel heap vacuum Moved from CF PG19-2 to CF PG19-3
2025-10-08 22:48:49 masahikosawada GIN tries to form a tuple with a partial compressedList during insertion Closed in commitfest PG19-3 with status: Committed
2025-10-08 22:48:49 masahikosawada GIN tries to form a tuple with a partial compressedList during insertion Changed committer to masahikosawada
2025-10-08 22:47:57 masahikosawada Add memory_limit_hits to pg_stat_replication_slots Closed in commitfest PG19-3 with status: Committed
2025-10-08 22:47:57 masahikosawada Add memory_limit_hits to pg_stat_replication_slots Changed committer to masahikosawada
2025-10-08 22:47:18 masahikosawada Enable logical decoding when wal_level = 'replica' without a server restart Moved from CF PG19-2 to CF PG19-3
2025-10-08 22:03:36 lfittl Stack-based tracking of per-node WAL/buffer usage Moved from CF PG19-2 to CF PG19-3
2025-10-08 20:36:50 tgl Disallow BEGIN ATOMIC SQL functions depending on temp relations Added tgl as reviewer
2025-10-08 18:23:25 a.rybakina Vacuum statistics Moved from CF PG19-2 to CF PG19-3
2025-10-08 18:23:20 a.rybakina Vacuum statistics New status: Waiting on Author
2025-10-08 18:22:54 a.rybakina Exists pull-up application with JoinExpr Moved from CF PG19-2 to CF PG19-3
2025-10-08 16:50:40 bossartn Remove unused #include's Added bossartn as reviewer
2025-10-08 15:55:31 alvherre plpython: Remove support for major version conflict detection Deleted annotation "rebased" from CAFsReFWue=MozOj+8o6diOoxvqaxm4wUrHEXxBo1g_4zy4kE+A@mail.gmail.com
2025-10-08 15:55:14 alvherre plpython: Remove support for major version conflict detection Added annotation "rebased" to CAFsReFWue=MozOj+8o6diOoxvqaxm4wUrHEXxBo1g_4zy4kE+A@mail.gmail.com
2025-10-08 15:53:42 alvherre plpython: Remove support for major version conflict detection Attached mail thread 9eb9feb6-1df3-4f0c-a0dc-9bcf35273111@eisentraut.org
2025-10-08 15:53:34 alvherre plpython: Remove support for major version conflict detection Detached mail thread 9eb9feb6-1df3-4f0c-a0dc-9bcf35273111@eisentraut.org
2025-10-08 15:52:16 alvherre plpython: Remove support for major version conflict detection Deleted annotation "after rebase" from CAFsReFWue=MozOj+8o6diOoxvqaxm4wUrHEXxBo1g_4zy4kE+A@mail.gmail.com
2025-10-08 15:48:00 gonzalemario plpython: Remove support for major version conflict detection Moved from CF PG19-2 to CF PG19-3
2025-10-08 15:36:05 gonzalemario plpython: Remove support for major version conflict detection Added annotation "after rebase" to CAFsReFWue=MozOj+8o6diOoxvqaxm4wUrHEXxBo1g_4zy4kE+A@mail.gmail.com
2025-10-08 15:18:47 bossartn incremental autovacuum scheduling improvements Attached mail thread aOaAuXREwnPZVISO@nathan
2025-10-08 15:18:47 bossartn incremental autovacuum scheduling improvements Created patch record
2025-10-08 14:10:24 gonzalemario plpython: Remove support for major version conflict detection Added gonzalemario as reviewer
2025-10-08 14:10:20 gonzalemario plpython: Remove support for major version conflict detection Removed gonzalemario from reviewers
2025-10-08 14:03:01 a.alekseev Little refactoring of portalcmds.c Attached mail thread CAJ7c6TOQq=R5MmrbkrGYdqTQEaaoEgMq-ZraXPjkdCJ60oJcaQ@mail.gmail.com
2025-10-08 14:03:00 a.alekseev Little refactoring of portalcmds.c Created patch record
2025-10-08 13:53:26 gonzalemario plpython: Remove support for major version conflict detection Added gonzalemario as reviewer
2025-10-08 13:30:16 gregburd Expanding HOT updates for expression and partial indexes Moved from CF PG19-1 to CF PG19-3
2025-10-08 13:08:50 a.alekseev Remove unused #include's Attached mail thread CAJ7c6TMykDnFQRi2vOYonB82Oyz0MajYADi=2qr11p1EW_=mZg@mail.gmail.com
2025-10-08 13:08:50 a.alekseev Remove unused #include's Created patch record
2025-10-08 11:01:36 dwayne add objects file path to oid2name Attached mail thread CABour1v2CU1wjjoM86wAFyezJQ3-+ncH43zY1f1uXeVojVN8Ow@mail.gmail.com
2025-10-08 11:01:36 dwayne add objects file path to oid2name Created patch record
2025-10-08 10:10:27 amukhin Write Notifications Through WAL Added amukhin as reviewer
2025-10-07 23:13:35 davidrowley Cleanup INFINITY related code in float.h Closed in commitfest PG19-3 with status: Committed
2025-10-07 23:13:35 davidrowley Cleanup INFINITY related code in float.h Changed committer to davidrowley
2025-10-07 16:41:58 tgl Optimize LISTEN/NOTIFY Added tgl as reviewer
2025-10-07 16:20:50 alvherre ternary reloption type Changed name to ternary reloption type
2025-10-07 15:04:34 bossartn Add mode column to pg_stat_progress_vacuum Added bossartn as reviewer
2025-10-07 15:00:53 nataraj ternary reloption type Moved from CF PG19-2 to CF PG19-3
2025-10-07 14:58:44 tgl psql: Count all table footer lines in pager setup Closed in commitfest PG19-3 with status: Committed
2025-10-07 14:58:44 tgl psql: Count all table footer lines in pager setup Changed committer to tgl
2025-10-07 14:54:00 alvherre update-po for PGXS does not work Moved from CF PG19-2 to CF PG19-3
2025-10-07 14:17:16 alvherre VACUUM FULL / CLUSTER CONCURRENTLY Moved from CF PG19-Drafts to CF PG19-3
2025-10-07 14:06:22 a.alekseev ecpg: check return value of replace_variables() Attached mail thread CAJ7c6TNPrU8ZxgdfN3PyGY1tzo0bgszx+KkqW0Z7zt3heyC1GQ@mail.gmail.com