Commitfest activity

Time User Patch Activity
2025-10-15 17:31:54 petere Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Changed tags to Multithreading
2025-10-15 17:26:14 petere Thread-safe getopt() Changed tags to Multithreading
2025-10-15 17:25:27 petere Making libpq OpenSSL support threadsafe Changed tags to Multithreading
2025-10-15 17:25:07 petere Make ECPG locale usage thread-safe Changed tags to Multithreading
2025-10-15 12:37:35 petere Add log_autoanalyze_min_duration Closed in commitfest PG19-3 with status: Committed
2025-10-15 12:00:17 d.koval Add SPLIT PARTITION/MERGE PARTITIONS commands Moved from CF PG19-2 to CF PG19-3
2025-10-15 08:20:06 ha-kun Patch for migration of the pg_commit_ts directory Closed in commitfest PG19-1 with status: Withdrawn
2025-10-14 17:06:06 cary Support tid range scan in parallel New status: Needs review
2025-10-14 17:05:13 cary Support tid range scan in parallel Moved from CF PG19-1 to CF PG19-3
2025-10-13 16:45:44 x4m Compress big WAL records Moved from CF PG19-1 to CF PG19-3
2025-10-13 16:45:40 x4m amcheck: support for GiST Moved from CF PG19-1 to CF PG19-3
2025-10-13 03:32:17 abhishekc Adding error messages to a few slash commands Moved from CF PG19-1 to CF PG19-3
2025-10-12 20:58:24 a.rybakina Vacuum statistics Changed targetversion to 19
2025-10-10 11:19:36 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Changed authors to Alena Rybakina (a.rybakina)
2025-10-10 11:17:57 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query New status: Needs review
2025-10-10 11:17:52 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Changed tags to Performance
2025-10-10 11:17:52 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Changed targetversion to 19
2025-10-10 11:17:52 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Changed name to Pull-up subquery if INNER JOIN-ON contains refs to upper-query
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: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: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: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 08:40:51 dylanzhou Optimize-transaction-waiting-during-logical-decoding Moved from CF PG19-2 to CF PG19-3
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: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: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 22:49:16 masahikosawada Parallel heap vacuum Moved from CF PG19-2 to CF PG19-3
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 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 Pull-up subquery if INNER JOIN-ON contains refs to upper-query Moved from CF PG19-2 to CF PG19-3
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-07 14:17:16 alvherre VACUUM FULL / CLUSTER CONCURRENTLY Moved from CF PG19-Drafts to CF PG19-3
2025-10-07 13:30:21 melanieplageman Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume Moved from CF PG19-2 to CF PG19-3
2025-10-07 10:00:28 mihailnikalayeu [SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) - backport Added mihailnikalayeu as reviewer
2025-10-07 09:51:21 mihailnikalayeu Fix bug with accessing to temporary tables of other sessions Changed tags to Backport, Bugfix
2025-10-07 07:47:43 mihailnikalayeu VACUUM FULL / CLUSTER CONCURRENTLY Moved from CF PG19-2 to CF PG19-Drafts
2025-10-07 02:35:55 ha-kun Selectively invalidate caches in pgoutput when pg_namespace is modified Moved from CF PG19-2 to CF PG19-Drafts
2025-10-06 17:32:39 bossartn SVE enablement for hex-encode and hex-decode Closed in commitfest PG19-3 with status: Committed
2025-10-06 16:15:44 paalger Improve coments on structures in trigger.c New status: Waiting on Author
2025-10-06 16:14:49 paalger Improve coments on structures in trigger.c Added annotation "Looks good. To be more consistent, the remaining documentation for AfterTriggersData should be [...]" to 20250331152415.0c1fb52f48f314953644bff6@sraoss.co.jp
2025-10-06 02:22:41 paalger Improve coments on structures in trigger.c Added paalger as reviewer
2025-10-05 18:52:34 eulerto log_min_messages per backend type Changed tags to GUC
2025-10-05 18:52:34 eulerto log_min_messages per backend type Changed targetversion to 19
2025-10-05 18:27:19 tgl parallel pg_restore: move offset-building phase to before forking Moved from CF PG19-1 to CF PG19-3
2025-10-05 18:27:01 tgl parallel pg_restore: avoid disk seeks when jumping short distance forward Moved from CF PG19-1 to CF PG19-3
2025-10-05 14:21:09 eulerto log_min_messages per backend type Moved from CF PG19-2 to CF PG19-3
2025-10-05 10:17:21 dsteele Return pg_control from pg_backup_stop(). Changed targetversion to 19
2025-10-05 10:16:23 dsteele Return pg_control from pg_backup_stop(). Moved from CF PG19-2 to CF PG19-3
2025-10-04 23:22:21 pjungwir Inline non-SQL SRFs Moved from CF PG19-2 to CF PG19-3
2025-10-04 23:21:55 pjungwir SQL:2011 Application Time Update & Delete Moved from CF PG19-2 to CF PG19-3
2025-10-03 19:23:12 greg Carefully exposing information without authentication Moved from CF PG19-1 to CF PG19-3
2025-10-03 14:45:08 mihailnikalayeu bt_index_parent_check false alarm for indexes created concurrently Moved from CF PG19-2 to CF PG19-3
2025-10-03 11:52:35 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query New status: Waiting on Author
2025-10-03 11:52:23 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query New status: Needs review
2025-10-03 11:26:02 michael-kun Sequence Access Methods, round two Moved from CF PG19-2 to CF PG19-3
2025-10-03 11:14:04 shlokkyal Synchronization of sequences to subscriber Added shlokkyal as reviewer
2025-10-03 07:36:22 ishii Add IGNORE NULLS to Window functions Closed in commitfest PG19-2 with status: Committed
2025-10-03 07:36:22 ishii Add IGNORE NULLS to Window functions Changed committer to ishii
2025-10-03 03:39:14 stayreal COPY TO json Moved from CF PG19-1 to CF PG19-3
2025-10-02 19:38:08 mcadariu Metadata and record block access stats for indexes Moved from CF PG19-2 to CF PG19-3
2025-10-02 19:37:58 mcadariu temporary file usage report with extended protocol and unnamed portals Moved from CF PG19-2 to CF PG19-3
2025-10-02 12:14:46 amukhin amcheck support for BRIN indexes Moved from CF PG19-2 to CF PG19-3
2025-10-02 09:57:57 bertranddrouvot.pg Allow CI to only run the compiler warnings task Moved from CF PG19-1 to CF PG19-3
2025-10-02 09:56:26 bertranddrouvot.pg Add os_page_num to pg_buffercache Moved from CF PG19-2 to CF PG19-3
2025-10-02 09:56:07 bertranddrouvot.pg relfilenode statistics Moved from CF PG19-2 to CF PG19-3
2025-10-02 09:55:42 bertranddrouvot.pg Avoid orphaned objects dependencies, take 3 Moved from CF PG19-2 to CF PG19-3
2025-10-02 08:53:47 a.alekseev Refactor SLRU to always use long file names Moved from CF PG19-2 to CF PG19-3
2025-10-02 08:53:38 a.alekseev pgindent: improve formatting of multiline comments Moved from CF PG19-2 to CF PG19-3
2025-10-02 08:14:28 atsushitorikoshi Add storage I/O tracking to EXPLAIN BUFFERS Moved from CF PG19-2 to CF PG19-3
2025-10-02 07:44:28 ishii Implement row pattern recognition feature Moved from CF PG19-2 to CF PG19-3
2025-10-01 17:30:44 jeltef Support a wildcard in backtrace_functions Moved from CF PG19-2 to CF PG19-3
2025-10-01 17:30:40 jeltef Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Moved from CF PG19-2 to CF PG19-3
2025-10-01 17:30:35 jeltef Incorrect error message for cancellation triggered by statement_timeout & flaky test Moved from CF PG19-2 to CF PG19-3
2025-10-01 17:30:32 jeltef docs: Update protocol changes checklist with 3.2 changes Moved from CF PG19-2 to CF PG19-3
2025-10-01 17:30:10 jeltef Extension security improvement: Add support for extensions with an owned schema Moved from CF PG19-2 to CF PG19-3
2025-10-01 16:58:12 tgl Change the names generated for index partitions Moved from CF PG19-3 to CF PG19-Drafts
2025-10-01 14:24:45 bossartn Improve ACL checks in pg_prewarm for indexes Moved from CF PG19-2 to CF PG19-3
2025-10-01 14:24:33 bossartn SVE enablement for hex-encode and hex-decode Moved from CF PG19-2 to CF PG19-3
2025-10-01 13:00:51 deanr Allow ON CONFLICT DO UPDATE to return EXCLUDED values Moved from CF PG19-2 to CF PG19-3
2025-10-01 13:00:29 deanr Docs and tests for RLS policies applied by command type Moved from CF PG19-2 to CF PG19-3