2025-06-26 01:52:28 |
atsushitorikoshi |
speedup COPY TO for partitioned table |
New status: Waiting on Author |
2025-06-26 01:52:10 |
atsushitorikoshi |
speedup COPY TO for partitioned table |
Added atsushitorikoshi as reviewer |
2025-06-24 22:21:36 |
polobo |
Document NULL Concepts and Behaviors |
Changed tags to Docs Only |
2025-06-24 18:08:59 |
d.koval |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
Changed targetversion to None |
2025-06-24 13:45:23 |
greg |
Adding comments to help understand psql hidden queries |
Moved from CF 2025-03 to CF PG19-1 |
2025-06-24 10:05:06 |
p.luzanov@postgrespro.ru |
psql: Rethinking of \du command |
New status: Needs review |
2025-06-24 09:13:09 |
d.koval |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
Changed targetversion to 19 |
2025-06-24 06:12:57 |
laurenz |
Set log_lock_waits=on by default |
Changed tags to GUC |
2025-06-24 06:12:57 |
laurenz |
Set log_lock_waits=on by default |
Changed targetversion to 19 |
2025-06-24 01:17:44 |
atsushitorikoshi |
Logging plan of the currently running query |
Changed tags to Monitoring |
2025-06-23 09:06:25 |
antonmel |
KNN-btree |
Moved from CF 2025-03 to CF PG19-1 |
2025-06-23 08:49:59 |
mihailnikalayeu |
[CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots |
Changed tags to Performance |
2025-06-23 08:48:57 |
mihailnikalayeu |
bt_index_parent_check false alarm for indexes created concurrently |
Changed tags to Bugfix |
2025-06-23 08:48:28 |
mihailnikalayeu |
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY |
Changed authors to Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) |
2025-06-23 08:48:09 |
mihailnikalayeu |
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY |
Changed tags to Bugfix |
2025-06-23 08:47:37 |
mihailnikalayeu |
DirtyScanshot index scan skips concurrently updated tuples |
Changed tags to Bugfix, Logical Replication |
2025-06-23 02:00:38 |
kou |
Make COPY format extendable: Extract COPY TO format implementations |
New status: Needs review |
2025-06-23 02:00:04 |
kou |
Make COPY format extendable: Extract COPY TO format implementations |
Moved from CF 2025-03 to CF PG19-1 |
2025-06-22 21:33:41 |
jeltef |
Incorrect error message for cancellation triggered by statement_timeout & flaky test |
Changed tags to Bugfix |
2025-06-22 21:33:09 |
jeltef |
Extension security improvement: Add support for extensions with an owned schema |
Changed tags to Security |
2025-06-22 21:32:22 |
jeltef |
Support a wildcard in backtrace_functions |
Changed tags to GUC, Help - Bikeshedding |
2025-06-21 18:47:41 |
x4m |
bt_index_parent_check false alarm for indexes created concurrently |
Added x4m as reviewer |
2025-06-21 18:46:13 |
x4m |
bt_index_parent_check false alarm for indexes created concurrently |
New status: Ready for Committer |
2025-06-19 08:11:24 |
ashutoshbapat |
"unexpected duplicate for tablespace" problem in logical replication |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-06-18 21:29:24 |
polobo |
Document NULL Concepts and Behaviors |
Changed targetversion to 18 |
2025-06-18 19:15:56 |
polobo |
Document NULL Concepts and Behaviors |
New status: Ready for Committer |
2025-06-17 21:04:54 |
xzillaws |
Document how to run only specific regress tests |
Removed xzillaws from reviewers |
2025-06-17 21:01:03 |
xzilla |
Document how to run only specific regress tests |
Added xzilla as reviewer |
2025-06-12 12:43:18 |
jimus |
Add XMLDocument (SQL/XML X030) |
Changed targetversion to 19 |
2025-06-12 12:43:05 |
jimus |
Add XMLNamespaces option to XMLElement |
Changed targetversion to 19 |
2025-06-12 12:42:47 |
jimus |
Add XMLCanonicalize function |
Changed targetversion to 19 |
2025-06-09 17:04:53 |
bossartn |
COPY TO json |
Removed bossartn from reviewers |
2025-06-09 17:04:49 |
bossartn |
Set log_lock_waits=on by default |
Removed bossartn from reviewers |
2025-06-09 16:01:49 |
bossartn |
In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
Removed bossartn from reviewers |
2025-06-09 16:01:44 |
bossartn |
Make COPY format extendable: Extract COPY TO format implementations |
Removed bossartn from reviewers |
2025-06-09 09:45:21 |
a.houska |
VACUUM FULL / CLUSTER CONCURRENTLY |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-06-02 13:34:11 |
atorik |
Logging plan of the currently running query |
New status: Needs review |
2025-06-01 12:39:11 |
ryokanbayashi |
Allow PGSERVICEFILE to be specified as part of the connection string |
New status: Needs review |
2025-05-30 20:18:54 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
Closed in commitfest 2025-07 with status: Committed |
2025-05-28 08:22:19 |
stayreal |
COPY ON_ERROR 'NULL' |
New status: Needs review |
2025-05-28 06:49:28 |
michael-kun |
Allow PGSERVICEFILE to be specified as part of the connection string |
New status: Waiting on Author |
2025-05-27 20:03:01 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
New status: Ready for Committer |
2025-05-27 08:32:38 |
petere |
explain pgstatindex fragmentation |
Added petere as committer |
2025-05-24 05:29:59 |
atorik |
Logging plan of the currently running query |
New status: Waiting on Author |
2025-05-23 07:58:54 |
jimus |
Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) |
Changed targetversion to 19 |
2025-05-22 15:34:22 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
Changed targetversion to stable |
2025-05-21 17:31:48 |
rustam.allakov |
Allow CI to only run the compiler warnings task |
Added rustam.allakov as reviewer |
2025-05-21 17:31:38 |
rustam.allakov |
Allow CI to only run the compiler warnings task |
Posted review with messageid <174784869876.643.10367966151939662092.pgcf@coridan.postgresql.org> |
2025-05-21 17:31:38 |
rustam.allakov |
Allow CI to only run the compiler warnings task |
New status: Waiting on Author |
2025-05-20 13:35:56 |
atsushitorikoshi |
Logging plan of the currently running query |
New status: Needs review |
2025-05-19 23:25:57 |
jimus |
Add XMLCast (SQL/XML X025) |
Changed targetversion to 19 |
2025-05-19 22:36:57 |
d.koval |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-05-16 06:58:18 |
m.orlov |
postgres_fdw could deparse ArrayCoerceExpr |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-05-13 18:49:25 |
mmeent |
Limiting overshoot in nbtree SAOP parallel index scans |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-05-13 18:49:08 |
mmeent |
Limiting overshoot in nbtree SAOP parallel index scans |
New status: Needs review |
2025-05-10 17:58:36 |
nmisch |
inplace update: send nontransactional invalidations |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-05-09 04:13:13 |
luansilva |
DirtyScanshot index scan skips concurrently updated tuples |
Added luansilva as reviewer |
2025-05-08 13:52:09 |
atsushitorikoshi |
Logging plan of the currently running query |
New status: Waiting on Author |
2025-05-07 19:55:54 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
New status: Waiting on Author |
2025-05-07 17:57:41 |
mmeent |
Clarify FileTag-based unlinking |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-05-07 17:57:21 |
mmeent |
Clarify FileTag-based unlinking |
Changed topic to Refactoring |
2025-05-07 17:57:21 |
mmeent |
Clarify FileTag-based unlinking |
Changed name to Clarify FileTag-based unlinking |
2025-05-06 06:27:18 |
tanzeelk |
using index to speedup add not null constraints to a table |
Added tanzeelk as reviewer |
2025-05-04 13:45:51 |
mihailnikalayeu |
[CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots |
Changed authors to Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) |
2025-05-04 13:45:38 |
mihailnikalayeu |
bt_index_parent_check false alarm for indexes created concurrently |
Changed authors to Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) |
2025-05-04 13:45:30 |
mihailnikalayeu |
DirtyScanshot index scan skips concurrently updated tuples |
Changed authors to Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) |
2025-05-01 04:41:52 |
masaofujii |
Truncate logs by max_log_size |
New status: Waiting on Author |
2025-04-29 17:40:04 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
New status: Ready for Committer |
2025-04-28 21:13:12 |
bossartn |
revamp row-security tracking |
Changed targetversion to 19 |
2025-04-28 21:12:59 |
bossartn |
ensure we have a snapshot when dropping an index concurrently |
Changed targetversion to 19 |
2025-04-26 05:51:49 |
stayreal |
speedup COPY TO for partitioned table |
Changed targetversion to 19 |
2025-04-24 21:51:16 |
masahikosawada |
Enable logical decoding when wal_level = 'replica' without a server restart |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-24 14:04:42 |
lepikhov |
MergeJoin beats HashJoin in the case of multiple hash clauses |
Closed in commitfest 2025-03 with status: Committed |
2025-04-24 14:04:42 |
lepikhov |
MergeJoin beats HashJoin in the case of multiple hash clauses |
Changed committer to smagen |
2025-04-23 07:51:45 |
fjanus |
Adding compression of temporary files |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-20 19:46:11 |
mihailnikalayeu |
[CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-20 19:45:05 |
mihailnikalayeu |
bt_index_parent_check false alarm for indexes created concurrently |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-20 19:44:53 |
mihailnikalayeu |
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-20 19:44:35 |
mihailnikalayeu |
DirtyScanshot index scan skips concurrently updated tuples |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-17 19:52:34 |
xzillaws |
Document how to run only specific regress tests |
Added xzillaws as reviewer |
2025-04-17 19:51:12 |
xzillaws |
Document how to run only specific regress tests |
Closed in commitfest 2025-01 with status: Moved to next CF |
2025-04-17 07:15:56 |
ha-kun |
Parallel heap vacuum |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-16 14:53:25 |
andrewjackson |
Add Option to Check All Addresses For Matching target_session_attr |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-16 08:10:39 |
m.orlov |
Make MultiXactOffset 64-bit type |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-15 13:58:47 |
reshke |
speedup COPY TO for partitioned table |
New status: Ready for Committer |
2025-04-15 10:05:09 |
benoitl |
Logging parallel worker draught |
Changed targetversion to 19 |
2025-04-14 08:39:39 |
bertranddrouvot.pg |
relfilenode statistics |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-14 08:33:54 |
bertranddrouvot.pg |
Allow CI to only run the compiler warnings task |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-14 06:39:01 |
jimus |
Truncate logs by max_log_size |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-14 05:37:00 |
dddaniil |
Fix bug with accessing to temporary tables of other sessions |
Attached mail thread CAJDiXghdFcZ8=nh4G69te7iRr3Q0uFyXxb3ZdG09_GTNZXwH0g@mail.gmail.com |
2025-04-14 05:35:32 |
dddaniil |
Fix bug with accessing to temporary tables of other sessions |
Detached mail thread CAJDiXgj72Axj0d4ojKdRWG_rnkfs4uWY414NL=15sCvh7-9rwg@mail.gmail.com |
2025-04-14 05:34:48 |
dddaniil |
Fix bug with accessing to temporary tables of other sessions |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-13 20:50:31 |
jeltef |
Incorrect error message for cancellation triggered by statement_timeout & flaky test |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-13 20:49:16 |
jeltef |
Extension security improvement: Add support for extensions with an owned schema |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-13 18:08:43 |
nmalakh |
SQL/JSON json_table PLAN clause |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-13 07:12:01 |
p.luzanov@postgrespro.ru |
psql: Rethinking of \du command |
New status: Waiting on Author |
2025-04-13 07:11:41 |
p.luzanov@postgrespro.ru |
psql: Rethinking of \du command |
Closed in commitfest 2025-01 with status: Moved to next CF |
2025-04-11 00:40:04 |
atsushitorikoshi |
Logging plan of the currently running query |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-10 12:18:57 |
bertranddrouvot.pg |
Avoid orphaned objects dependencies, take 3 |
Closed in commitfest 2025-03 with status: Moved to next CF |
2025-04-10 12:14:42 |
a.alekseev |
Refactor SLRU to always use long file names |
Closed in commitfest 2025-03 with status: Moved to next CF |