Commitfest activity

Time User Patch Activity
2025-02-21 11:56:15 petere Support POSITION with nondeterministic collations Closed in commitfest 2025-03 with status: Committed
2025-02-21 11:56:15 petere Support POSITION with nondeterministic collations Changed committer to petere
2025-02-21 03:38:08 amitlan AcquireExecutorLocks() and run-time pruning Closed in commitfest 2025-03 with status: Committed
2025-02-20 22:26:08 d_gustafsson Client authentication via OAuth 2.0 Closed in commitfest 2025-03 with status: Committed
2025-02-20 03:38:41 amitkapila Introduce XID age and inactive timeout based replication slot invalidation Closed in commitfest 2025-03 with status: Committed
2025-02-20 03:38:41 amitkapila Introduce XID age and inactive timeout based replication slot invalidation Changed committer to amitkapila
2025-02-19 23:11:31 d_gustafsson Serverside SNI for SSL connections Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-19 19:43:23 andresfreund AIO New status: Needs review
2025-02-19 09:17:35 jeltef VACUUM FULL / CLUSTER CONCURRENTLY Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-19 03:45:58 shlokkyal Introduce XID age and inactive timeout based replication slot invalidation Added shlokkyal as reviewer
2025-02-18 09:30:07 jeltef Incorrect error message for cancellation triggered by statement_timeout & flaky test Attached mail thread CAGECzQQD5f9ce-D1v6vCTT94hG=JbGdTHuf8vQ=HBLz9T4dA1g@mail.gmail.com
2025-02-18 07:14:55 john.naylor Sort functions with specialized comparators Closed in commitfest 2025-03 with status: Committed
2025-02-17 11:16:05 ashutoshbapat Test to dump and restore objects left behind by regression New status: Needs review
2025-02-17 09:19:16 antonmel KNN-btree Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-14 18:14:38 melanieplageman Streaming Vacuum Closed in commitfest 2025-03 with status: Committed
2025-02-14 18:14:38 melanieplageman Streaming Vacuum Changed committer to melanieplageman
2025-02-14 14:14:47 petere Thread-safe nl_langinfo(), localeconv(), check_locale() New status: Ready for Committer
2025-02-14 11:15:43 petere Logging parallel worker draught Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-14 11:15:18 petere Special-case executor expression steps for common combinations Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-14 11:14:06 petere Remove duplicated smgrclose call Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-14 11:10:27 petere Improved crc32c performance with AVX-512 algorithm. New status: Waiting on Author
2025-02-12 17:14:31 dsteele Return pg_control from pg_backup_stop(). Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:24 alvherre Fix standby may crash when switching-over in certain special cases Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:21 alvherre psql client does not handle WSAEWOULDBLOCK on Windows Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:19 alvherre Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile() Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:15 alvherre Prevent incorrect entries in pg_stat_activity. Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:12 alvherre inplace update: send nontransactional invalidations Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:10 alvherre windows compilation fails when gssapi & openssl are enabled Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:07 alvherre Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:05 alvherre WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:02 alvherre Fix BackgroundPsql to report error on query timeout rather than calling die Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:04:00 alvherre Fix rare recovery shutdown hang Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:03:57 alvherre data loss bug in initial sync of logical replication Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:03:54 alvherre Network failure may prevent promotion Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:03:51 alvherre "unexpected duplicate for tablespace" problem in logical replication Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 16:03:36 alvherre pg_ctl start may return 0 even if the postmaster has been already started on Windows Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 09:19:45 nataraj New [relation] options engine Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 08:02:22 jimus Add XMLCast (SQL/XML X025) Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-12 08:02:02 jimus Add XMLCanonicalize function Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-11 22:42:38 bossartn Track the amount of time waiting due to cost_delay Closed in commitfest 2025-03 with status: Committed
2025-02-11 22:31:48 nkey DirtyScanshot index scan skips concurrently updated tuples New status: Waiting on Author
2025-02-11 20:47:50 eulerto Expose the acquired_by parameter to the pg_replication_origin_session_setup function Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-11 19:01:58 simseih pg_stat_statements and "IN" conditions Added simseih as reviewer
2025-02-11 13:08:16 petere Eager aggregation, take 3 Changed targetversion to 19
2025-02-11 11:28:50 xocolatl SQL:2023 JSON simplified accessor support Added xocolatl as reviewer
2025-02-10 08:43:38 x4m Amcheck verification of GiST and GIN Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-09 14:53:52 petere Thread-safe nl_langinfo(), localeconv(), check_locale() New status: Needs review
2025-02-09 14:53:45 petere Thread-safe nl_langinfo(), localeconv(), check_locale() Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-09 07:33:45 petere Make ECPG locale usage thread-safe New status: Needs review
2025-02-09 07:33:33 petere Make ECPG locale usage thread-safe Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-07 19:28:48 jdavis Track collation and ctype versions separately Closed in commitfest 2025-01 with status: Withdrawn
2025-02-07 19:24:10 jdavis CREATE SUBSCRIPTION ... SERVER Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-07 12:38:01 petere Virtual generated columns Closed in commitfest 2025-03 with status: Committed
2025-02-07 12:38:01 petere Virtual generated columns Changed committer to petere
2025-02-07 10:50:57 petere Add extension_destdir GUC New status: Waiting on Author
2025-02-07 10:50:18 petere Add extension_destdir GUC Changed authors to Peter Eisentraut (petere), Christoph Berg (myon), David Wheeler (theory)
2025-02-07 10:49:57 petere Add extension_destdir GUC Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-07 03:39:51 nishant-at-edb [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-07 02:45:47 lepikhov Incremental Sort Cost Estimation Instability Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 22:06:26 fuzzycz Parallel CREATE INDEX for GiST indexes Closed in commitfest 2025-01 with status: Returned with feedback
2025-02-06 22:06:15 fuzzycz Parallel CREATE INDEX for GIN indexes Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 22:06:06 fuzzycz Index Prefetching Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 10:19:07 john.naylor Sort functions with specialized comparators New status: Ready for Committer
2025-02-06 10:18:36 john.naylor Sort functions with specialized comparators Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 08:39:48 michael-kun pg_stat_activity: make slow/hanging authentication more visible New status: Waiting on Author
2025-02-06 08:39:44 michael-kun pg_stat_activity: make slow/hanging authentication more visible Removed michael-kun from committers
2025-02-06 08:01:26 lepikhov MergeJoin beats HashJoin in the case of multiple hash clauses Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 08:00:20 lepikhov Remove self join on a unique column Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 07:53:59 lepikhov Expand applicability of aggregate's sortop optimization Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 06:04:29 michael-kun Test to dump and restore objects left behind by regression New status: Waiting on Author
2025-02-06 02:37:27 pgeoghegan Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans) Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 02:37:06 pgeoghegan nbtree skip scan Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 00:31:14 polobo Doc: Improve hostssl related descriptions and option presentation Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 00:31:08 polobo Doc: Move and modify standalone hot backups section Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-06 00:30:32 polobo Document NULL Concepts and Behaviors Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 22:38:50 coreyh Statistics Import and Export Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 21:55:49 jeltef Support a wildcard in backtrace_functions Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 21:55:29 jeltef Extension security improvement: Add support for extensions with an owned schema Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 21:55:13 jeltef Incorrect error message for cancellation triggered by statement_timeout & flaky test Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 21:51:42 jeltef Add new protocol message to change GUCs to be able to change protocol extension parameters Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 21:51:38 bossartn New GUC autovacuum_max_threshold Closed in commitfest 2025-03 with status: Committed
2025-02-05 15:29:41 bossartn New GUC autovacuum_max_threshold New status: Ready for Committer
2025-02-05 15:05:38 simseih Logging parallel worker draught New status: Ready for Committer
2025-02-05 14:01:48 nbyavuz CREATE DATABASE ... STRATEGY=FILE_CLONE Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 14:01:02 nbyavuz Use read streams in autoprewarm Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 08:28:33 m.orlov Make MultiXactOffset 64-bit type Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 07:21:30 alexandrawang SQL:2023 JSON simplified accessor support New status: Needs review
2025-02-05 05:18:36 amitlan AcquireExecutorLocks() and run-time pruning Added amitlan as committer
2025-02-05 05:18:20 amitlan AcquireExecutorLocks() and run-time pruning Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 01:09:23 smithpb2250 Introduce XID age and inactive timeout based replication slot invalidation Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 01:09:12 smithpb2250 Introduce XID age and inactive timeout based replication slot invalidation Added smithpb2250 as reviewer
2025-02-05 01:05:36 smithpb2250 CREATE SUBSCRIPTION - add missing test case Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-05 01:01:14 smithpb2250 Synchronization of sequences to subscriber Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-04 16:23:44 tgl Reducing planning time when tables have many partitions Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-04 16:23:36 tgl Reducing planning time when tables have many partitions Added tgl as reviewer
2025-02-04 13:45:21 a.rybakina Vacuum statistics Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-04 08:34:09 erthalion pg_stat_statements and "IN" conditions Closed in commitfest 2025-01 with status: Moved to next CF
2025-02-04 07:56:11 michael-kun Show WAL stats on pg_stat_io Closed in commitfest 2025-01 with status: Committed
2025-02-04 07:56:11 michael-kun Show WAL stats on pg_stat_io Changed committer to michael-kun
2025-02-04 07:53:08 ashutoshbapat SQL Property Graph Queries (SQL/PGQ) Closed in commitfest 2025-01 with status: Moved to next CF