Commitfest activity

Time User Patch Activity
2026-04-03 17:30:25 tgl CREATE SCHEMA ... CREATE DOMAIN support Added tgl as reviewer
2026-04-03 01:50:05 yugo.nagata pgbench: extend variable usage in scripts Moved from CF PG19-Final to CF PG20-1
2026-04-03 01:49:36 yugo.nagata Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION Moved from CF PG19-Final to CF PG20-1
2026-04-03 01:49:09 yugo.nagata Add comments about fire_triggers argument in ri_triggers.c Closed in commitfest PG19-Final with status: Committed
2026-04-03 01:49:09 yugo.nagata Add comments about fire_triggers argument in ri_triggers.c Changed committer to amitlan
2026-04-03 01:48:06 yugo.nagata Incremental View Maintenance (IVM), take 2 Moved from CF PG19-Final to CF PG20-1
2026-04-02 19:21:09 adunstan jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part Closed in commitfest PG19-Final with status: Committed
2026-04-02 19:21:09 adunstan jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part Changed committer to adunstan
2026-04-02 13:10:39 alvherre using index to speedup add not null constraints to a table Removed alvherre from committers
2026-04-02 06:35:07 petere Fix ALTER TABLE DROP EXPRESSION with ONLY option Closed in commitfest PG19-Final with status: Returned with feedback
2026-04-02 06:24:58 petere ALTER DOMAIN ADD NOT NULL NOT VALID Moved from CF PG19-Final to CF PG20-1
2026-04-02 06:24:43 petere Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup Moved from CF PG19-Final to CF PG20-1
2026-04-02 06:24:26 petere Produce LLVM bitcode files on meson builds Moved from CF PG19-Final to CF PG20-1
2026-04-02 02:09:25 stayreal Disallow concurrent ALTER DOMAIN and DROP DOMAIN Closed in commitfest PG19-Drafts with status: Withdrawn
2026-04-01 16:30:52 petere SQL:2011 Application Time Update & Delete New status: Ready for Committer
2026-04-01 16:14:13 deanr Allow to collect statistics on virtual generated columns Closed in commitfest PG19-Final with status: Committed
2026-04-01 14:36:10 ewie Add OR REPLACE option to CREATE MATERIALIZED VIEW Changed targetversion to None
2026-04-01 14:35:56 ewie Add OR REPLACE option to CREATE MATERIALIZED VIEW Moved from CF PG19-Final to CF PG20-1
2026-04-01 14:27:26 bossartn Expanding HOT updates for expression and partial indexes Moved from CF PG19-Final to CF PG20-1
2026-04-01 14:27:16 bossartn problems with toast.* reloptions Moved from CF PG19-Final to CF PG20-1
2026-04-01 14:15:04 erthalion System views for versions reporting 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 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 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-03-31 19:58:42 adunstan SQL/JSON json_table PLAN clause Moved from CF PG19-3 to CF PG20-1
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 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 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: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 07:20:35 jeltef pgindent: improve formatting of multiline comments Changed tags to Devtools, Good First Review
2026-03-31 06:23:34 moozzi Adding per backend commit and rollback counters Added moozzi as reviewer
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 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
2026-03-30 19:23:39 xsni12 Adding per backend commit and rollback counters Added xsni12 as reviewer
2026-03-30 05:17:51 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query New status: Needs review
2026-03-30 03:29:10 tndrwang Use enum type replacing #define for exec state of hashjoin and mergejoin Closed in commitfest PG20-1 with status: Withdrawn
2026-03-29 18:43:00 tgl Create DATA dump objects for partitioned tables too Moved from CF PG19-Final to CF PG20-Drafts
2026-03-29 18:07:52 tgl pg_restore documentation and --create/--single-transaction limitation Closed in commitfest PG19-Final with status: Committed
2026-03-29 18:07:52 tgl pg_restore documentation and --create/--single-transaction limitation Changed committer to tgl
2026-03-29 10:44:34 deanr Allow to collect statistics on virtual generated columns New status: Ready for Committer
2026-03-29 10:43:59 deanr Allow to collect statistics on virtual generated columns Added deanr as committer
2026-03-29 10:43:57 deanr Allow to collect statistics on virtual generated columns Added deanr as reviewer
2026-03-27 21:41:33 tgl refactor func-matching.sgml, make regexp* function more readable Closed in commitfest PG19-Final with status: Committed
2026-03-27 21:41:33 tgl refactor func-matching.sgml, make regexp* function more readable Changed committer to tgl
2026-03-27 21:39:11 pjungwir SQL:2011 Application Time Update & Delete New status: Needs review
2026-03-27 20:56:27 tgl refactor func-matching.sgml, make regexp* function more readable Added tgl as reviewer
2026-03-27 18:44:19 payal pgindent: improve formatting of multiline comments Posted review with messageid <177463705959.942.4067184068020081006.pgcf@coridan.postgresql.org>
2026-03-27 18:37:46 payal pgindent: improve formatting of multiline comments New status: Ready for Committer
2026-03-27 18:37:08 payal pgindent: improve formatting of multiline comments Attached mail thread EB0141C5-ACC2-4F0B-85EA-0E3AFBCE322F@umbc.edu
2026-03-27 15:47:59 payal pgindent: improve formatting of multiline comments Added payal as reviewer
2026-03-27 15:36:25 petere Fix ALTER TABLE DROP EXPRESSION with ONLY option New status: Waiting on Author
2026-03-27 15:33:32 petere Produce LLVM bitcode files on meson builds New status: Needs review
2026-03-27 15:33:09 petere CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions New status: Needs review
2026-03-27 15:19:13 bossartn incremental autovacuum scheduling improvements Closed in commitfest PG19-Final with status: Committed
2026-03-27 15:09:13 petere Align tests for stored and virtual generated columns Closed in commitfest PG19-Final with status: Committed
2026-03-27 14:13:49 petere Windows meson build Closed in commitfest PG19-3 with status: Returned with feedback
2026-03-27 11:56:42 petere Replace relation_{open,close} to table_{open,close} in policy.c Closed in commitfest PG19-Final with status: Rejected
2026-03-27 11:27:06 petere SQL:2011 Application Time Update & Delete New status: Waiting on Author
2026-03-26 19:17:49 tgl Document how commit handles aborted transactions Closed in commitfest PG19-Final with status: Committed
2026-03-26 19:17:49 tgl Document how commit handles aborted transactions Changed committer to tgl
2026-03-26 11:59:14 petere ALTER DOMAIN ADD NOT NULL NOT VALID Added petere as committer
2026-03-26 02:51:34 coreyh implement CAST(expr AS type FORMAT 'template') New status: Waiting on Author
2026-03-25 05:04:17 michael-kun Get rid of pgstat_count_backend_io_op*() functions Closed in commitfest PG19-Final with status: Rejected
2026-03-25 05:02:43 michael-kun Make numeric type accessible to third-party code. Closed in commitfest PG19-Final with status: Returned with feedback
2026-03-25 02:21:15 rustam.allakov Refactor SLRU to always use long file names Removed rustam.allakov from reviewers
2026-03-24 23:10:17 jdavis NLS: use gettext() to translate system error messages Closed in commitfest PG19-Final with status: Rejected
2026-03-24 13:53:23 bonnefoa Don't keep closed WAL segment in page cache after replay New status: Waiting on Author
2026-03-24 13:18:19 petere CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions New status: Waiting on Author
2026-03-24 13:13:44 petere add function argument name to substring and substr Added petere as committer
2026-03-24 07:03:41 michael-kun Adding locks statistics Closed in commitfest PG19-Final with status: Committed
2026-03-24 07:03:41 michael-kun Adding locks statistics Changed committer to michael-kun
2026-03-24 06:04:23 okbobcz new plpgsql.extra_errors check - strict_expr_check Closed in commitfest PG19-3 with status: Withdrawn
2026-03-23 18:49:59 tgl Clarify EXPLAIN ANALYZE docs on fractional rows and parallelism Closed in commitfest PG19-Final with status: Committed
2026-03-23 18:49:59 tgl Clarify EXPLAIN ANALYZE docs on fractional rows and parallelism Changed committer to tgl
2026-03-23 14:28:07 bossartn incremental autovacuum scheduling improvements Added bossartn as committer
2026-03-23 14:28:06 bossartn incremental autovacuum scheduling improvements New status: Ready for Committer
2026-03-22 08:49:06 adunstan Non-text mode for pg_dumpall Closed in commitfest PG19-Final with status: Committed
2026-03-21 21:08:16 tgl Fix bug with accessing to temporary tables of other sessions Added tgl as reviewer
2026-03-21 16:41:57 a.rybakina Pull-up subquery if INNER JOIN-ON contains refs to upper-query Moved from CF PG19-Final to CF PG20-1
2026-03-20 19:33:51 adunstan pg_waldump: support decoding of WAL inside tarfile Closed in commitfest PG19-Final with status: Committed
2026-03-20 19:33:51 adunstan pg_waldump: support decoding of WAL inside tarfile Changed committer to adunstan
2026-03-20 18:51:45 tgl Accounting for metapages in genericcostestimate() Closed in commitfest PG19-Final with status: Committed
2026-03-20 18:51:45 tgl Accounting for metapages in genericcostestimate() Changed committer to tgl
2026-03-20 12:43:09 adunstan COPY TO json Closed in commitfest PG19-Final with status: Committed
2026-03-20 12:43:09 adunstan COPY TO json Changed committer to adunstan
2026-03-19 20:16:55 zsolt.parragi Allow to set PGOAUTHCAFILE out of debug mode for libpq-oauth New status: Ready for Committer
2026-03-19 20:15:57 zsolt.parragi Allow to set PGOAUTHCAFILE out of debug mode for libpq-oauth Added zsolt.parragi as reviewer
2026-03-19 19:22:00 tgl Improve hash join's handling of tuples with null join keys Closed in commitfest PG19-Final with status: Committed
2026-03-19 19:22:00 tgl Improve hash join's handling of tuples with null join keys Changed committer to tgl
2026-03-19 05:57:54 petere Allow setting the collation strength in ICU tailoring rules. Closed in commitfest PG19-Final with status: Committed
2026-03-19 05:57:54 petere Allow setting the collation strength in ICU tailoring rules. Changed committer to petere
2026-03-19 00:55:38 tndrwang Use enum type replacing #define for exec state of hashjoin and mergejoin Moved from CF PG19-Final to CF PG20-1