Commitfest activity

Time User Patch Activity
2026-07-22 07:39:05 bonnefoa Fix tracing of BackendKeyData and CancelRequest messages Closed in commitfest PG20-1 with status: Committed
2026-07-22 07:39:05 bonnefoa Fix tracing of BackendKeyData and CancelRequest messages Changed committer to heikki
2026-07-22 07:39:05 bonnefoa Fix tracing of BackendKeyData and CancelRequest messages Moved from CF PG20-2 to CF PG20-1
2026-07-22 04:41:41 shinyakato Track skipped vacuum and analyze in pg_stat_all_tables New status: Waiting on Author
2026-07-22 04:41:34 shinyakato Track skipped vacuum and analyze in pg_stat_all_tables New status: Needs review
2026-07-21 19:33:33 aytiwari uuidv7 improperly accepts dates before 1970-01-01 Closed in commitfest PG20-1 with status: Committed
2026-07-21 19:33:33 aytiwari uuidv7 improperly accepts dates before 1970-01-01 Changed committer to masahikosawada
2026-07-21 19:30:41 aytiwari BUG with accessing to temporary tables of other sessions still exists Closed in commitfest PG20-1 with status: Committed
2026-07-21 19:30:40 aytiwari BUG with accessing to temporary tables of other sessions still exists Changed committer to smagen
2026-07-21 19:18:51 aytiwari Fix race condition in pg_get_publication_tables with concurrent DROP TABLE New status: Waiting on Author
2026-07-21 19:14:47 aytiwari DOCS - Add introductory paragraph to Getting Started chapter New status: Waiting on Author
2026-07-21 16:19:38 simseih Track skipped vacuum and analyze in pg_stat_all_tables Moved from CF PG20-1 to CF PG20-2
2026-07-21 15:56:07 myon Available disk space per tablespace Changed targetversion to 20
2026-07-21 15:54:49 atsushitorikoshi Logging plan of the currently running query New status: Needs review
2026-07-21 15:17:11 n.tulemisov postgres_fdw: Emit message when batch_size is reduced Added n.tulemisov as reviewer
2026-07-21 13:44:41 petere Add missing period to DETAIL messages Closed in commitfest PG20-1 with status: Committed
2026-07-21 13:15:54 zsolt.parragi Available disk space per tablespace Added zsolt.parragi as reviewer
2026-07-21 13:13:18 myon Available disk space per tablespace New status: Ready for Committer
2026-07-21 13:12:42 myon Available disk space per tablespace New status: Needs review
2026-07-21 04:37:44 ha-kun Migrate pg_commit_ts directory to the new node during an upgrade New status: Waiting on Author
2026-07-20 20:36:18 afelipe SLOPE - Planner optimizations on monotonic expressions. Closed in commitfest PG20-1 with status: Withdrawn
2026-07-20 17:51:47 lucasjeffrey Fix Segfault caused by reentrancy in ri_triggers.c Changed tags to Bugfix
2026-07-20 17:51:14 lucasjeffrey Fix Segfault caused by reentrancy in ri_triggers.c Changed tags to Bugfix, My First Patch, Security
2026-07-20 17:47:46 lucasjeffrey Fix Segfault caused by reentrancy in ri_triggers.c Moved from CF PG20-1 to CF PG20-2
2026-07-20 13:04:56 a.houska Batching in executor, part 1: add batch variant of table AM scan API Added a.houska as reviewer
2026-07-20 12:44:58 masaofujii Don't call ereport(ERROR) from recovery target GUC assign hooks Closed in commitfest PG20-1 with status: Committed
2026-07-20 11:18:47 rafia.sabih Extend skipping FK checks on replicas to include ADD FK and TRUNCATE Added rafia.sabih as reviewer
2026-07-20 11:16:41 aytiwari Add bms_offset_members() function for bitshifting Bitmapsets Closed in commitfest PG20-1 with status: Committed
2026-07-20 11:16:41 aytiwari Add bms_offset_members() function for bitshifting Bitmapsets Changed committer to davidrowley
2026-07-20 10:56:44 aytiwari Add ParameterDescription message to libpq frontend long message types Closed in commitfest PG20-1 with status: Committed
2026-07-20 10:56:44 aytiwari Add ParameterDescription message to libpq frontend long message types Changed committer to heikki
2026-07-20 10:53:28 aytiwari Remove commented-out code in 026_overwrite_contrecord.pl Closed in commitfest PG20-1 with status: Committed
2026-07-20 10:53:28 aytiwari Remove commented-out code in 026_overwrite_contrecord.pl Changed committer to michael-kun
2026-07-20 10:48:09 aytiwari Mark the enum comparison functions as leakproof New status: Waiting on Author
2026-07-20 07:12:13 petere pg_stat_statements: add last_execution_start column Removed petere from reviewers
2026-07-20 06:52:59 rafia.sabih Allow table AMs to define their own reloptions Added rafia.sabih as reviewer
2026-07-20 06:42:44 aytiwari Available disk space per tablespace New status: Waiting on Author
2026-07-20 04:34:26 aytiwari Allow wal_log_hints to be changed without restart Added aytiwari as reviewer
2026-07-18 15:18:07 liuzizhuan Add table COMMENTS in CREATE TABLE LIKE Added liuzizhuan as reviewer
2026-07-17 04:45:12 danimaribeiro Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values Removed danimaribeiro from reviewers
2026-07-17 04:45:08 danimaribeiro Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values Added danimaribeiro as reviewer
2026-07-16 16:28:32 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Changed name to Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway)
2026-07-16 15:55:06 masaofujii postgres_fdw: stabilize terminated-connection regression tests Closed in commitfest PG20-1 with status: Committed
2026-07-16 15:55:06 masaofujii postgres_fdw: stabilize terminated-connection regression tests Changed committer to masaofujii
2026-07-16 13:41:44 aytiwari Show hashed SAOP decision in EXPLAIN New status: Ready for Committer
2026-07-16 12:05:53 aytiwari Wrong results from WindowAgg run-condition pushdown on count() with EXCLUDE CURRENT ROW Closed in commitfest PG20-1 with status: Committed
2026-07-16 12:05:53 aytiwari Wrong results from WindowAgg run-condition pushdown on count() with EXCLUDE CURRENT ROW Changed committer to davidrowley
2026-07-16 12:04:03 petere Replace __builtin_types_compatible_p with _Generic Closed in commitfest PG20-1 with status: Committed
2026-07-16 12:04:03 petere Replace __builtin_types_compatible_p with _Generic Changed committer to petere
2026-07-16 09:31:17 petere clean up size_t/ssize_t use with POSIX file system APIs Closed in commitfest PG20-1 with status: Committed
2026-07-16 09:31:17 petere clean up size_t/ssize_t use with POSIX file system APIs Changed committer to petere
2026-07-16 08:56:49 stayreal ALTER DOMAIN ADD NOT NULL NOT VALID Deleted annotation "test this one" from CACJufxGnR5gALyfX30S_hq-k8584cgJ1HqGHGpbGzbHtT=hhUw@mail.gmail.com
2026-07-16 07:51:28 chaol Fix GROUP BY ALL handling of ORDER BY operator semantics Closed in commitfest PG20-1 with status: Withdrawn
2026-07-16 04:52:58 masaofujii Clarify log_parameter_max_length docs regarding log_min_duration_statement vs log_duration Closed in commitfest PG20-1 with status: Committed
2026-07-16 04:52:58 masaofujii Clarify log_parameter_max_length docs regarding log_min_duration_statement vs log_duration Changed committer to masaofujii
2026-07-15 15:27:28 nikolay Add wait events for server logging destination writes Added nikolay as reviewer
2026-07-15 09:01:45 solaiv Take a long time to reach consistent after pg_rewind Added solaiv as reviewer
2026-07-15 08:05:36 deanr Global temporary tables New status: Waiting on Author
2026-07-15 04:05:10 shinyakato Track skipped vacuum and analyze in pg_stat_all_tables Added shinyakato as reviewer
2026-07-15 02:48:49 chaol doc: fix pg_stat_autovacuum_scores threshold wording Closed in commitfest PG20-1 with status: Committed
2026-07-14 23:40:04 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Closed in commitfest PG20-1 with status: Committed
2026-07-14 23:40:04 michael-kun Fix several Datum conversion inconsistencies (was: Remove Int8GetDatum, DatumGetUInt8 and UInt8GetDatum funcitons) Changed committer to michael-kun
2026-07-14 21:53:45 smagen SQL/JSON json_table PLAN clause Closed in commitfest PG20-1 with status: Committed
2026-07-14 21:53:40 smagen SQL/JSON json_table PLAN clause Added smagen as committer
2026-07-14 21:53:36 smagen SQL/JSON json_table PLAN clause Changed tags to Performance, SQL Commands
2026-07-14 21:53:36 smagen SQL/JSON json_table PLAN clause Changed targetversion to 20
2026-07-14 16:52:04 albe Allow progress tracking of sub-commands New status: Waiting on Author
2026-07-14 16:51:53 albe Allow progress tracking of sub-commands Added albe as reviewer
2026-07-14 15:49:47 liuzizhuan Report unsupported COPY FROM targets before reading input Added liuzizhuan as reviewer
2026-07-14 04:06:33 stayreal Whole-row fixes for DROP COLUMN, SET COLUMN DATA TYPE Changed name to Whole-row fixes for DROP COLUMN, SET COLUMN DATA TYPE
2026-07-13 22:04:43 smithpb2250 PSQL - prevent describe listing tables that are already in listed schemas Closed in commitfest PG20-1 with status: Committed
2026-07-13 22:04:43 smithpb2250 PSQL - prevent describe listing tables that are already in listed schemas Changed committer to amitkapila
2026-07-13 19:05:43 spoondla Clarify log_parameter_max_length docs regarding log_min_duration_statement vs log_duration New status: Ready for Committer
2026-07-13 19:05:21 spoondla Clarify log_parameter_max_length docs regarding log_min_duration_statement vs log_duration Added spoondla as reviewer
2026-07-13 14:47:31 stayreal Rebuild CHECK constraints after generated column SET EXPRESSION Closed in commitfest PG20-1 with status: Committed
2026-07-13 14:47:31 stayreal Rebuild CHECK constraints after generated column SET EXPRESSION Changed committer to petere
2026-07-13 14:28:53 petere s/pg_attribute_always_inline/pg_always_inline/ Closed in commitfest PG20-1 with status: Committed
2026-07-13 14:28:53 petere s/pg_attribute_always_inline/pg_always_inline/ Changed committer to petere
2026-07-13 14:27:09 petere Skip FOR PORTION OF leftovers after INSTEAD OF trigger Closed in commitfest PG20-1 with status: Committed
2026-07-13 07:26:19 zhaorui allow spread checkpoints when changing checksums online Added zhaorui as reviewer
2026-07-12 23:12:23 kaz Add pg_stat_vfdcache view for VFD cache statistics Changed targetversion to 20
2026-07-12 19:14:25 enriqueesanchz Use streaming read I/O when enabling data checksums online New status: Ready for Committer
2026-07-12 16:33:47 zhaorui Separate catalog_xmin from xmin in walsender hot standby feedback Moved from CF PG20-1 to CF PG20-2
2026-07-12 15:49:54 chaol Bug: wrong relname in RemoveSubscriptionRel() error detail Closed in commitfest PG20-1 with status: Withdrawn
2026-07-12 15:49:20 chaol postgres_fdw: fix cumulative stats after imported foreign-table stats Closed in commitfest PG20-1 with status: Committed
2026-07-12 15:49:20 chaol postgres_fdw: fix cumulative stats after imported foreign-table stats Changed committer to efujita
2026-07-12 15:04:56 enriqueesanchz Use streaming read I/O when enabling data checksums online New status: Waiting on Author
2026-07-12 14:49:40 enriqueesanchz Use streaming read I/O when enabling data checksums online Posted review with messageid <178386778046.970.15798572855435251052.pgcf@coridan.postgresql.org>
2026-07-11 17:59:06 enriqueesanchz Use streaming read I/O when enabling data checksums online Added enriqueesanchz as reviewer
2026-07-11 15:03:00 chenchangao Make transformAExprIn() return a flattened bool expression directly Closed in commitfest PG20-1 with status: Withdrawn
2026-07-11 09:05:29 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Attached mail thread DJVLCL7PV7U6.35IJF87CZZ61Y@jeltef.nl
2026-07-11 09:05:11 jeltef Add read-only disconnect_requested GUC for graceful client disconnect (reviously goaway) Changed name to Add read-only disconnect_requested GUC for graceful client disconnect
2026-07-11 03:11:37 masaofujii COPY TO FORMAT json: respect column list order Closed in commitfest PG20-1 with status: Committed
2026-07-11 03:11:37 masaofujii COPY TO FORMAT json: respect column list order Changed committer to adunstan
2026-07-10 20:43:36 benmejia Avoid unnecessary StringInfo allocation in tablesync COPY buffer Added benmejia as reviewer
2026-07-10 20:41:46 ontowhee Avoid unnecessary StringInfo allocation in tablesync COPY buffer Added ontowhee as reviewer
2026-07-10 20:41:13 bjtat Avoid unnecessary StringInfo allocation in tablesync COPY buffer Added bjtat as reviewer
2026-07-10 15:07:57 masaofujii doc: Clarify ANALYZE VERBOSE output Added masaofujii as committer
2026-07-10 14:57:23 masaofujii Checkpoint replication slots later Added masaofujii as committer
2026-07-10 14:57:20 masaofujii Checkpoint replication slots later Added masaofujii as reviewer