Commitfest 2021-07

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 81. Moved to next CF: 233. Withdrawn: 20. Returned with Feedback: 2. Rejected: 6. Total: 342.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
standby recovery fails when re-replaying due to missing directory which was removed in previous replay. Moved to next CF stable Kyotaro Horiguchi (horiguti), Paul Guo (paulguo) Michael Paquier (michael-kun) alvherre 16 2022-07-28
06:42
2022-08-01
02:01
pg_upgrade fails with non-standard ACL Moved to next CF Anastasia Lubennikova (lubennikovaav), Artur Zakirov (a.zakirov) Grigory Smolkin (g.smolkin.postgrespro.ru) nmisch 12 2021-11-26
12:46
2021-11-26
12:46
Corruption during WAL replay Moved to next CF stable Teja Mupparti (tejam) Robert Haas (rhaas), Daniel Shelepanov (dshelepanov) rhaas 10 2022-03-24
19:33
2022-03-29
17:04
archive status ".ready" files may be created too early Moved to next CF stable Nathan Bossart (bossartn) Álvaro Herrera (alvherre) alvherre 7 2021-08-23
20:24
2021-09-01
02:15
Problem with RETURNING and update tuple routing Committed Amit Langote (amitlan) Etsuro Fujita (efujita) tgl 6 2021-04-22
15:47
2021-04-23
01:49
DROP relation IF EXISTS Docs and Tests - Bug Fix Moved to next CF David Johnston (polobo) Pavel Stehule (okbobcz), Cindy Quintana (quintanacindy063.gmail.com) 7 2021-08-11
14:42
2021-08-11
14:41
Fix collation handling in postgres_fdw Moved to next CF Tom Lane (tgl) Etsuro Fujita (efujita) 6 2021-09-25
14:57
2021-10-01
19:37
Fix checksum verification in base backups for zero page headers Moved to next CF Michael Banck (mbanck) Anastasia Lubennikova (lubennikovaav), David Steele (dsteele) 6 2021-09-13
11:45
2021-09-13
11:45
brin: avoid errors processing work item following concurrent reindex Moved to next CF stable Álvaro Herrera (alvherre), Justin Pryzby (justinpryzby) Gurjeet Singh (gurjeet) 5 2021-12-02
10:59
2021-12-02
10:59
Fix firing of RI triggers during cross-partition updates of partitioned tables Moved to next CF Amit Langote (amitlan) Masahiko Sawada (masahikosawada) alvherre 7 2022-03-20
17:58
2022-03-22
01:18
System catalog accesses in error context callback Committed Masahiko Sawada (masahikosawada), Bharath Rupireddy (bharathrupireddy) Tom Lane (tgl) tgl 2 2021-07-06
17:03
2021-07-06
16:37
Fix DROP TABLESPACE on Windows with ProcSignalBarrier? Moved to next CF Thomas Munro (macdice) Daniel Gustafsson (d_gustafsson) macdice 6 2022-02-11
23:27
2022-02-11
21:22
Set default transactions to read-only at servers start in pg_upgrade Moved to next CF Denis Laxalde (dlax) Julien Rouhaud (rjuju) 4 2021-12-01
14:22
2022-03-14
21:12
Fix detection of preadv/pwritev support for OSX. Committed James Hilliard (jameshilliard) Cleysson Lima (cleyssonlima) tgl 2 2021-07-12
23:18
2021-07-12
22:03
Autovacuum dynamic cost_limit, cost_delay Moved to next CF Scott Mead (meads-amazon) Masahiko Sawada (masahikosawada) 3 2021-10-01
06:50
2021-05-26
08:00
Fix race condition in parallel hash join batch cleanup Committed Thomas Munro (macdice) macdice 1 2022-06-02
09:47
2023-03-21
02:25
Removing unused trailing linepointers from heap pages Moved to next CF Matthias van de Meent (mmeent) 3 2021-12-02
10:18
2022-04-08
11:38
Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Moved to next CF Bertrand Drouvot (bdrouvot), Minsoo (Mike) Oh (minsoo1) Masahiko Sawada (masahikosawada), ahsan hadi (ahsan.hadi) amitkapila 7 2022-08-12
13:35
2022-08-29
06:17
In psql \?, add [+] annotation where appropriate Committed stable Matthijs van der Vleuten (zr40) michael-kun 1 2021-06-09
07:30
2021-06-09
07:29
Startup process exits without releasing the locks when shutdown Committed 13 Fujii Masao (masaofujii) Maxim Orlov (m.orlov) masaofujii 1 2021-04-05
17:32
2021-04-05
17:31
Eliminating "Permission denied" errors on stat() (on Windows) Moved to next CF Alexander Lakhin (law) 4 2021-12-03
12:51
2021-12-03
03:00
Fix broken Ctr-C in psql after 3a51306722 Returned with feedback 1 2021-04-16
03:10
2022-04-06
17:05
Coerce Type: CollateExpr should be discarded if the target type is non-collatable Committed stable Yulin PEI (pylser) Tom Lane (tgl) tgl 1 2021-05-12
18:16
2021-04-19
16:47
generate fractional cheapest paths in generate_orderedappend_paths Moved to next CF Tomas Vondra (fuzzycz) Arne Roland (harks) fuzzycz 4 2022-01-12
23:16
2022-03-22
00:33
Truncate in synchronous logical replication failed Committed Takamichi Osumi (tatatappp) amitkapila 1 2021-04-27
07:02
2021-04-27
06:31
badly calculated width of emoji in psql Moved to next CF Jacob Champion (jchampion) Pavel Stehule (okbobcz) john.naylor 2 2021-08-26
15:07
2021-08-26
15:47
Fix pg_identify_object_as_address() to support event triggers Committed 15 Joel Jacobson (joeljacobson) Álvaro Herrera (alvarofherrera) michael-kun 1 2021-05-21
05:39
2021-04-28
03:08
CREATE COLLATION - check for duplicate options and error out if found one Committed Bharath Rupireddy (bharathrupireddy) vigneshwaran C (vignesh.postgres) deanr 1 2021-07-18
10:21
2021-07-18
10:20
pg_upgrade: copy the source oldestXid Moved to next CF stable Bertrand Drouvot (bdrouvot) bmomjian 2 2021-08-03
12:49
2021-08-15
14:44
AlterSubscription_refresh using wrong "wrconn" variable Committed stable Peter Smith (smithpb) alvherre 1 2021-05-12
23:20
2021-05-12
23:19
Let's output the right error messages for wrong object types. Committed Kyotaro Horiguchi (horiguti) Peter Eisentraut (petere), ahsan hadi (ahsan.hadi) michael-kun 1 2021-07-14
10:57
2021-07-15
04:51
psql: exclude valid constraints in tab-complete for ALTER TABLE .. VALIDATE CONSTRAINT Moved to next CF David Fetter (dfetter) Aleksander Alekseev (aalekseev) tgl 4 2022-01-03
23:14
2022-01-03
23:15
Bug fixes in alter subscription drop publication Committed stable vigneshwaran C (vignesh.postgres) Tom Lane (tgl), Dilip Kumar (dilip.kumar), Japin Li (japin), Bharath Rupireddy (bharathrupireddy) petere 1 2021-06-25
08:00
2021-06-25
12:53
Add tab completion for ALTER SUBSCRIPTION SET options streaming and binary Committed stable vigneshwaran C (vignesh.postgres) Bharath Rupireddy (bharathrupireddy) michael-kun 1 2021-06-11
07:09
2021-06-14
02:50
Support of time zone patterns - of, tzh and tzm Moved to next CF Nitin Jadhav (nitinjadhav11) David Zhang (david.z) rhaas 5 2022-03-14
20:52
2022-03-15
09:32
Parallel scan with SubTransGetTopmostTransaction assert coredump Moved to next CF Robert Haas (rhaas), Greg Nancarrow (gregn1234), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Pavel Borisov (pborisov) rhaas 2 2021-08-25
23:25
2021-08-25
13:39
postgres_fdw batch insert error out when set batch_size > 65535 Committed Hou Zhijie (houzj) Bharath Rupireddy (bharathrupireddy) fuzzycz 1 2021-06-09
00:54
2021-06-14
12:38
Bug in query rewriter - hasModifyingCTE not getting set Moved to next CF 15 Takayuki Tsunakawa (maumau) Tom Lane (tgl) 2 2021-09-08
14:42
2021-09-08
14:28
Incorrect snapshots while promoting hot standby node when 2PC is used Moved to next CF stable Michael Paquier (michael-kun) michael-kun 3 2021-11-23
13:08
2021-11-22
16:50
Report sorting subphase progress for parallel btree index builds Committed stable Matthias van de Meent (mmeent) Tomas Vondra (fuzzycz), Greg Nancarrow (gregn1234) alvherre 1 2021-06-17
08:24
2021-06-11
21:24
Fix dropped object handling in pg_event_trigger_ddl_commands Committed Sven Klemm (svenklemm) Aleksander Alekseev (aalekseev) michael-kun 1 2021-06-14
06:11
2021-06-14
06:48
Update Toast data failure in logical replication Moved to next CF Dilip Kumar (dilip.kumar) Euler Taveira (eulerto), Haiying Tang (tanghy) amitkapila 5 2022-02-16
02:55
2022-02-15
03:20
Fix around conn_duration in pgbench Moved to next CF 14 Yugo Nagata (yugo.nagata) Asif Rehman (asifrana) masaofujii 2 2021-09-01
08:08
2021-09-01
09:33
Avoid stuck of pgbench due to skipped transactions Moved to next CF stable Yugo Nagata (yugo.nagata) Greg Sabino Mullane (greg) masaofujii 2 2021-09-09
16:31
2021-09-09
16:30
Issue with some calls to GetMultiXactIdMembers() Committed Greg Nancarrow (gregn1234) heikki 1 2021-06-18
00:59
2021-06-17
12:57
Extended protocol COPY FROM STDIN fix Moved to next CF Jeff Davis (jdavis) 3 2021-12-01
10:59
2021-12-01
10:59
Fix pkg-config file for static linking Moved to next CF Filip Gospodinov (fil) Peter Eisentraut (petere) petere 2 2021-09-06
07:59
2021-09-06
08:30
Fix numeric multiplication overflow errors Committed Dean Rasheed (deanr) David Rowley (davidrowley) deanr 1 2021-07-10
13:14
2021-07-05
10:04
Fix numeric power for negative bases and other corner cases Moved to next CF Dean Rasheed (deanr) Yugo Nagata (yugo.nagata) deanr 3 2021-10-06
12:40
2021-10-01
14:25
Fix PITR msg for Abort Prepared Committed Simon Riggs (simon) michael-kun 1 2021-06-30
12:26
2021-06-30
01:12
Fix pgbench's exit status and log messages for connection failures Moved to next CF stable Fabien Coelho (calvin), Yugo Nagata (yugo.nagata) masaofujii 3 2021-11-02
14:12
2021-11-04
00:31
pgbench logging fixes Committed 14 Fabien Coelho (calvin) macdice 1 2021-07-11
13:12
2021-12-02
12:40
ECPG bug fix: allow using connection-associated prepared_name Moved to next CF Hayato Kuroda (ha-kun) meskes 2 2021-09-01
01:25
2021-08-25
05:34
Clients
psql - add SHOW_ALL_RESULTS option Moved to next CF Fabien Coelho (calvin) Peter Eisentraut (petere) petere 13 2022-04-04
21:33
2022-04-06
17:05
allow to set a pager for psql's watch command Committed Pavel Stehule (okbobcz) Thomas Munro (macdice) macdice 6 2021-07-14
00:48
2021-07-13
18:05
pg_dump - read data for some options from external file Moved to next CF Pavel Stehule (okbobcz) Daniel Gustafsson (d_gustafsson), Julien Rouhaud (rjuju), Justin Pryzby (justinpryzby), Виктория Шепард (shepard-v) d_gustafsson 18 2023-11-29
14:44
2023-11-30
15:45
libpq compression Moved to next CF 15 Konstantin Knizhnik (knizhnik), Daniil Zakhlystov (usernamedt) Justin Pryzby (justinpryzby), Daniil Zakhlystov (usernamedt), Ian Zagorskikh (ianzag) 6 2021-12-03
07:31
2021-12-03
07:31
Support tab completion for upper character inputs in psql Moved to next CF Haiying Tang (tanghy) Tom Lane (tgl), Peter Eisentraut (petere) tgl 5 2022-01-30
18:33
2022-02-04
23:41
Refactor ECPGconnect() and allow IPv6 connection Moved to next CF Hayato Kuroda (ha-kun) 3 2021-10-01
07:14
2021-08-07
20:36
Using COPY FREEZE in pgbench Moved to next CF 15 Tatsuo Ishii (ishii) Fabien Coelho (calvin) ishii 2 2021-09-02
02:00
2021-09-02
01:56
pg_dump new feature: exporting functions only Moved to next CF 15 Lætitia AVROT (arkhena) ahsan hadi (ahsan.hadi), Ryan Lambert (ryanlambert) 5 2022-04-07
05:43
2022-04-08
06:36
Fix pg_checksums progress report Committed Shinya Kato (kato-shinya) masaofujii 1 2021-04-05
17:33
2021-04-02
15:09
Add option --drop-cascade for pg_dump/restore Moved to next CF Wu Haotian (whtsky) Greg Sabino Mullane (greg) 3 2021-12-01
10:46
2021-12-01
10:45
pg_dumpall misses --no-toast-compression Committed 15 Michael Paquier (michael-kun) michael-kun 1 2021-05-21
05:39
2021-05-19
00:44
Multiple pg_waldump --rmgr options Committed Heikki Linnakangas (heikki) Daniel Gustafsson (d_gustafsson) heikki 1 2021-07-01
12:45
2021-06-30
21:14
Fix around conn_duration in pgbench Withdrawn 1 2021-06-15
08:49
2021-09-01
09:33
pgbench - allow retries on some errors Moved to next CF 15 Yugo Nagata (yugo.nagata), Marina Polyakova (whipping.top1991) Fabien Coelho (calvin) 2 2021-10-01
07:59
2022-04-06
01:00
Emit namespace in post-copy output Moved to next CF Mike Fiedler (miketheman) Daniel Gustafsson (d_gustafsson), Corey Huinker (coreyh) d_gustafsson 2 2021-08-16
18:14
2021-08-16
18:13
Preventing abort() and exit() calls in libpq Committed Tom Lane (tgl) tgl 1 2021-06-29
20:01
2021-07-09
20:29
Code Comments
Extend comments on signal handling and cross-reference comments on signal handling functions Moved to next CF Craig Ringer (ringerc) Mark Dilger (mark.dilger) 3 2021-09-27
12:21
2021-09-27
12:21
Clarify ItemPointers for Table AM API Withdrawn 15 Jeff Davis (jdavis) jdavis 1 2021-06-18
01:26
2021-05-19
01:59
Outdated comments about proc->sem in lwlock.c Committed Thomas Munro (macdice) Daniel Gustafsson (d_gustafsson) macdice 1 2021-07-09
06:18
2021-07-09
06:15
Documentation
Further note require activity aspect of automatic checkpoint and archiving Moved to next CF David Johnston (polobo) 6 2021-11-04
09:36
2021-11-04
09:36
Extend docs on how to write correct postgres-dialect C including extensions and bgworkers Moved to next CF Craig Ringer (ringerc) Laurenz Albe (laurenz) 4 2021-11-04
10:55
2021-11-04
10:55
Specify ACCESS EXCLUSIVE lock explicitly Committed Greg Rychlewski (grychlewski) michael-kun 1 2021-04-01
23:54
2021-04-01
23:54
add link to domain data types section from locale documentation Committed Jürgen Purtz (juergen@purtz.de), Anton Voloshin (a.voloshin) Laurenz Albe (laurenz) tgl 1 2021-07-30
18:50
2021-07-30
19:05
fix ICU explorer link in locale documentation Moved to next CF Anton Voloshin (a.voloshin) Laurenz Albe (laurenz) bmomjian 3 2021-11-02
19:44
2021-11-03
00:33
ATTACH PARTITION locking documentation for DEFAULT partitions Committed Matthias van de Meent (mmeent) David Rowley (davidrowley) davidrowley 1 2021-07-28
03:05
2021-07-28
03:04
Included the actual datatype used in the documentation of logical replication message description Committed vigneshwaran C (vignesh.postgres) Euler Taveira (eulerto), Peter Smith (smithpb2250) tgl 1 2021-08-02
15:32
2021-08-02
15:55
Improve documentation for pg_upgrade, standbys and rsync Moved to next CF 15 Laurenz Albe (laurenz) David Fetter (dfetter) 5 2022-04-08
05:15
2022-04-08
05:14
Clarify how triggers relate to transactions Moved to next CF 15 Laurenz Albe (laurenz) Simon Riggs (simon) tgl 2 2021-09-01
21:27
2021-09-01
21:25
Document the 1GB memory limit for VACUUM Moved to next CF 15 David Rowley (davidrowley), Laurenz Albe (laurenz) Greg Sabino Mullane (greg) davidrowley 2 2021-08-09
04:51
2021-08-09
04:53
more detailed description of tup_returned and tup_fetched Committed 15 Masahiro Ikeda (masahiro.ikeda) Fujii Masao (masaofujii) masaofujii 1 2021-06-30
12:00
2021-07-01
02:34
Document deadlock caveats in synchronous logical setup Committed Takamichi Osumi (tatatappp) Amit Kapila (amitkapila), vigneshwaran C (vignesh.postgres) amitkapila 1 2021-07-07
12:17
2021-06-24
09:32
Consistent use of SSL/TLS in docs Moved to next CF Daniel Gustafsson (d_gustafsson) Robert Haas (rhaas), Lætitia AVROT (arkhena) d_gustafsson 5 2022-03-30
11:44
2022-03-30
11:43
Fix documentation and logging for START_REPLICATION Withdrawn 15 Jeff Davis (jdavis) 1 2021-06-16
23:06
2021-06-19
10:00
Fix documentation for COPY protocol flow Moved to next CF Jeff Davis (jdavis) 3 2021-12-01
14:18
2021-12-01
10:59
Fix documentation and logging for START_REPLICATION Committed Jeff Davis (jdavis) jdavis 1 2021-07-30
22:17
2021-06-19
10:00
add argument type to postgres_fdw docs Committed Shinya Kato (kato-shinya) masaofujii 1 2021-06-30
10:40
2021-06-30
10:37
change float4 to floating point about type of autovacuum_vacuum_insert_scale_factor Committed Shinya Kato (kato-shinya) Peter Eisentraut (petere) petere 1 2021-06-25
06:18
2021-06-25
06:17
Doc chapter for Hash Indexes Committed stable Simon Riggs (simon) amitkapila 1 2021-07-07
03:25
2021-07-05
09:51
Logical Replication message formats documentation inaccuracies regarding binary messages and logical decoding messages Committed 14 Brar Piening (brar) Amit Kapila (amitkapila) amitkapila 1 2021-06-24
09:51
2021-06-24
09:34
Miscellaneous
Add table expansion hook Moved to next CF Erik Nordström (enordstr) Euler Taveira (eulerto), Aleksander Alekseev (aalekseev) 7 2021-09-13
14:16
2021-09-09
18:26
Fix behavior of geo_ops when NaN is involved Moved to next CF Kyotaro Horiguchi (horiguti) Julien Rouhaud (rjuju), Georgios Kokolatos (gkokolatos) 10 2022-08-01
20:29
2021-12-15
08:31
Reduce the number of special cases to build contrib modules on windows Moved to next CF David Rowley (davidrowley) davidrowley 5 2021-08-09
07:46
2021-08-09
07:55
Functions for sorting GiST build of gist_btree types Moved to next CF Andrey Borodin (x4m) Heikki Linnakangas (heikki), Emre Hasegeli (hasegeli) heikki 7 2022-04-08
15:16
2021-12-16
09:18
move pg_upgrade test.sh kludges to a SQL script Moved to next CF Justin Pryzby (justinpryzby) Michael Paquier (michael-kun) michael-kun 6 2021-12-02
01:37
2021-12-02
01:49
Function to log backtrace of postgres processes Moved to next CF vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) Christoph Berg (myon), Maciek Sakrejda (msakrejda) 17 2024-02-14
03:59
2024-02-27
02:46
Introduce ProcessInterrupts_hook for C extensions Moved to next CF Craig Ringer (ringerc) 3 2021-10-06
13:11
2021-10-01
17:24
postgres_fdw: suppress explicit casts in text:text comparisons Moved to next CF Dian Fay (dmfay) Tom Lane (tgl), Georgios Kokolatos (gkokolatos) tgl 4 2021-11-12
16:54
2021-11-12
16:54
Add some tests for pg_stat_statements compatibility verification Moved to next CF Erica Zhang (zerica) Julien Rouhaud (rjuju) michael-kun 3 2021-10-02
08:44
2021-10-04
05:08
Allow multiple recursive self-references Moved to next CF Denis Hirn (brainy) Peter Eisentraut (petere) 6 2022-08-02
21:01
2022-04-23
15:14
use AV work items infrastructure for GIN pending list's cleanup Moved to next CF 15 Jaime Casanova (jcasanov) Masahiko Sawada (masahikosawada) 2 2021-09-08
14:08
2021-09-08
14:07
force_parallel_mode and GUC categories Committed stable Justin Pryzby (justinpryzby) michael-kun 1 2021-04-15
04:23
2021-05-08
16:39
Move tablespace path re-creation from the makefiles to pg_regress (test for mkdir function in the backend) Withdrawn 14 Michael Paquier (michael-kun) 1 2021-04-16
03:15
2021-05-18
01:01
Teach pg_size_pretty and pg_size_bytes about higher-order units Committed David Christensen (davidchristensen) Dean Rasheed (deanr) davidrowley 1 2023-03-06
15:42
2021-07-09
07:15
Use WaitLatch for waiting instead of pg_usleep Committed Bharath Rupireddy (bharathrupireddy) Aleksander Alekseev (aalekseev) michael-kun 1 2021-07-09
01:33
2021-07-12
08:25
Fix missed parallel safety checks and wrong parallel safety Withdrawn Hou Zhijie (houzj) 1 2021-06-21
01:14
2022-07-28
15:51
Enhanced error message to include duplicate option name Committed vigneshwaran C (vignesh.postgres) Dilip Kumar (dilip.kumar), Dean Rasheed (deanr), Daniel Gustafsson (d_gustafsson), Julien Rouhaud (rjuju), Álvaro Herrera (alvarofherrera), Bharath Rupireddy (bharathrupireddy), Peter Smith (smithpb2250), Hou Zhijie (houzj) deanr 1 2021-07-22
06:09
2021-07-22
06:09
Avoid orphaned dependencies Moved to next CF 16 Bertrand Drouvot (bdrouvot) Ronan Dunklau (rdunklau) 6 2022-08-02
21:03
2022-03-30
19:18
Extending amcheck to check toast size and compression Moved to next CF Mark Dilger (mark.dilger) Greg Stark (stark), Aleksander Alekseev (aalekseev) michael-kun 3 2021-11-18
04:43
2021-11-06
08:04
Allow CustomScan nodes to signal projection support Committed Aleksander Alekseev (aalekseev) tgl 1 2021-07-06
22:10
2021-07-06
22:14
partition_bounds_create: avoid O(N) palloc calls Committed Justin Pryzby (justinpryzby), Nitin Jadhav (nitinjadhav11) Justin Pryzby (justinpryzby) davidrowley 1 2021-07-06
00:28
2021-07-06
00:27
Rewriting the test of pg_upgrade as a TAP test - take three Moved to next CF Michael Paquier (michael-kun) 3 2021-11-18
07:49
2022-04-02
03:10
postgres_fdw - tighten up batch_size, fetch_size options against non-numeric values. Committed Bharath Rupireddy (bharathrupireddy) Fujii Masao (masaofujii) masaofujii 1 2021-07-07
02:18
2021-07-07
02:17
TAP test for contrib/sslinfo Moved to next CF Daniel Gustafsson (d_gustafsson) Tom Lane (tgl) d_gustafsson 3 2021-11-30
10:53
2021-11-30
10:52
Change internal PRNG (from rand48 to something better, with a cleaner interface) Moved to next CF 15 Fabien Coelho (calvin) Aleksander Alekseev (aalekseev) tgl 3 2021-11-29
02:34
2021-11-30
07:37
rand48 replacement Withdrawn Fabien Coelho (calvin) Aleksander Alekseev (aalekseev) 1 2021-05-24
14:09
2021-11-30
07:37
Reduce genbki.pl's OID consumption Committed 14 Tom Lane (tgl) John Naylor (john.naylor) tgl 1 2021-05-27
19:55
2021-05-27
17:34
Add ZSON extension to /contrib/ Rejected Aleksander Alekseev (aalekseev) 1 2021-07-12
18:52
2021-07-10
18:47
Remove unused code from the KnownAssignedTransactionIdes submodule Committed Zongliang Quan (quanzl) Jacob Champion (jchampion) macdice 1 2021-07-02
01:55
2021-07-02
01:38
btree_gist: Support bool Moved to next CF Emre Hasegeli (hasegeli) fuzzycz 3 2021-11-06
16:07
2021-11-08
01:24
Use tuple-level SIREAD locks for index-only scans Moved to next CF Thomas Munro (macdice) 3 2021-12-02
10:37
2021-12-02
10:37
Improving the isolationtester Committed Tom Lane (tgl) tgl 1 2021-06-25
20:01
2021-06-16
19:47
test invalidation of obsolete replslots with active walsender Committed Álvaro Herrera (alvherre) alvherre 1 2021-07-05
17:09
2021-07-05
17:10
Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values Committed Greg Nancarrow (gregn1234) Greg Sabino Mullane (greg) davidrowley 1 2021-07-13
02:01
2021-07-13
02:00
Fully WAL logged CREATE DATABASE - No Checkpoints Moved to next CF Dilip Kumar (dilip.kumar) Ashutosh Sharma (ashu_coek) rhaas 5 2022-03-29
17:10
2022-04-04
10:24
Make jsonapi usable from libpq Withdrawn Jacob Champion (jchampion) 1 2021-07-07
15:08
2021-07-07
14:57
Prreserve params location Committed Julien Rouhaud (rjuju) Tom Lane (tgl) tgl 1 2021-07-14
18:15
2021-07-15
02:28
Expose get_query_def() Moved to next CF Julien Rouhaud (rjuju) Pavel Stehule (okbobcz), Gilles Darold (darold) tgl 5 2022-03-28
15:20
2022-03-28
15:48
trivial improvement to system_or_bail Committed Álvaro Herrera (alvherre) alvherre 1 2021-07-06
21:59
2021-07-07
07:13
pgbench: add multiconnect support Moved to next CF 16 David Christensen (davidchristensen) Jelte Fennema-Nio (jeltef) 9 2023-03-06
15:38
2023-01-31
17:30
Monitoring & Control
Shared-memory based stats collector Moved to next CF Kyotaro Horiguchi (horiguti) Tomas Vondra (fuzzycz), Antonin Houska (a.houska) 17 2021-10-01
17:20
2022-04-08
04:44
Add extra statistics to explain for Nested Loop Moved to next CF Justin Pryzby (justinpryzby), Ekaterina Sokolova (e.sokolova) Julien Rouhaud (rjuju), Greg Stark (stark), Lukas Fittl (lfittl), Yugo Nagata (yugo.nagata), Justin Pryzby (justinpryzby) 10 2022-10-12
06:05
2022-07-31
03:49
pg_stat_statements and "IN" conditions Moved to next CF Dmitry Dolgov (erthalion) Nathan Bossart (bossartn), David Geier (geidav), Chengxi Sun (martin-sun) 17 2024-02-01
17:27
2024-01-22
21:00
Track wal_level drop for backup management Moved to next CF Takamichi Osumi (tatatappp) 3 2021-10-01
07:44
2021-07-14
11:58
Add system views pg_permissions and pg_ownerships Moved to next CF Joel Jacobson (joeljacobson) 5 2022-04-08
13:38
2022-03-10
21:02
pg_stat_statements: Track statement entry timestamp Moved to next CF 17 Andrei Zubkov (zubkov) Alena Rybakina (a.rybakina) smagen 13 2023-11-27
00:53
2023-11-29
07:00
auto_explain log_seqscan Returned with feedback Pavel Stehule (okbobcz) Daniel Gustafsson (d_gustafsson) 1 2021-07-06
19:09
2021-07-06
19:08
Fix oversights in query_id calculation Committed 15 Julien Rouhaud (rjuju) bmomjian 1 2021-05-05
14:08
2021-05-05
00:33
Skip temporary table schema name from explain-verbose output. Committed Amul Sul (sulamul) Tom Lane (tgl) tgl 1 2021-07-27
16:12
2021-07-27
16:12
Logging plan of the currently running query Moved to next CF 16 atsushi torikoshi (atorik) Fujii Masao (masaofujii), Justin Pryzby (justinpryzby), James Coleman (jcole1989), Ekaterina Sokolova (e.sokolova), Alena Rybakina (a.rybakina) 9 2023-06-06
06:47
2024-03-18
05:39
Performance
Protect syscache from bloating with negative cache entries Moved to next CF Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki), Jim Nasby (decibel), Takayuki Tsunakawa (maumau), Takeshi Ideriha (ideriha) 23 2021-10-05
16:21
2021-03-24
05:26
GROUP BY optimization Moved to next CF 15 Fedor Sigaev (sigaev), Pavel Borisov (pborisov) Tomas Vondra (fuzzycz) fuzzycz 12 2022-03-30
23:19
2024-01-26
15:41
Remove self join on a unique column Moved to next CF Konstantin Knizhnik (knizhnik), Alexander Kuzmenkov (akuzmenkov), Andrei Lepikhov (lepikhov) Alena Rybakina (a.rybakina) smagen 27 2023-10-25
10:02
2023-10-23
11:29
Using multicolumn statistics for more precise join selectivity estimatation Moved to next CF Konstantin Knizhnik (knizhnik) Yugo Nagata (yugo.nagata) 9 2021-10-01
07:13
2021-11-04
09:56
Erase the distinctClause if the result is unique by definition Moved to next CF Andy Fan (andyf) David Rowley (davidrowley), Dmitry Dolgov (erthalion), Ashutosh Bapat (ashutoshbapat), Hou Zhijie (houzj) 11 2022-04-05
03:43
2022-03-31
20:33
INSERT SELECT: BulkInsertState and table_multi_insert Moved to next CF 15 Justin Pryzby (justinpryzby) 8 2021-11-24
00:32
2021-11-04
12:24
Fast COPY FROM command for the foreign tables Moved to next CF Andrei Lepikhov (lepikhov) Etsuro Fujita (efujita), Ian Barwick (barwick), Amit Langote (amitlan), Takayuki Tsunakawa (maumau), Justin Pryzby (justinpryzby) efujita 13 2022-10-31
08:40
2022-10-31
08:50
More scalable multixacts buffers and locking Moved to next CF Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) 20 2024-02-01
18:40
2024-02-29
01:59
Optimizing NULL check on pkey column Moved to next CF Surafel Temesgen (surafel) Ashutosh Bapat (ashutoshbapat) 6 2021-09-27
00:52
2021-09-27
00:52
fix spinlock contention in LogwrtResult Moved to next CF Álvaro Herrera (alvherre) 11 2022-09-23
08:50
2024-03-14
07:38
parallel distinct union and aggregate support patch Moved to next CF bucoo hsiao (bucoo) 6 2021-11-08
22:19
2021-11-08
22:19
Replace polyphase merge with a simple k-way balanced merge Moved to next CF Heikki Linnakangas (heikki) John Naylor (john.naylor) heikki 6 2021-10-18
12:15
2021-10-18
12:15
New wal_level to disable WAL logging Rejected Takamichi Osumi (tatatappp) Takayuki Tsunakawa (maumau) 4 2021-07-05
02:23
2021-07-05
13:57
Make Append Cost aware of some run time partition prune case Moved to next CF Andy Fan (andyf) 5 2021-11-04
10:10
2021-11-04
10:10
Consider parallel for LATERAL subqueries having LIMIT/OFFSET Moved to next CF James Coleman (jcole1989) Greg Nancarrow (gregn1234) 11 2023-03-23
18:43
2023-03-23
18:42
Faster pglz compression Moved to next CF Andrey Borodin (x4m), Владимир Лесков (tinsane) Mark Dilger (mark.dilger) fuzzycz 12 2023-02-28
18:55
2023-02-14
00:09
Parallel Hash Full Join Moved to next CF 16 Melanie Plageman (melanieplageman) Thomas Munro (macdice) macdice 12 2023-03-30
23:01
2023-04-09
23:33
WIP: Track relation size in shared memory Moved to next CF Thomas Munro (macdice) 3 2021-10-01
07:21
2021-07-14
12:38
increase size of pg_commit_ts buffers Moved to next CF Álvaro Herrera (alvherre) Noah Misch (nmisch) alvherre 4 2021-11-30
20:20
2021-12-01
15:57
Full support for index LP_DEAD hint bits on standby Moved to next CF Michail Nikolaev (nkey) Antonin Houska (a.houska) 6 2022-04-07
22:00
2022-03-31
23:58
Simplify some RI checks to reduce SPI overhead Moved to next CF Amit Langote (amitlan) Tom Lane (tgl), Corey Huinker (coreyh) alvherre 6 2022-04-09
16:59
2022-04-07
01:05
Adaptive query optimization: create extented statistics using auto_explain extension Moved to next CF Konstantin Knizhnik (knizhnik) 4 2021-11-04
09:56
2021-11-04
09:56
Improve join selectivity estimation using extended statistics Moved to next CF Konstantin Knizhnik (knizhnik) 3 2021-10-01
10:14
2021-10-01
10:13
In psql \copy from, send data to server in larger chunks Committed Heikki Linnakangas (heikki) Aleksander Alekseev (aalekseev) heikki 2 2021-07-14
10:12
2021-07-14
10:11
partial heap only tuples Moved to next CF 15 Nathan Bossart (bossartn) 4 2021-11-04
10:23
2021-11-10
17:17
Allow setting parallel_workers on partitioned tables Moved to next CF Seamus Abshere (seamusabshere) Amit Langote (amitlan), Laurenz Albe (laurenz), Hou Zhijie (houzj) 3 2021-09-04
06:14
2021-09-04
06:14
speed up pg_rewind by using copy_file_range() and skipping some fsync Moved to next CF Paul Guo (paulguo-vmware) Michael Paquier (michael-kun) 3 2021-10-01
06:55
2021-08-20
05:23
Speed up verifying UTF-8 Moved to next CF John Naylor (john.naylor) Heikki Linnakangas (heikki), Amit Khandekar (amitdkhan) john.naylor 5 2021-12-20
14:26
2021-12-20
14:24
wal_compression = pglz/zlib/lz4/zstd Committed 15 Andrey Borodin (x4m), Justin Pryzby (justinpryzby) Michael Paquier (michael-kun), Justin Pryzby (justinpryzby) michael-kun 2 2021-06-29
02:30
2021-06-29
06:43
Speeding up GIST index builds using popcount Moved to next CF Amit Khandekar (amitdkhan) John Naylor (john.naylor) 3 2021-10-01
07:19
2021-08-02
10:26
Make relfile tombstone files conditional on WAL level Moved to next CF Thomas Munro (macdice) 3 2021-10-29
03:56
2023-01-06
06:13
More sort-related specialisation Moved to next CF Thomas Munro (macdice) John Naylor (john.naylor) john.naylor 5 2022-04-04
02:14
2022-04-06
10:31
Optionally sync data directory with syncfs() Committed Thomas Munro (macdice) macdice 1 2021-03-19
23:17
2021-06-28
03:51
Built-in connection pooler Moved to next CF Konstantin Knizhnik (knizhnik) Antonin Houska (a.houska) 2 2021-10-01
06:51
2021-04-28
10:14
add explicit partial union-all and improve parallel subquery costing Moved to next CF Luc Vlaming (luc.vlaming) Ronan Dunklau (rdunklau) 3 2021-12-02
14:10
2021-12-02
14:10
Lazy JIT IR code generation to increase JIT speed with partitions Moved to next CF David Geier (geidav), Luc Vlaming (luc.vlaming) Dmitry Dolgov (erthalion) 9 2023-01-27
09:03
2023-01-30
09:13
Replace pg_depend PIN entries with a fixed range check Committed Tom Lane (tgl) John Naylor (john.naylor) tgl 1 2021-07-15
15:42
2021-07-15
15:43
Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation Moved to next CF 15 Matthias van de Meent (mmeent) 4 2022-02-07
02:41
2021-12-02
10:21
Reduce exponential cost of pulling up deeply nested views Committed Tom Lane (tgl) Dean Rasheed (deanr) tgl 1 2021-07-06
18:23
2021-07-06
17:52
Use simplehash.h instead of dynahash in SMgr Moved to next CF David Rowley (davidrowley) Yura Sokolov (funny_falcon) 3 2021-12-03
06:55
2021-12-03
06:55
Toast compression method options Moved to next CF Dilip Kumar (dilip.kumar) 3 2021-10-01
09:12
2021-10-01
09:11
Speed up pg_checksums Committed 15 Greg Sabino Mullane (greg) Michael Paquier (michael-kun) michael-kun 1 2021-06-30
01:08
2021-06-30
01:10
Reducing memory consumption for pending inval messages Moved to next CF Tom Lane (tgl) Nathan Bossart (bossartn) tgl 2 2021-08-16
20:49
2021-08-16
20:18
Parallel INSERT SELECT take 2 Moved to next CF Greg Nancarrow (gregn1234), Hou Zhijie (houzj) 6 2022-07-28
15:51
2022-07-28
15:51
pre-allocating WAL files Moved to next CF 16 Nathan Bossart (bossartn) Maxim Orlov (m.orlov), Pavel Borisov (pborisov) 6 2022-07-25
16:24
2022-07-25
16:24
Add proper planner support for ORDER BY / DISTINCT aggregates Moved to next CF David Rowley (davidrowley) Ronan Dunklau (rdunklau), Richard Guo (richardguo) davidrowley 7 2022-08-02
12:47
2022-08-17
23:38
Case expression pushdown Committed Alexander Pyhalov (a.pyhalov) Etsuro Fujita (efujita), Gilles Darold (darold), Yuki Seino (seinoyu) tgl 1 2021-07-30
17:40
2021-07-30
15:48
Map WAL segment files on PMEM as WAL buffers Moved to next CF Takashi Menjo (tmenjo) 6 2022-08-01
20:40
2022-03-23
08:58
Using indexUnchanged with nbtree Moved to next CF 15 Simon Riggs (simon) 2 2021-10-01
14:21
2021-10-01
14:21
pgbench using COPY FREEZE Withdrawn 15 Simon Riggs (simon) 1 2021-07-01
16:03
2021-07-04
01:53
Write visibility map during CLUSTER/VACUUM FULL Moved to next CF Alexander Korotkov (smagen), Justin Pryzby (justinpryzby), Anna Akenteva (anna.akenteva), Anna Akenteva (a.akenteva) Justin Pryzby (justinpryzby), Anna Akenteva (anna.akenteva) 6 2022-06-30
18:24
2022-06-30
18:25
Don't block HOT update by BRIN index Moved to next CF Josef Šimánek (retro) Tomas Vondra (fuzzycz) fuzzycz 3 2021-11-30
19:14
2021-12-01
10:31
Speed up LockReleaseAll Moved to next CF David Rowley (davidrowley) 3 2021-12-03
07:36
2024-01-09
06:24
Fix ExecRTCheckPerms() inefficiency with many prunable partitions Moved to next CF 16 Amit Langote (amitlan) Álvaro Herrera (alvherre), Tom Lane (tgl) alvherre 8 2022-12-06
19:34
2023-06-30
06:54
Record a Bitmapset of non-pruned partitions Committed David Rowley (davidrowley) davidrowley 1 2021-08-03
00:27
2021-08-03
00:27
Window function run conditions Moved to next CF David Rowley (davidrowley) davidrowley 5 2022-04-07
23:16
2022-04-07
22:40
Procedural Languages
session variables, LET command Moved to next CF Pavel Stehule (okbobcz) Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv) 30 2024-02-01
18:15
2024-03-18
07:08
UNNEST(REFCURSOR): allowing SELECT to consume data from a REFCURSOR Moved to next CF John Dent (denty) Daniel Vérité (danielverite) 9 2021-10-01
10:20
2021-10-01
10:20
enhancing plpgsql API for debugging and tracing Moved to next CF Pavel Stehule (okbobcz) Aleksander Alekseev (aalekseev) tgl 9 2022-03-31
21:06
2022-04-01
04:51
possibility to rename root namespace in plpgsql Moved to next CF Pavel Stehule (okbobcz) Julien Rouhaud (rjuju) 7 2022-03-07
05:49
2022-03-07
05:48
Refactoring
Remove page-read callback from XLogReaderState Moved to next CF Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki), Antonin Houska (a.houska), Takashi Menjo (tmenjo) macdice 13 2021-10-04
06:18
2021-10-07
08:28
Split StdRdOptions into HeapOptions and ToastOptions Moved to next CF Nikolay Shaplov (nataraj) 10 2021-10-04
07:11
2021-07-22
08:30
ResourceOwner refactoring Moved to next CF Heikki Linnakangas (heikki) Aleksander Alekseev (a.alekseev) 4 2021-10-01
07:18
2023-11-17
20:52
PoC Refactor AM analyse API Moved to next CF Denis Smirnov (darthunix) Heikki Linnakangas (heikki) 4 2021-10-01
06:57
2021-10-01
18:24
Infrastructure changes to make the code less sensitive to transaction id bit width Moved to next CF James Finnerty (jimfinnerty) 3 2021-10-01
06:53
2021-10-01
06:53
Rework the sslfiles Makefile target Moved to next CF Jacob Champion (jchampion) Michael Paquier (michael-kun), Daniel Gustafsson (d_gustafsson) d_gustafsson 3 2021-10-19
18:22
2021-10-19
18:25
Remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit Committed Bharath Rupireddy (bharathrupireddy) michael-kun 1 2021-04-08
10:35
2021-04-08
08:00
Use SIGIO to detect postmaster death Withdrawn Thomas Munro (macdice) 1 2021-07-13
21:40
2021-07-12
12:18
Simplify backend terminate and wait logic in postgres_fdw test Committed Bharath Rupireddy (bharathrupireddy) Michael Paquier (michael-kun) michael-kun 1 2021-04-15
05:36
2021-05-08
08:46
Remove redundant variable from transformCreateStmt Committed 14 Amul Sul (sulamul) alvherre 1 2021-05-07
04:01
2021-05-06
21:32
Replace RelationOpenSmgr() with RelationGetSmgr() inline function Committed 14 Amul Sul (sulamul) Anastasia Lubennikova (lubennikovaav) tgl 1 2021-07-12
21:02
2021-07-13
03:48
MAXALIGN sizeof(BTPageOpaqueData) in PageGetItemIdCareful Committed Bharath Rupireddy (bharathrupireddy) pgeoghegan 1 2021-04-26
05:23
2021-04-26
03:11
Remove redundant variable pageSize in gistinitpage Committed Bharath Rupireddy (bharathrupireddy) Peter Eisentraut (petere) petere 1 2021-06-25
06:03
2021-06-25
06:03
Extend portability of client_connection_check_interval Moved to next CF Thomas Munro (macdice) Maksim Milyutin (maksm90) macdice 5 2022-02-14
04:16
2022-02-14
04:15
postgres_fdw - make cached connection functions tests meaningful with debug_invalidate_system_caches_always Rejected Bharath Rupireddy (bharathrupireddy) 1 2021-07-21
10:08
2021-07-21
10:11
Inaccurate error message when set fdw batch_size to 0 Committed Bharath Rupireddy (bharathrupireddy), Hou Zhijie (houzj) Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) masaofujii 1 2021-07-27
16:33
2021-07-27
16:32
psql - refactor echo code Moved to next CF Fabien Coelho (calvin) Pavel Stehule (okbobcz), Peter Eisentraut (petere) 10 2023-04-03
20:03
2023-04-03
20:03
A micro-optimisation for ProcSendSignal() Moved to next CF Thomas Munro (macdice) Soumyadeep Chakraborty (soumyadeepc) macdice 4 2021-12-16
03:02
2021-12-16
03:00
O_DIRECT on macOS Committed Thomas Munro (macdice) macdice 1 2021-07-19
10:57
2021-07-20
05:01
Refactor parse_subscription_options Committed Bharath Rupireddy (bharathrupireddy) amitkapila 1 2021-07-08
03:00
2021-07-08
03:03
Remove unused function parameter in get_qual_from_partbound() Committed Hou Zhijie (houzj) Soumyadeep Chakraborty (soumyadeepc) john.naylor 1 2021-07-14
14:04
2021-07-14
14:06
procarray.c: two refactorings Moved to next CF Ranier Vilela (raniervilela) Aleksander Alekseev (aalekseev) masaofujii 2 2021-09-16
04:14
2021-09-16
11:03
Split xlog.c Moved to next CF Heikki Linnakangas (heikki) 3 2021-11-15
10:11
2021-11-24
19:44
automatically generating node support functions Moved to next CF Peter Eisentraut (petere) Tom Lane (tgl) petere 6 2022-07-09
14:37
2022-08-09
13:16
Pull general SASL framework out of SCRAM Committed 15 Jacob Champion (jchampion) Michael Paquier (michael-kun) michael-kun 1 2021-07-07
02:06
2021-07-14
01:42
improvements in Unicode tables generation code Moved to next CF Peter Eisentraut (petere) petere 3 2021-10-04
18:32
2021-10-04
18:36
wrong relkind error messages Committed Peter Eisentraut (petere) petere 1 2021-07-08
08:03
2021-07-21
06:03
PostgresNode enhancements and housekeeping Committed Andrew Dunstan (adunstan) Michael Paquier (michael-kun) adunstan 1 2021-07-29
13:11
2021-07-18
18:19
Extensible storage manager API - smgr hooks Moved to next CF Anastasia Lubennikova (lubennikovaav) 5 2022-03-22
00:20
2022-03-22
00:20
Remove redundant initializations Moved to next CF Peter Eisentraut (petere) Noah Misch (nmisch) 2 2021-10-01
07:17
2021-10-01
07:17
Replication & Recovery
Make async slave to wait for lsn to be replayed Moved to next CF Ivan Kartyshov (fenimorkin) Thomas Munro (macdice), Dmitry Ivanov (funbringer), Anna Akenteva (a.akenteva), Alexandra Pervushina (a.pervushina) 14 2021-10-01
06:56
2021-03-22
05:05
Remove deprecated exclusive backup mode Withdrawn David Steele (dsteele) Magnus Hagander (mha) 9 2021-03-19
14:13
2020-07-10
19:56
Make message at end-of-recovery less scary Moved to next CF Kyotaro Horiguchi (horiguti) Aleksander Alekseev (a.alekseev), Ashutosh Sharma (ashu_coek), Justin Pryzby (justinpryzby), Pavel Borisov (pborisov) 20 2024-01-31
01:57
2024-01-23
04:13
Background writer and checkpointer in crash recovery Moved to next CF Thomas Munro (macdice) Aleksander Alekseev (aalekseev) macdice 6 2021-08-03
02:22
2021-08-03
02:19
Row filtering for logical replication Moved to next CF 15 Euler Taveira (eulerto), Peter Smith (smithpb), Ajin Cherian (ajinc), Hou Zhijie (houzj) Dilip Kumar (dilip.kumar), vigneshwaran C (vignesh.postgres), Greg Nancarrow (gregn1234), Peter Smith (smithpb2250), Hou Zhijie (houzj), Rahila Syed (rahila) amitkapila 7 2022-02-27
18:02
2022-03-07
02:31
wal_sessioninfo Moved to next CF Simon Riggs (simon) Cleysson Lima (cleyssonlima) 4 2021-10-01
16:28
2021-07-31
12:30
logical decoding of two-phase transactions Moved to next CF 15 Stas Kelvich (kelvich), Nikhil Sontakke (nikkhils), Ajin Cherian (ajinc), Peter Smith (smithpb2250) Amit Kapila (amitkapila), Masahiko Sawada (masahikosawada), vigneshwaran C (vignesh.postgres), Greg Nancarrow (gregn1234) amitkapila 4 2021-08-09
02:57
2021-08-09
03:00
Reduce the time required for a database recovery from archive. Moved to next CF Anna Akenteva (a.akenteva), Dmitry Shulga (d.shulga), Ivan Taranov (i.taranov) 3 2021-10-01
06:58
2021-03-19
12:50
Identify missing publications from publisher while create/alter subscription. Moved to next CF vigneshwaran C (vignesh.postgres) Dilip Kumar (dilip.kumar), Euler Taveira (eulerto), Ashutosh Sharma (ashu_coek), Japin Li (japin), Bharath Rupireddy (bharathrupireddy) amitkapila 6 2022-04-01
14:59
2022-03-31
09:45
Minimal logical decoding on standbys (take 6) Moved to next CF Amit Khandekar (amitdkhan) Fabrízio Mello (fabriziomello), Bertrand Drouvot (bdrouvot) 5 2022-02-07
02:49
2023-04-08
17:12
Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation Moved to next CF Bharath Rupireddy (bharathrupireddy) Daniel Gustafsson (d_gustafsson), vigneshwaran C (vignesh.postgres) d_gustafsson 3 2021-11-17
13:43
2021-11-17
13:43
tablesync early exit Moved to next CF 15 Peter Smith (smithpb2250) 6 2022-04-05
04:09
2022-04-05
05:55
A test for replay of regression tests Moved to next CF Thomas Munro (macdice) Anastasia Lubennikova (lubennikovaav) macdice 4 2022-01-19
22:47
2022-02-02
03:14
avoid logical replication empty transactions Moved to next CF 15 Euler Taveira (eulerto), Ajin Cherian (ajinc) vigneshwaran C (vignesh.postgres), Peter Smith (smithpb), Greg Nancarrow (gregn1234) amitkapila 5 2022-03-31
19:19
2022-03-30
08:30
Diagnostic comment in LogicalIncreaseXminForSlot Moved to next CF Ashutosh Bapat (ashutoshbapat) Masahiko Sawada (masahikosawada) amitkapila 2 2021-10-01
02:24
2021-10-01
02:25
Replicates changes for all tables in schema Moved to next CF 15 vigneshwaran C (vignesh.postgres) Greg Nancarrow (gregn1234), Haiying Tang (tanghy), Mark Dilger (mark.dilger), Hou Zhijie (houzj), Rahila Syed (rahila) amitkapila 3 2021-11-16
04:40
2021-11-16
04:44
Fix for START_REPLICATION without IDENTIFY_SYSTEM Committed Jeff Davis (jdavis) jdavis 1 2021-07-09
18:52
2021-07-09
01:12
Detectable crashes and unlogged table resets Moved to next CF Jeff Davis (jdavis) 5 2022-03-07
01:41
2022-03-05
10:33
Skipping logical replication transactions on subscriber side Moved to next CF Masahiko Sawada (masahikosawada) vigneshwaran C (vignesh.postgres), Greg Nancarrow (gregn1234), Mark Dilger (mark.dilger), Hou Zhijie (houzj) amitkapila 5 2022-03-29
05:10
2022-04-07
11:39
GUC to prevent cancellation while waiting for sync rep Withdrawn 15 Jeff Davis (jdavis) 1 2021-07-13
02:22
2021-07-13
02:22
Allow providing restore_command as a command line option to pg_rewind Moved to next CF Alexey Kondratov (ololobus) Andrey Borodin (x4m) 5 2022-04-07
05:52
2022-04-07
05:53
PITR enhance getRecordTimestamp() Moved to next CF Simon Riggs (simon) 8 2022-09-16
12:37
2022-01-31
19:11
Column filtering in logical replication Moved to next CF 15 Álvaro Herrera (alvherre), Rahila Syed (rahila.syed), Tomas Vondra (fuzzycz) Álvaro Herrera (alvherre), Peter Eisentraut (petere), vigneshwaran C (vignesh.postgres) fuzzycz 5 2022-03-26
18:21
2022-03-30
12:01
Teach pg_receivewal to use lz4 compression Moved to next CF 15 Georgios Kokolatos (gkokolatos) Michael Paquier (michael-kun) michael-kun 3 2021-11-05
04:39
2021-11-24
11:54
Security
Dump public schema ownership, seclabels and comments Committed Noah Misch (nmisch) nmisch 2 2021-06-29
01:38
2021-06-29
16:32
public schema default ACL Moved to next CF Noah Misch (nmisch) Peter Eisentraut (petere) nmisch 3 2021-09-10
07:03
2021-09-08
09:45
Convert contrib SQL functions to new style Moved to next CF Tom Lane (tgl) 2 2021-09-01
17:28
2021-09-01
17:27
Improve sepgsql logging so it follows the behaviour of selinux's logging. Moved to next CF Dave Page (dpage) Jacob Champion (jchampion) tgl 4 2022-01-12
19:24
2022-01-12
19:24
Support for NSS as a libpq TLS backend Moved to next CF Daniel Gustafsson (d_gustafsson), Jacob Champion (jchampion) Joshua Brindle (joshuab) 5 2022-02-23
10:32
2022-02-04
20:18
Delegating superuser tasks to new security roles Moved to next CF 15 Mark Dilger (mark.dilger) Andrew Dunstan (adunstan), Nathan Bossart (bossartn) 3 2021-11-15
20:47
2021-11-01
22:42
Server Features
Transactions involving multiple postgres foreign servers Moved to next CF Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) Takayuki Tsunakawa (maumau), Ashutosh Bapat (ashutoshbapat), Chris Travers (einhverfr), Muhammad Usama (muhammad_usama), Masahiro Ikeda (masahiro.ikeda) 18 2021-10-04
01:00
2021-10-06
03:03
Index Skip Scan Moved to next CF 16 Dmitry Dolgov (erthalion), Thomas Munro (macdice), Jesper Pedersen (jpedersen) Peter Geoghegan (pgeoghegan), Dilip Kumar (dilip.kumar), Thomas Munro (macdice), Chris Travers (einhverfr), James Coleman (jcole1989), Cristiano Duarte (cunha17), Andy Fan (andyf), Yuming Wang (yumwang), Jet Zhang (thinkj), Alexandre Felipe (bob.tpro) 19 2022-03-24
11:32
2022-03-29
03:19
A hook for path-removal decision on add_path Moved to next CF KaiGai Kohei (kaigai) 11 2022-03-24
13:27
2022-10-02
16:59
Fix partitionwise join with partially-redundant join clauses Moved to next CF Richard Guo (richardguo) Tom Lane (tgl), Dilip Kumar (dilip.kumar), Ashutosh Bapat (ashutoshbapat) 15 2024-02-21
11:30
2024-03-19
07:39
Global temporary table Moved to next CF 16 Wenjing Zeng (wenjing.zwj) Pavel Stehule (okbobcz), Shawn Wang (shawnwang), Tony Zhu (zhuxw) 13 2022-06-30
20:54
2022-06-30
20:54
GUC to disable cancellation of awaiting for synchronous replication Moved to next CF Andrey Borodin (x4m) Maksim Milyutin (maksm90), Michail Nikolaev (nkey), Aleksander Alekseev (aalekseev) 9 2021-10-06
13:13
2021-04-23
10:19
jsonpath syntax extensions Moved to next CF 15 Nikita Glukhov (n.glukhov) 12 2023-02-13
18:18
2022-03-31
19:21
ALTER SYSTEM READ { ONLY | WRITE } Moved to next CF Amul Sul (sulamul) 9 2022-01-10
04:22
2021-12-01
04:59
Non-volatile WAL buffer Withdrawn Takashi Menjo (tmenjo) 6 2021-06-18
06:46
2021-03-09
07:23
Extended statistics / estimate Var op Var clauses Moved to next CF Tomas Vondra (fuzzycz) Dean Rasheed (deanr), Mark Dilger (mark.dilger) 9 2022-10-12
08:03
2022-10-12
08:04
Xact event callback at command start Moved to next CF Gilles Darold (darold) Julien Rouhaud (rjuju) 4 2021-09-01
14:23
2021-09-04
11:00
New Table Access Methods for Multi and Single Inserts Moved to next CF Bharath Rupireddy (bharathrupireddy) 9 2022-10-12
05:31
2024-03-19
05:09
On client login event trigger Moved to next CF 17 Konstantin Knizhnik (knizhnik), Greg Nancarrow (gregn1234), Mikhail Gribkov (youzhick) Pavel Stehule (okbobcz), Daniel Gustafsson (d_gustafsson), Ivan Panchenko (wao), Greg Nancarrow (gregn1234) smagen 15 2023-10-18
10:31
2023-10-29
22:21
SQL/JSON: functions Moved to next CF 15 Nikita Glukhov (n.glukhov) adunstan 7 2022-04-08
03:47
2022-04-08
12:15
SQL/JSON: JSON_TABLE Moved to next CF 15 Nikita Glukhov (n.glukhov) adunstan 7 2022-04-08
03:48
2022-04-06
18:05
Discarding DISCARD ALL Withdrawn 15 Simon Riggs (simon) 3 2021-06-21
17:13
2021-06-21
16:50
Table AM modifications to accept column projection lists Withdrawn Jacob Champion (jchampion), Soumyadeep Chakraborty (soumyadeepc) 3 2021-06-30
23:43
2021-06-30
23:42
Key management with tests Withdrawn 15 Stephen Frost (sfrost), Masahiko Sawada (masahikosawada), Bruce Momjian (bmomjian) 3 2021-07-15
14:45
2022-06-16
23:24
EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW Rejected Bharath Rupireddy (bharathrupireddy) Japin Li (japin) 2 2021-07-10
13:23
2021-07-10
13:23
Allow batched insert during cross-partition updates Moved to next CF Amit Langote (amitlan) Etsuro Fujita (efujita), Georgios Kokolatos (gkokolatos), Hou Zhijie (houzj) efujita 10 2022-12-20
10:23
2022-12-20
11:19
Hooks and API to allow loadable wire protocol extensions Moved to next CF Jan Wieck (wieck) 3 2021-10-01
06:56
2021-03-05
01:38
Add regexp_positions(string text, pattern text, flags text) → setof record (starts integer[], lengths integer[]) Moved to next CF Joel Jacobson (joeljacobson) Tom Lane (tgl) 3 2021-12-03
08:46
2021-09-21
17:55
Support empty ranges with bounds information Rejected 14 Joel Jacobson (joeljacobson) 1 2021-03-03
03:56
2021-03-04
18:05
PROXY protocol support Moved to next CF Magnus Hagander (mha) Jacob Champion (jchampion), wilfried roset (wilfriedroset), Julien Riou (riouj) 7 2022-10-12
05:27
2022-07-28
20:05
Add common functions regexp_like, regexp_count, regexp_instr, regexp_substr and regexp_replace Moved to next CF Gilles Darold (darold) Tom Lane (tgl) tgl 2 2021-08-03
17:09
2021-08-03
17:10
Extended statistics in EXPLAIN Moved to next CF Tomas Vondra (fuzzycz) Tatsuro Yamada (tatsuro_yamada) 6 2022-08-01
20:38
2022-01-18
11:31
Merging statistics from children instead of re-sampling everything Moved to next CF Tomas Vondra (fuzzycz) 5 2022-04-08
13:24
2022-02-18
11:50
Add missing function abs (interval) Moved to next CF Isaac Morland (ijmorlan) Tom Lane (tgl) 3 2021-12-03
07:41
2021-12-03
07:41
estimating joins using extended statistics Moved to next CF Tomas Vondra (fuzzycz) Andy Fan (andyf) 4 2022-02-07
03:20
2022-01-19
10:18
Remove 64K hard limit on rangetable size Moved to next CF Tom Lane (tgl) Aleksander Alekseev (a.alekseev) tgl 2 2021-09-15
18:12
2021-09-15
08:01
Add callback table access method to reset filenode when dropping relation Moved to next CF Mats Kindahl (matski) Aleksander Alekseev (a.alekseev), Alexander Kuzmenkov (akuzmenkov) 7 2022-10-12
07:38
2022-10-12
07:39
Addition of authenticated ID to pg_stat_activity Moved to next CF 15 Michael Paquier (michael-kun) Aleksander Alekseev (aalekseev) 2 2021-10-01
01:08
2021-10-01
01:08
Asymmetric partition-wise JOIN Moved to next CF 15 KaiGai Kohei (kaigai), Andrei Lepikhov (lepikhov) Alexander Pyhalov (a.pyhalov) 7 2022-10-12
05:27
2022-01-17
10:42
Extensible parsing Moved to next CF 15 Julien Rouhaud (rjuju) 4 2022-01-17
00:33
2022-01-17
00:33
postgres_fdw: Handle boolean comparison predicates Moved to next CF Emre Hasegeli (hasegeli) Etsuro Fujita (efujita), Ashutosh Bapat (ashutoshbapat), Cary Huang (cary) 2 2021-10-01
07:10
2021-10-01
07:10
logical decoding and replication of sequences Moved to next CF Tomas Vondra (fuzzycz) Peter Eisentraut (petere) fuzzycz 5 2022-03-24
22:07
2022-08-29
21:42
Range Merge Join Moved to next CF 15 Thomas Mannhart (thomasmannhart97) 4 2022-02-07
03:12
2022-01-17
07:39
unnesting multirange data types Moved to next CF 14 Alexander Korotkov (smagen) Justin Pryzby (justinpryzby), Jonathan Katz (jkatz05) smagen 2 2021-10-01
07:13
2021-09-08
20:30
pg_stats and range statistics Moved to next CF 17 Egor Rogov (egorius) Tomas Vondra (fuzzycz), Soumyadeep Chakraborty (soumyadeepc) smagen 13 2023-11-27
00:54
2023-11-25
16:57
Autovacuum (analyze) on partitioned tables for ATTACH/DETACH/DROP commands Moved to next CF Yuzuko Hosoya (yuzu) 2 2021-10-01
06:49
2021-10-01
06:50
Automatic notification for top transaction IDs Withdrawn Gurjeet Singh (gurjeet) 1 2021-07-01
00:49
2021-06-23
04:37
PoC: improving join estimates using sampling Moved to next CF Tomas Vondra (fuzzycz) 5 2022-03-22
00:25
2022-03-22
00:17
Allow numeric scale to be negative or greater than precision Committed Dean Rasheed (deanr) Tom Lane (tgl) deanr 1 2021-07-26
13:22
2021-07-26
13:51
Cleaning up orphaned files using undo logs Moved to next CF Antonin Houska (a.houska) Dmitry Dolgov (erthalion) 4 2022-02-07
03:08
2022-01-12
08:27
Automatic notification of top transaction IDs Moved to next CF Gurjeet Singh (gurjeet) Cary Huang (cary) 3 2021-11-04
13:05
2021-11-04
15:01
SQL Commands
SQL:2011 application time Moved to next CF Paul Jungwirth (pjungwir), Ibrar Ahmed (ibrar) Peter Eisentraut (petere) 12 2022-02-07
03:18
2024-03-18
04:47
Incremental Materialized View Maintenance Moved to next CF 16 Yugo Nagata (yugo.nagata), takuma hoshiai (hoshiai) Tatsuo Ishii (ishii), Toshi Harada (nuko-yokohama), yonghua jian (yonghua) 17 2022-10-12
07:49
2022-10-12
07:53
FETCH FIRST clause PERCENT option Moved to next CF Surafel Temesgen (surafel) 12 2021-10-03
16:16
2021-09-30
18:31
Implement INSERT SET syntax Moved to next CF Gareth Palmer (gareth) Jaime Casanova (jcasanov), Ibrar Ahmed (ibrar), movead li (movead.li), Wenjing Zeng (wenjing.zwj) 15 2022-08-01
20:18
2022-07-14
10:45
WITH SYSTEM VERSIONING Temporal Tables Moved to next CF Surafel Temesgen (surafel) Vik Fearing (xocolatl), Rémi Lapeyre (remilapeyre) 11 2021-11-16
12:31
2021-11-16
12:31
Automatic HASH and LIST partition creation Moved to next CF Anastasia Lubennikova (lubennikovaav) Nitin Jadhav (nitinjadhav11), Pavel Borisov (pborisov) 7 2021-12-02
11:20
2021-12-02
11:20
Allow COPY "text" to output a header and add header matching mode to COPY FROM Moved to next CF Rémi Lapeyre (remilapeyre) Peter Eisentraut (petere) petere 8 2022-03-30
07:11
2022-03-30
07:11
CLUSTER on partitioned table Moved to next CF 15 Justin Pryzby (justinpryzby) Matthias van de Meent (mmeent) alvherre 8 2022-04-02
17:11
2022-04-04
12:59
DROP INDEX CONCURRENTLY on partitioned index Withdrawn 15 Justin Pryzby (justinpryzby) 4 2021-07-24
16:46
2021-07-24
16:46
CREATE INDEX CONCURRENTLY on partitioned table Moved to next CF Justin Pryzby (justinpryzby), Alexander Pyhalov (a.pyhalov) Anastasia Lubennikova (lubennikovaav), Alexander Pyhalov (a.pyhalov), Ilya Gladyshev (qoops) 15 2023-09-18
14:48
2023-07-13
06:49
create table like: ACCESS METHOD Moved to next CF 15 Justin Pryzby (justinpryzby) Simon Riggs (simon) 4 2021-10-01
08:00
2021-10-01
08:01
REINDEX backend filtering Withdrawn Julien Rouhaud (rjuju) 3 2021-05-08
03:31
2021-03-15
19:37
Dynamic result sets from procedures Moved to next CF Peter Eisentraut (petere) 12 2023-10-30
09:26
2023-02-24
11:26
MERGE SQL command Moved to next CF 15 Álvaro Herrera (alvherre), Simon Riggs (simon), Pavan Deolasee (pavan) 4 2021-09-01
12:58
2022-03-28
15:06
Partial foreign key updates in referential integrity triggers Moved to next CF 15 Paul Martinez (pauljulius) Peter Eisentraut (petere) petere 5 2021-12-08
10:29
2021-12-08
10:29
NOT VALID for Unique Indexes Moved to next CF Simon Riggs (simon) 3 2021-10-01
07:21
2021-09-01
11:02
Rename of triggers for partitioned tables Committed Arne Roland (harks) Álvaro Herrera (alvherre) alvherre 2 2021-07-22
22:35
2021-07-26
18:11
Foreign Key Arrays Moved to next CF Mark Rofail (markmoheb) Joel Jacobson (joeljacobson), Justin Pryzby (justinpryzby) 3 2021-09-14
18:59
2021-10-05
19:15
alter table set TABLE ACCESS METHOD Withdrawn Justin Pryzby (justinpryzby) Jeff Davis (jdavis) 2 2021-06-08
21:49
2021-07-30
21:18
Release SPI plans for referential integrity with DISCARD Moved to next CF Yuzuko Hosoya (yuzu) 2 2021-10-01
07:15
2021-09-26
19:05
rename column if exists Moved to next CF David Oksman (oks) Yagiz Nizipli (yagiznizipli) 4 2022-01-17
00:30
2022-01-17
00:29
CREATE SEQUENCE with RESTART option Rejected Bharath Rupireddy (bharathrupireddy) Cary Huang (cary) 1 2021-07-29
00:52
2021-07-28
23:49
ALTER TABLE ... SET ACCESS METHOD Committed 15 Jeff Davis (jdavis), Justin Pryzby (justinpryzby) Michael Paquier (michael-kun) michael-kun 1 2021-07-28
02:13
2021-07-30
21:18
Allow queries in WHEN expression of FOR EACH STATEMENT triggers Moved to next CF Joe Wildish (joewildish) 2 2021-10-03
22:18
2021-09-23
20:02
Reconsider catalog representation and lookup rules for procedures with OUT parameters Committed 14 Tom Lane (tgl) Peter Eisentraut (petere) tgl 1 2021-06-10
22:26
2021-06-10
13:57
DELETE CASCADE Moved to next CF 15 David Christensen (davidchristensen) 4 2023-03-06
15:40
2022-01-31
16:30
System Administration
Avoid hiding shared filesets in pg_ls_tmpdir (pg_ls_* functions for showing metadata ...) Moved to next CF Justin Pryzby (justinpryzby) Fabien Coelho (calvin) 21 2024-01-22
01:15
2024-01-22
01:16
Fix pg_rewind race condition just after promotion Moved to next CF Heikki Linnakangas (heikki) Kyotaro Horiguchi (horiguti), Aleksander Alekseev (aalekseev) heikki 12 2023-02-23
13:43
2023-02-23
13:43
Mitigate pg_rewind race condition, if config file is enlarged concurrently. Moved to next CF Heikki Linnakangas (heikki) Daniel Gustafsson (d_gustafsson), Cary Huang (cary) d_gustafsson 7 2022-04-05
13:03
2022-04-05
08:11
Maximize page freezing Withdrawn Simon Riggs (simon) Álvaro Herrera (alvherre) 3 2021-07-15
06:58
2021-07-15
07:00
New default role allowing to change per-role settings Moved to next CF Michael Banck (mbanck) Stephen Frost (sfrost), Shinya Kato (kato-shinya) 8 2022-08-01
20:31
2022-01-29
11:10
Catalog version access Moved to next CF Vik Fearing (xocolatl), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 5 2022-01-31
07:57
2022-01-31
18:10
Add --create-only option to pg_dump/pg_dumpall Moved to next CF Michael Banck (mbanck) Cary Huang (cary), Nitin Jadhav (nitinjadhav11) 3 2021-09-13
13:26
2021-09-13
13:26
Reduce lock level for ALTER TABLE ... ADD CHECK Moved to next CF 15 Simon Riggs (simon) Greg Sabino Mullane (greg) 3 2021-11-21
21:05
2021-10-03
16:51
add pg_ctl option that returns amount of shmem required Moved to next CF Nathan Bossart (bossartn) Michael Paquier (michael-kun) michael-kun 2 2021-09-21
02:11
2022-05-11
15:57