Commitfest 2022-11

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 94. Moved to next CF: 174. Withdrawn: 13. Rejected: 4. Returned with Feedback: 22. Total: 307.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
pgbench: using prepared BEGIN statement in a pipeline could cause an error Moved to next CF 15 Yugo Nagata (yugo.nagata) Kyotaro Horiguchi (horiguti), Fabien Coelho (calvin), Daniel Gustafsson (dege) alvherre 9 2023-02-21
15:39
2023-02-21
16:32
Error "initial slot snapshot too large" in create replication slot Moved to next CF Kyotaro Horiguchi (horiguti), Dilip Kumar (dilip.kumar) Akshat Jaimini (akshatj) 11 2024-01-16
04:32
2024-01-16
14:15
Fix dsa_free() to re-bin segment Moved to next CF Dongming Liu (inferyes) clundro infdahai (infdahai.outlook.com) macdice 6 2023-07-04
04:19
2023-07-04
04:22
Fix recovery conflict SIGUSR1 handling Moved to next CF Thomas Munro (macdice) Michael Paquier (michael-kun), KARAM MOORE (global) macdice 7 2023-09-07
03:48
2023-08-05
02:53
Data is copied twice when specifying both child and parent table in publication Moved to next CF wei wang (wangwei), Yu Shi (shiy.fnst) Amit Kapila (amitkapila), Takamichi Osumi (tatatappp), vigneshwaran C (vignesh.postgres), Hou Zhijie (houzj) amitkapila 5 2023-03-30
08:09
2023-03-31
23:05
Fix assertion failure with barriers in parallel hash join Moved to next CF stable Thomas Munro (macdice), Melanie Plageman (melanieplageman) David Geier (geidav) macdice 5 2023-03-21
02:26
2023-03-21
02:25
pg_rewind: warn when checkpoint hasn't happened after promotion Moved to next CF James Coleman (jcole1989) Keisuke Kuroda (kiskk) heikki 5 2023-02-27
07:46
2023-02-28
12:37
pg_visibility's pg_check_visible() yields false positive when working in parallel with autovacuum Moved to next CF 14 Daniel Shelepanov (dshelepanov) 6 2024-02-27
20:22
2024-03-12
12:10
Fix GIN indexes cost estimation Moved to next CF 16 Ronan Dunklau (rdunklau) Tom Lane (tgl), Alexander Korotkov (smagen) smagen 3 2023-01-08
20:11
2023-01-08
19:53
Fix alter subscription concurrency errors Moved to next CF 16 Jelte Fennema-Nio (jeltef) 4 2023-03-28
21:28
2023-03-20
21:54
Make ON_ERROR_STOP stop on shell script failure Moved to next CF Tatsuhiro Nakamori (tatsu) Fujii Masao (masaofujii) 4 2023-07-06
09:57
2023-07-06
09:57
Fix bogus error emitted by pg_recvlogical when interrupted Moved to next CF Bharath Rupireddy (bharathrupireddy) Michael Paquier (michael-kun), Tristan Partin (tristan957) michael-kun 4 2023-07-20
01:25
2023-07-20
01:25
Fix order of checking ICU options in initdb and create database Moved to next CF 15 Marina Polyakova (whipping.top1991) José Villanova (azlev) 4 2023-07-06
08:33
2023-07-06
08:33
Clients
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
Add non-blocking version of PQcancel Moved to next CF 17 Jelte Fennema-Nio (jeltef) Denis Laxalde (dlax) alvherre 11 2024-03-28
10:33
2024-04-04
18:06
Add LZ4 compression in pg_dump Moved to next CF 16 Georgios Kokolatos (gkokolatos), Rachel Heaton (rheaton) Tomas Vondra (fuzzycz), Justin Pryzby (justinpryzby), Yu Shi (shiy.fnst) fuzzycz 6 2023-02-23
20:23
2023-03-31
23:34
Support load balancing in libpq Moved to next CF 16 Jelte Fennema-Nio (jeltef) Daniel Gustafsson (d_gustafsson), Andrey Borodin (x4m), Michael Banck (mbanck) d_gustafsson 5 2023-03-29
20:19
2023-03-30
09:49
Use the system CA pool for certificate verification Moved to next CF 16 Jacob Champion (jchampion), Thomas Habets (habets) Jelte Fennema-Nio (jeltef) d_gustafsson 3 2023-04-05
21:28
2023-04-05
21:29
Code Comments
Add more comments on PreventInTransactionBlock Moved to next CF Yugo Nagata (yugo.nagata) Tom Lane (tgl) tgl 2 2023-01-01
20:06
2022-12-13
19:26
Fix GetWALAvailability function code comments for WALAVAIL_REMOVED return value Moved to next CF sirisha chamarthi (sirishac) tgl 2 2023-01-19
23:41
2023-01-24
00:47
Documentation
doc: PQexecParams binary handling example for REAL data type Moved to next CF Mark Wong (markwkm) 6 2023-07-26
09:55
2023-07-04
07:29
doc: mention CREATE+ATTACH PARTITION as an alternative to CREATE..PARTITION OF Moved to next CF 12 Justin Pryzby (justinpryzby) Robert Treat (xzilla), Jakub Wartak (jakub.wartak.tomtom) tgl 4 2023-03-16
20:51
2023-03-16
21:27
Add document is_superuser Moved to next CF 16 Kotaro Kawamoto (kawamochi) Shinya Kato (kato-shinya), Masao Fujii (fujiimso) masaofujii 6 2023-12-02
05:26
2023-06-07
17:33
PGDOCS - Stats views and functions not in order? Moved to next CF 16 Peter Smith (smithpb) Peter Eisentraut (petere) petere 2 2023-01-30
10:42
2023-01-30
10:42
Improve doc for autovacuum on partitioned tables Moved to next CF 16 Laurenz Albe (laurenz) Nathan Bossart (bossartn) 4 2023-08-01
20:25
2023-10-10
19:14
Miscellaneous
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-04-01
03:32
2024-02-27
02:46
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
disallow HEAP_XMAX_COMMITTED and HEAP_XMAX_IS_LOCKED_ONLY Moved to next CF 16 Nathan Bossart (bossartn) Mark Dilger (mark.dilger) 7 2023-02-25
22:53
2023-02-02
17:33
reduce impact of lengthy startup and checkpoint tasks Moved to next CF 17 Nathan Bossart (bossartn) Bharath Rupireddy (bharathrupireddy) 9 2023-09-01
12:42
2023-07-04
18:37
64-bit XIDs Moved to next CF Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Aleksander Alekseev (a.alekseev), Konstantin Knizhnik (knizhnik), Nikita Glukhov (n.glukhov), Yura Sokolov (funny_falcon), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Aleksander Alekseev (a.alekseev), Chris Travers (einhverfr) 6 2023-12-15
01:29
2024-01-19
05:56
Completed unaccent dictionary with many missing characters Moved to next CF 15 Przemysław Sztoch (psztoch) 4 2023-01-31
16:38
2023-01-31
17:31
generate_series in selected timezone, date_add in selected timezone Moved to next CF 16 Gurjeet Singh (gurjeet), Przemysław Sztoch (psztoch) Tom Lane (tgl), Gurjeet Singh (gurjeet) tgl 5 2023-03-18
18:12
2023-03-18
18:18
explain analyze rows=%.0f Moved to next CF Ibrar Ahmed (ibrar) Amit Kapila (amitkapila), Hamid Akhtar (hamidakhtar), Naeem Akhter (naeem) 5 2023-08-01
20:29
2023-08-01
20:29
making relfilenodes 56 bit Moved to next CF Dilip Kumar (dilip.kumar) Robert Haas (rhaas) 4 2023-01-06
06:14
2023-01-06
06:13
New hooks in the connection path Moved to next CF 16 Bertrand Drouvot (bdrouvot) Joe Conway (jconway), Bharath Rupireddy (bharathrupireddy) 5 2023-04-04
10:09
2023-04-04
10:11
Check consistency of GUC defaults between .sample.conf and pg_settings.boot_val Moved to next CF Kyotaro Horiguchi (horiguti), Justin Pryzby (justinpryzby) Justin Pryzby (justinpryzby) 9 2024-01-26
13:16
2024-01-26
13:18
Add LSN to error messages reported for WAL file read/write/validate header failures and a new function pg_walfile_offset_lsn() Moved to next CF 16 Nathan Bossart (bossartn), Bharath Rupireddy (bharathrupireddy) Maxim Orlov (m.orlov) michael-kun 2 2022-12-20
05:05
2022-12-23
17:07
CF App: add "Returned: Needs more interest" close status Moved to next CF Jacob Champion (jchampion) 3 2023-02-01
20:42
2023-02-01
20:44
Monitoring & Control
pg_stat_statements and "IN" conditions Moved to next CF Dmitry Dolgov (erthalion) Nathan Bossart (bossartn), David Geier (geidav), Chengxi Sun (martin-sun) 18 2024-04-09
06:28
2024-04-23
08:18
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
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-26
02:34
Add system view tracking shared buffer actions Moved to next CF 16 Melanie Plageman (melanieplageman) Justin Pryzby (justinpryzby) andresfreund 9 2023-02-12
17:27
2023-04-05
00:41
Add foreign-server health checks infrastructure Moved to next CF Hayato Kuroda (ha-kun) Fujii Masao (masaofujii), vigneshwaran C (vignesh.postgres), Shinya Kato (shinyakato), Yuta Katsuragi (katsuragiy) 14 2024-04-01
09:41
2023-12-12
02:43
Add pg_stat_session Moved to next CF Rafia Sabih (rafia.sabih), Sergey Dudoladov (sdudoladov) Aleksander Alekseev (a.alekseev), Bertrand Drouvot (bdrouvot), Atsushi Torikoshi (atsushitorikoshi), Andrei Zubkov (zubkov) 13 2024-04-08
14:24
2024-02-12
12:30
explain_regress, explain(MACHINE), and default to explain(BUFFERS) Moved to next CF 16 Justin Pryzby (justinpryzby), Nikolay Samokhvalov (nikolay) Laurenz Albe (laurenz), Justin Pryzby (justinpryzby) 6 2023-01-15
21:56
2022-12-01
18:08
Add Amcheck option for checking unique constraints in btree indexes Moved to next CF Anastasia Lubennikova (lubennikovaav), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Peter Geoghegan (pgeoghegan), Aleksander Alekseev (a.alekseev), Mark Dilger (mark.dilger) smagen 10 2023-10-27
21:22
2023-10-30
07:29
Add index scan progress to pg_stat_progress_vacuum Moved to next CF Sami Imseih (simseih) Masahiko Sawada (masahikosawada), Nathan Bossart (bossartn) masahikosawada 5 2023-07-11
05:54
2023-07-11
05:54
Add JIT deform_counter Moved to next CF Dmitry Dolgov (erthalion) Pavel Stehule (okbobcz), Daniel Gustafsson (d_gustafsson) d_gustafsson 7 2023-09-08
13:35
2023-09-08
13:45
Amcheck verification of GiST and GIN Moved to next CF Heikki Linnakangas (heikki), Andrey Borodin (x4m), Grigory Kryachko (gskryachko) José Villanova (azlev), Aleksander Alekseev (aalekseev) 11 2024-03-11
06:11
2024-03-11
06:11
Add last_vacuum_index_scans in pg_stat_all_tables Moved to next CF Ken Kato (kkato) Kshetrapaldesi Tutika (kshetrapal) 3 2023-01-31
11:02
2023-01-03
10:40
HOT chain validation in verify_heapam() Moved to next CF Himanshu Upadhyaya (himanshuu) Robert Haas (rhaas), Aleksander Alekseev (a.alekseev) rhaas 4 2023-03-22
13:19
2023-03-27
17:43
Add tracking of backend memory allocated to pg_stat_activity Moved to next CF Reid Thompson (jreidthompsoncd) Melanie Plageman (melanieplageman), Bertrand Drouvot (bdrouvot) 3 2023-01-05
21:33
2023-09-02
15:13
Periodic burst growth of the checkpoint_req counter on replica. Moved to next CF 17 Anton Melnikov (antonmel) Alexander Korotkov (smagen) smagen 7 2023-12-24
23:14
2023-12-25
08:23
Add EXPLAIN option GENERIC_PLAN for parameterized queries Moved to next CF 16 Laurenz Albe (laurenz) Julien Rouhaud (rjuju), Christoph Berg (myon), Michel Pelletier (michelp), Jim Jones (jimus) tgl 3 2023-03-24
21:07
2023-03-28
06:35
Performance
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
More scalable multixacts buffers and locking Moved to next CF Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) alvherre 20 2024-04-07
12:52
2024-04-07
19:13
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
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
Using each rel as both outer and inner for anti-joins Moved to next CF Richard Guo (richardguo) Ronan Dunklau (rdunklau) tgl 9 2023-04-05
20:59
2023-04-07
07:28
Parallelize correlated subqueries that execute within each worker Moved to next CF James Coleman (jcole1989) Akshat Jaimini (akshatj) 14 2024-04-08
14:18
2024-02-01
02:11
postgres_fdw: commit remote (sub)transactions in parallel during pre-commit Moved to next CF 16 Etsuro Fujita (efujita) Fujii Masao (masaofujii), David Zhang (david.z) efujita 8 2023-04-06
10:05
2023-04-06
08:41
partIndexlist for partitioned tables uniqueness Moved to next CF Arne Roland (harks) David Rowley (davidrowley) davidrowley 6 2023-01-09
04:22
2023-01-09
04:21
In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) Moved to next CF Kyotaro Horiguchi (horiguti) Nathan Bossart (bossartn), Justin Pryzby (justinpryzby), Jakub Wartak (jakub.wartak.tomtom) 13 2024-04-08
14:07
2024-01-23
04:15
AcquireExecutorLocks() and run-time pruning Moved to next CF Amit Langote (amitlan) Tom Lane (tgl) 13 2024-04-08
07:59
2024-04-08
08:39
Speed up releasing of locks Moved to next CF Andres Freund (andresfreund), David Rowley (davidrowley) Heikki Linnakangas (heikki) 13 2024-04-08
08:00
2024-01-09
06:24
postgres_fdw - use TABLESAMPLE when analyzing foreign tables Moved to next CF Tomas Vondra (fuzzycz) Tom Lane (tgl), James Finnerty (jimfinnerty) fuzzycz 5 2022-12-30
23:06
2023-01-07
15:20
Allow parallel plan for referential integrity checks Moved to next CF Frédéric Yhuel (yhuelf) Sami Imseih (simseih) 7 2023-07-04
07:45
2024-02-01
17:49
nbtree performance improvements through specialization on key shape Moved to next CF Matthias van de Meent (mmeent) 11 2024-04-08
14:59
2024-03-04
20:39
Add sortsupport for range types and btree_gist Moved to next CF Christoph Heiss (christoph.heiss) Bernd Helmle (psoo) 11 2024-04-08
07:27
2024-03-22
14:20
Improve dead tuple storage for lazy vacuum Moved to next CF Masahiko Sawada (masahikosawada), John Naylor (john.naylor) masahikosawada 10 2024-04-08
04:59
2024-04-08
13:17
Reducing planning time when tables have many partitions Moved to next CF Yuya Watari (watari) Thom Brown (thom), Ashutosh Bapat (ashutoshbapat), Andrei Lepikhov (lepikhov) 11 2024-04-08
15:00
2024-03-06
14:16
Use fadvise in wal replay Moved to next CF Kirill Reshke (reshke), Jakub Wartak (jakub.wartak.tomtom) Andrey Borodin (x4m), Pavel Borisov (pborisov) 5 2023-04-09
03:01
2023-04-09
03:01
Eliminating SPI from RI triggers Moved to next CF Amit Langote (amitlan) 6 2023-07-10
08:28
2023-07-10
08:30
Parallel Aggregates for string_agg and array_agg Moved to next CF David Rowley (davidrowley) Pavel Stehule (okbobcz) davidrowley 3 2023-01-23
04:38
2023-01-23
04:37
Minimizing calls to SubTransSetParent() Moved to next CF Simon Riggs (simon) 4 2023-03-22
17:46
2022-11-29
18:44
asynchronous execution support for Custom Scan Moved to next CF KaiGai Kohei (kaigai), kazutaka onishi (onishi) 8 2024-02-01
17:41
2024-02-01
17:42
Add semi-join pushdown to postgres_fdw Moved to next CF 17 Alexander Pyhalov (a.pyhalov) Yuki Fujii (fujiiyuki) smagen 8 2023-12-27
11:02
2023-12-05
10:29
New strategies for freezing, advancing relfrozenxid early Moved to next CF Peter Geoghegan (pgeoghegan) Matthias van de Meent (mmeent) 3 2023-01-26
06:23
2023-01-27
18:40
Pulling up direct-correlated ANY_SUBLINK Moved to next CF Andy Fan (andyf) 2 2023-01-31
16:46
2024-02-15
09:51
BRIN Sort - sorting using BRIN indexes Moved to next CF Tomas Vondra (fuzzycz) Greg Stark (stark), Matthias van de Meent (mmeent) 7 2024-02-01
18:47
2024-02-01
18:47
Prefetch the next tuple's memory during seqscans Moved to next CF David Rowley (davidrowley), Thomas Munro (macdice) 7 2024-01-22
09:51
2024-01-22
10:15
Lockless queue of waiters based on atomic operations for LWLock Moved to next CF Alexander Korotkov (smagen), Pavel Borisov (pborisov) 7 2024-01-26
14:50
2024-01-26
14:53
Refactor relation extension, faster COPY Moved to next CF Andres Freund (andresfreund) Heikki Linnakangas (heikki), Melanie Plageman (melanieplageman) andresfreund 3 2023-04-07
01:17
2023-04-07
08:39
Allow WindowFuncs prosupport function to use more optimal WindowClause options Moved to next CF David Rowley (davidrowley) davidrowley 2 2022-12-23
02:27
2022-12-23
02:46
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) 31 2024-04-09
06:30
2024-04-11
05:34
Refactoring
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
Move SLRU data into the regular buffer pool Moved to next CF Heikki Linnakangas (heikki), Thomas Munro (macdice) Aleksander Alekseev (a.alekseev) 8 2023-09-04
12:30
2023-09-27
15:09
New [relation] options engine Moved to next CF Nikolay Shaplov (nataraj) 5 2023-01-31
16:48
2024-02-07
06:44
Making Vars outer-join aware Moved to next CF Tom Lane (tgl) Richard Guo (richardguo) tgl 3 2023-01-30
19:13
2023-01-30
16:45
Cygwin cleanup Moved to next CF Thomas Munro (macdice), Justin Pryzby (justinpryzby) Justin Pryzby (justinpryzby) 4 2023-03-02
04:04
2023-02-08
07:06
Refactoring postgres_fdw/connection.c Moved to next CF Fujii Masao (masaofujii) Etsuro Fujita (efujita) 5 2023-05-23
06:28
2023-02-15
11:53
Simplify find_my_exec by using realpath(3) Moved to next CF Tom Lane (tgl) tgl 3 2023-03-23
22:20
2023-03-23
22:20
Avoid use deprecated Windows Memory API Moved to next CF 16 Ranier Vilela (raniervilela) Aleksander Alekseev (a.alekseev) 3 2023-03-20
07:06
2023-03-22
12:18
Remove dead macro exec_subplan_get_plan Moved to next CF 16 Mingli Zhang (zml) Richard Guo (richardguo) 3 2023-04-04
18:03
2023-04-04
18:03
Move backup-related code to xlogbackup.c/.h Moved to next CF Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) 3 2023-03-24
03:31
2023-03-24
03:31
Simple code cleanup in tuplesort.c. Moved to next CF Xing Guo (higuoxing) Richard Guo (richardguo) john.naylor 2 2023-01-09
09:58
2023-01-11
03:45
Rework collation code Moved to next CF 16 Jeff Davis (jdavis), Thomas Munro (macdice) Peter Eisentraut (petere) jdavis 3 2023-02-24
17:30
2023-03-05
22:20
Windows filesystem support improvements Moved to next CF Thomas Munro (macdice) 3 2023-03-03
01:56
2023-03-03
01:52
Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Moved to next CF Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) michael-kun 3 2023-03-03
11:22
2023-03-06
08:17
ResourceOwner refactoring Moved to next CF Heikki Linnakangas (heikki) Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev) heikki 6 2023-11-08
12:37
2023-11-17
20:52
Split index and table statistics into different types of stats Moved to next CF 17 Bertrand Drouvot (bertranddrouvot.pg) Melanie Plageman (melanieplageman) 4 2023-07-10
09:14
2024-01-25
08:36
heapgettup() refactoring Moved to next CF 17 Melanie Plageman (melanieplageman) David Rowley (davidrowley), Peter Eisentraut (petere) davidrowley 3 2023-03-19
09:38
2023-03-19
09:38
SetLatches() Moved to next CF Thomas Munro (macdice) Aleksander Alekseev (a.alekseev) 9 2024-04-08
09:32
2023-09-28
09:58
Replication & Recovery
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
schema change not getting invalidated, both renamed table and new table data were getting replicated Moved to next CF vigneshwaran C (vignesh.postgres) Tom Lane (tgl) tgl 8 2023-01-06
16:12
2023-01-06
16:21
Add log messages when replication slots become active and inactive Moved to next CF Bharath Rupireddy (bharathrupireddy) amitkapila 10 2023-11-21
12:24
2023-11-21
08:48
pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory Moved to next CF Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) 11 2024-01-22
01:04
2024-01-22
01:05
Time-delayed logical replication subscriber Moved to next CF Euler Taveira (eulerto) vigneshwaran C (vignesh.postgres), Peter Smith (smithpb2250) 6 2023-03-10
12:08
2023-04-05
09:23
Support logical replication of DDL commands Moved to next CF Zheng Li (zhengli), vigneshwaran C (vignesh.postgres), Ajin Cherian (ajinc), Hou Zhijie (houzj), Runqi Tian (runqitian) Amit Kapila (amitkapila), Peter Smith (smithpb2250) 10 2024-03-28
12:27
2024-03-28
12:03
Perform streaming logical transactions by background workers Moved to next CF Hou Zhijie (houzj) Peter Smith (smithpb2250) amitkapila 5 2023-02-07
07:39
2023-05-09
10:01
Skip replicating the tables specified in except table option Moved to next CF vigneshwaran C (vignesh.postgres) Takamichi Osumi (tatatappp), Peter Smith (smithpb) 9 2024-01-09
06:32
2024-01-09
06:32
Switching XLog source from archive to streaming when primary available Moved to next CF Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) Nathan Bossart (bossartn) bossartn 11 2024-04-09
06:19
2024-03-23
09:22
An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication Moved to next CF Bharath Rupireddy (bharathrupireddy) 6 2023-08-02
19:47
2023-08-02
19:47
Minimal logical decoding on standbys Moved to next CF 16 Bertrand Drouvot (bdrouvot) Bharath Rupireddy (bharathrupireddy) andresfreund 5 2023-04-08
16:31
2023-04-08
17:12
Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Moved to next CF 16 Onder Kalaci (onderkalaci) vigneshwaran C (vignesh.postgres) amitkapila 4 2023-03-18
09:47
2023-03-18
09:49
Reuse Workers and Replication Slots during Logical Replication Moved to next CF Melih Mutlu (melihmutlu) Daniel Gustafsson (d_gustafsson) 8 2024-01-10
13:10
2024-01-10
13:10
Allow logical replication to copy tables in binary format Moved to next CF Melih Mutlu (melihmutlu) vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) amitkapila 4 2023-03-31
08:31
2023-03-23
07:40
pg_rewind WAL deletion pitfall Moved to next CF Alexander Kukushkin (cyberdem0n), Polina Bungina (hughcapet) Kyotaro Horiguchi (horiguti), Atsushi Torikoshi (atsushitorikoshi) 10 2024-04-08
14:33
2024-01-23
08:23
Adding CommandID to heap xlog records Moved to next CF Anastasia Lubennikova (lubennikovaav), Matthias van de Meent (mmeent) 2 2023-01-31
16:52
2023-06-26
21:15
Security
USAGE privilege on PUBLICATION Moved to next CF Antonin Houska (a.houska) 9 2024-01-15
10:56
2023-03-20
06:17
Let libpq reject unexpected authentication requests Moved to next CF 16 Jacob Champion (jchampion) Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev) michael-kun 5 2023-03-24
05:18
2023-03-25
02:59
automatic client-side column-level encryption Moved to next CF Peter Eisentraut (petere) 6 2024-04-10
10:15
2024-04-18
19:00
User functions for building SCRAM secrets Moved to next CF Jonathan Katz (jkatz05) 7 2024-01-27
03:32
2024-01-27
03:35
Server Features
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
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
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
Update relfrozenxmin when truncating temp tables Moved to next CF 16 Greg Stark (stark) 12 2024-01-22
01:29
2024-01-22
01:29
WIN32 pg_import_system_collations Moved to next CF Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Peter Eisentraut (petere) petere 6 2023-01-03
13:49
2023-01-03
13:48
Daitch-Mokotoff soundex Moved to next CF Dag Lem (daglem) Paul Ramsey (pramsey) tgl 7 2023-04-07
21:34
2023-04-08
11:50
Index SLRUs by 64-bit integers rather than by 32-bit integers Moved to next CF 16 Aleksander Alekseev (a.alekseev), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Alexander Korotkov (smagen), Jacob Champion (jchampion) smagen 11 2023-12-04
10:13
2023-12-17
21:14
Pluggable toaster Moved to next CF Fedor Sigaev (sigaev), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg), Nikita Malakhov (nmalakh) Andres Freund (andresfreund), Aleksander Alekseev (a.alekseev), Matthias van de Meent (mmeent) 7 2023-04-03
19:37
2023-02-07
10:38
Compression dictionaries Moved to next CF 17 Aleksander Alekseev (a.alekseev) Matthias van de Meent (mmeent), Nikita Malakhov (nmalakh) 9 2024-01-26
13:21
2024-01-26
13:23
Add initdb option to initialize cluster with non-standard xid/mxid/mxoff. Moved to next CF 16 Maxim Orlov (m.orlov), Pavel Borisov (pborisov) 5 2023-03-21
15:59
2023-03-21
09:44
Support % wildcard in extension upgrade scripts Moved to next CF 16 Sandro Santilli (strk) Regina Obe (reginaobe) 6 2023-08-01
18:24
2024-02-01
17:58
ALTER TABLE SET ACCESS METHOD on partitioned tables Moved to next CF Justin Pryzby (justinpryzby), Soumyadeep Chakraborty (soumyadeep2007), Soumyadeep Chakraborty (soumyadeepc) Álvaro Herrera (alvherre) alvherre 10 2024-03-26
08:05
2024-04-02
05:06
Push aggregation down to base relations and joins Moved to next CF Yuki Fujii (fujiiyuki) Tomas Vondra (fuzzycz) 8 2024-01-22
01:21
2024-01-22
01:22
BCP 47 locale names for Windows Moved to next CF Thomas Munro (macdice) 5 2024-03-01
11:14
2023-12-13
19:58
Provide the facility to set binary format output for specific OID's per session Moved to next CF Dave Cramer (dcramer) Peter Eisentraut (petere), Gurjeet Singh (gurjeet) 8 2024-02-01
15:35
2024-02-01
15:35
Page compression for OLTP Moved to next CF 16 Chen huajun (chenhuajun) 3 2023-01-31
16:56
2023-01-31
17:49
Patch to implement missing join selectivity estimation for range types Moved to next CF Mahmoud SAKR (mahmsakr), Diogo Repas (diogo.repas), Maxime Schoemans (mschoema), Zhicheng Luo (zcsysu.163.com) Damir Belyalov (xhevx), Alena Rybakina (a.rybakina) 10 2024-04-09
08:04
2024-01-22
08:10
logical decoding and replication of sequences, take 2 Moved to next CF Tomas Vondra (fuzzycz) Dilip Kumar (dilip.kumar), Peter Eisentraut (petere), Ashutosh Bapat (ashutoshbapat) 10 2024-04-08
07:20
2024-03-06
17:34
Enable jitlink as an alternative jit linker of legacy Rtdyld and add riscv jitting support Moved to next CF Alex Fan (alexfanqi) 6 2023-09-01
12:23
2023-01-06
00:07
Add the ability to limit the amount of memory that can be allocated to backends. Moved to next CF Reid Thompson (jreidthompsoncd), John Morris (coyotebush) 10 2024-04-08
07:58
2024-03-15
07:00
cataloguing NOT NULL constraints Moved to next CF Álvaro Herrera (alvherre) Peter Eisentraut (petere) alvherre 6 2023-08-31
11:29
2023-09-06
19:09
Expand character set for ltree labels Moved to next CF 16 Garen Torikian (gjtorikian) Nathan Bossart (bossartn) adunstan 2 2023-01-06
21:10
2023-01-06
21:08
Multi-version ICU Moved to next CF Thomas Munro (macdice) 9 2024-04-08
07:55
2024-02-13
23:12
Code checks for App Devs, using new options for transaction behavior Moved to next CF Simon Riggs (simon) Greg Stark (stark) 3 2023-03-24
03:34
2023-03-23
20:43
TDE key management patches Moved to next CF David Christensen (davidchristensen) Chris Travers (einhverfr) 7 2024-02-01
15:17
2024-02-01
15:17
Post-special Page Storage TDE support (aka Reserved Page Size) Moved to next CF David Christensen (davidchristensen) 9 2024-04-09
06:16
2024-03-13
16:26
Direct I/O (developer-only feature) Moved to next CF Andres Freund (andresfreund), Thomas Munro (macdice) Bharath Rupireddy (bharathrupireddy) macdice 3 2023-04-08
12:20
2023-04-09
23:46
Add palloc_aligned() to allow arbitrary power of 2 memory alignment Moved to next CF Andres Freund (andresfreund), David Rowley (davidrowley) davidrowley 2 2022-12-22
06:47
2022-12-22
00:34
SQL Commands
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
Dynamic result sets from procedures Moved to next CF Peter Eisentraut (petere) 12 2023-10-30
09:26
2023-02-24
11:26
Non-decimal integer literals Moved to next CF Peter Eisentraut (petere) John Naylor (john.naylor) petere 6 2022-12-14
06:13
2023-01-23
21:20
Add SPLIT PARTITION/MERGE PARTITIONS commands Moved to next CF 17 Dmitry Koval (d.koval) stephane tachoires (sttachoires) smagen 10 2024-04-06
22:23
2024-04-08
20:43
Add OR REPLACE option for CREATE OPERATOR Moved to next CF 16 Svetlana Derevyanko (getsusun) Nikita Malakhov (nmalakh) 4 2023-03-22
03:29
2023-03-22
03:29
Introduce array_shuffle() and array_sample() functions Moved to next CF Martin Kalcher (mkalcher) Tom Lane (tgl) tgl 4 2023-04-07
15:48
2023-04-07
16:01
COPY FROM IGNORE_ERRORS - ignores rows with errors while copying Moved to next CF 17 Atsushi Torikoshi (atsushitorikoshi), Damir Belyalov (xhevx) Daniel Gustafsson (d_gustafsson), Andrei Lepikhov (lepikhov), Alena Rybakina (a.rybakina) smagen 8 2024-01-16
21:38
2024-01-19
14:26
Add support for DEFAULT specification in COPY FROM Moved to next CF Israel Barth (barthisrael) Andrew Dunstan (adunstan) adunstan 4 2023-03-13
14:14
2023-03-15
21:21
Fix tab completion MERGE Moved to next CF Kotaro Kawamoto (kawamochi) Dean Rasheed (deanr), Shinya Kato (kato-shinya), Masao Fujii (fujiimso) 4 2023-07-04
12:34
2023-07-04
12:34
COPY FROM enable FORCE_NULL/FORCE_NOT_NULL on all columns Moved to next CF 17 Mingli Zhang (zml) Andrew Dunstan (adunstan), Amit Langote (amitlan), Damir Belyalov (xhevx) adunstan 5 2023-10-01
01:16
2023-09-30
16:49
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
Teach pg_waldump to extract FPIs from the WAL stream Moved to next CF 16 David Christensen (davidchristensen) Bharath Rupireddy (bharathrupireddy) michael-kun 4 2023-03-06
15:38
2022-12-27
11:52
Testing
CI and test improvements Moved to next CF Justin Pryzby (justinpryzby) 11 2024-04-11
01:12
2024-04-11
01:12
Testing autovacuum wraparound Moved to next CF Andres Freund (andresfreund), Masahiko Sawada (masahikosawada) masahikosawada 8 2023-12-03
19:44
2023-12-01
02:14
xml2: add test for coverage Moved to next CF DongWook Lee (dongwooklee) 3 2023-01-31
01:01
2023-01-31
17:50
TAP output format for pg_regress Moved to next CF Daniel Gustafsson (d_gustafsson) Nikolay Shaplov (nataraj) d_gustafsson 4 2023-03-31
11:48
2023-03-31
11:12
Better infrastructure for automated testing of concurrency issues Moved to next CF 16 Alexander Korotkov (smagen) 4 2023-04-03
19:41
2023-03-28
19:37
vacuumlo: add test to vacuumlo for test coverage Moved to next CF DongWook Lee (dongwooklee) Daniel Gustafsson (d_gustafsson) 2 2023-01-31
01:02
2023-01-31
17:50
Fix database creation during installchecks for ICU cluster Moved to next CF 15 Marina Polyakova (whipping.top1991) 2 2023-01-31
17:01
2023-01-31
17:51
Backport perl tests for pg_upgrade Moved to next CF Anton Melnikov (antonmel) 2 2022-12-19
01:18
2022-12-19
01:56