Commitfest 2023-11

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 86. Moved to next CF: 235. Withdrawn: 14. Returned with Feedback: 9. Rejected: 3. Total: 347.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
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
Fixes for non-atomic read of read of control file on ext4 + ntfs Moved to next CF Thomas Munro (macdice) Robert Haas (rhaas), Anton Melnikov (antonmel) 6 2024-02-01
18:19
2024-02-01
18:19
Fix assertion failure in SnapBuildInitialSnapshot() Moved to next CF Masahiko Sawada (masahikosawada) 5 2024-02-01
18:20
2024-02-01
18:20
stopgap fix for signal handling during restore_command Committed stable Nathan Bossart (bossartn) bossartn 4 2023-10-17
15:45
2023-10-17
21:17
Add some checks to avoid stack overflow Moved to next CF 17 Heikki Linnakangas (heikki), Egor Chindyaskin (egorchin21) Robert Haas (rhaas), Tom Lane (tgl), Andres Freund (andresfreund), Alexander Korotkov (smagen) smagen 5 2024-03-08
11:21
2024-03-11
02:24
Requiring recovery.signal or standby.signal when recovering with a backup_label Rejected Michael Paquier (michael-kun) David Steele (dsteele), Bowen Shi (zxwsbg) 3 2023-11-10
02:20
2023-11-14
00:17
Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE Moved to next CF David Geier (geidav) Heikki Linnakangas (heikki) 6 2024-04-09
07:09
2024-04-08
21:16
pg_dump: don't require SELECT permission for undumped extension table Committed stable Jacob Champion (jchampion) Akshat Jaimini (akshatj) tgl 3 2023-11-13
22:05
2023-11-15
19:59
Cleaning up array_in() Committed Tom Lane (tgl) Nathan Bossart (bossartn) tgl 3 2023-11-17
16:30
2023-11-13
18:23
Issue in postgres_fdw causing unnecessary wait for cancel request reply Moved to next CF Fujii Masao (masaofujii) Masaki Kuwamura (mackyson) 4 2024-02-01
18:22
2024-02-01
18:22
pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH Returned with feedback Evan Jones (evanjonesdd) David Zhang (david.z) 3 2023-12-02
05:06
2023-06-24
00:19
pg_get_indexdef modification to access catalog based on the TxnSnapshot Moved to next CF vigneshwaran C (vignesh.postgres) 4 2024-01-05
17:47
2024-01-05
17:49
pg_stat_statements correct toplevel with track_utility=off Committed Sergei Kornilov (melkij) Akshat Jaimini (akshatj) tgl 3 2023-11-08
17:02
2023-11-08
17:02
bgwriter doesn't flush WAL stats Committed Nazir Bilal Yavuz (nbyavuz) Matthias van de Meent (mmeent) heikki 3 2023-10-16
10:29
2023-10-03
13:08
Fix locale breakage caused by newer libperl Moved to next CF stable Joe Conway (jconway) Tristan Partin (tristan957) jconway 4 2024-01-05
17:56
2024-01-05
18:19
Allow SIGINT to cancel psql database reconnections Moved to next CF Tristan Partin (tristan957) rhaas 4 2024-04-02
14:33
2024-04-04
20:40
Postpone reparameterization of paths until when creating plans Moved to next CF Richard Guo (richardguo) Ashutosh Bapat (ashutoshbapat), Andrei Lepikhov (lepikhov), Alena Rybakina (a.rybakina) tgl 4 2024-03-19
18:56
2024-03-21
11:20
Fix bogus Asserts in calc_non_nestloop_required_outer Moved to next CF Richard Guo (richardguo) tgl 3 2024-01-10
18:52
2024-01-10
04:22
Archive current timeline history file on archiver startup if needed Moved to next CF Jimmy Yih (jyih) 3 2024-02-01
18:23
2024-02-01
18:23
Fix false report of wraparound in pg_serial Committed 17 Sami Imseih (simseih) Michael Paquier (michael-kun) michael-kun 2 2023-10-17
05:47
2023-10-17
13:43
Unlogged relation copy is not fsync'd Moved to next CF Heikki Linnakangas (heikki) 3 2024-01-05
19:40
2024-01-05
19:40
Fix misidentification of expression volatility in two places Committed stable Tom Lane (tgl) Aleksander Alekseev (a.alekseev) tgl 1 2023-11-16
15:05
2023-11-16
15:06
Fixing PSQL error: total cell count of XXX exceeded Committed hongxu ma (interma) Julien Rouhaud (rjuju) alvherre 1 2023-11-21
14:19
2023-11-21
18:11
Bug fix for psql's meta-command \ev Committed Ryoga Yoshida (bt23yoshidar) Kyotaro Horiguchi (horiguti), Aleksander Alekseev (a.alekseev) michael-kun 1 2023-09-20
00:33
2023-09-20
05:08
bug fix and documentation improvement about vacuumdb Committed stable Nathan Bossart (bossartn), Masaki Kuwamura (mackyson) Kyotaro Horiguchi (horiguti), Daniel Gustafsson (d_gustafsson), Nathan Bossart (bossartn) d_gustafsson 1 2023-09-25
14:19
2023-09-26
01:22
pg_ctl start may return 0 even if the postmaster has been already started on Windows Moved to next CF Kyotaro Horiguchi (horiguti) Hayato Kuroda (ha-kun) 4 2024-04-09
08:50
2024-01-15
18:34
Fix incorrect memory access in ExecBRUpdateTriggers() Moved to next CF Alexander Lakhin (law) tgl 2 2024-01-15
04:11
2024-01-15
16:29
Bug fix in vacuumdb --buffer-usage-limit xxx -Z Committed Ryoga Yoshida (bt23yoshidar) davidrowley 1 2023-10-04
06:24
2023-09-22
05:21
Doesn't pgstat_report_wal() handle the argument "force" incorrectly Committed Ryoga Yoshida (bt23yoshidar) michael-kun 1 2023-10-20
01:11
2023-09-26
00:33
Mark expressions nullable by grouping sets Moved to next CF Richard Guo (richardguo) Alena Rybakina (a.rybakina) 4 2024-04-08
08:21
2024-03-31
09:02
BUG #18129: GiST index produces incorrect query results Committed stable Heikki Linnakangas (heikki) heikki 1 2023-10-02
11:36
2023-10-02
11:28
Fix pgBufferUsage.blk_{read|write}_time are zero although there are pgBufferUsage.local_blks_{read|written} Committed Nazir Bilal Yavuz (nbyavuz) michael-kun 1 2023-10-19
05:29
2023-10-31
14:11
Incorrect handling of OOM in WAL replay leading to data loss Withdrawn 17 Michael Paquier (michael-kun) 1 2023-10-24
04:56
2023-10-24
04:56
Fail hard if xlogreader.c fails on out-of-memory Committed stable Michael Paquier (michael-kun) michael-kun 1 2023-10-03
06:39
2023-10-03
06:39
pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() Committed 17 Jakub Wartak (jakub.wartak.tomtom) michael-kun 1 2023-10-03
07:33
2023-10-03
07:08
Invalidate the subscription worker in cases where a user loses their superuser status Committed 17 vigneshwaran C (vignesh.postgres) Peter Smith (smithpb2250) amitkapila 1 2023-11-02
03:17
2023-10-17
14:40
Fix receiving large legal tsvector from binary format Committed tgl 1 2023-10-03
01:29
2023-10-01
17:24
Fix incorrect Assert in bloom_init() Committed stable Alexander Lakhin (law) shihao zhong (zhong950419) michael-kun 1 2023-11-08
05:07
2023-11-08
05:18
Defend against encoding ID version skew between libpq.so and callers Committed Tom Lane (tgl) tgl 1 2023-10-11
21:25
2023-12-01
04:05
Defend against encoding ID version skew Withdrawn Tom Lane (tgl) 1 2023-10-05
17:20
2023-12-01
04:05
Avoid using SearchSysCacheExists in has_foo_privilege() functions Committed Tom Lane (tgl) tgl 1 2023-10-14
20:13
2023-10-20
11:00
Allow ALTER SYSTEM SET on unrecognized custom GUCs Committed 17 Tom Lane (tgl) shihao zhong (zhong950419) tgl 1 2023-10-21
17:35
2023-10-23
14:19
Fix incorrect asserts in heap_update/heap_delete Committed Alexander Lakhin (law) heikki 1 2023-11-28
10:39
2023-11-28
10:39
Recovering from detoast-related catcache invalidations Moved to next CF stable Tom Lane (tgl) tgl 2 2024-01-13
18:59
2024-01-15
03:28
Clients
pg_dump - read data for some options from external file Committed 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
functions to compute size of schemas/AMs (and maybe \dn++ and \dA++) Moved to next CF Justin Pryzby (justinpryzby) 13 2024-04-08
14:06
2024-01-22
00:10
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 new protocol message to make GUC_REPORT configurable and use it for psql prompt substitution of %N with the current user Moved to next CF Pavel Stehule (okbobcz) 5 2024-01-30
05:18
2024-01-30
05:19
Use libpq single row mode for FETCH_COUNT when a cursor cannot be used Moved to next CF Daniel Vérité (danielverite) Tom Lane (tgl), Laurenz Albe (laurenz) tgl 6 2024-04-07
00:45
2024-04-08
20:04
Add PQsendPipelineSync() to libpq Moved to next CF Anton Kirilov (volyrique) Álvaro Herrera (alvherre), Michael Paquier (michael-kun), Álvaro Herrera (alvarofherrera), Jelte Fennema-Nio (jeltef) michael-kun 4 2024-01-16
04:44
2024-01-18
23:11
Tab complete time zone names after AT TIME ZONE Committed Dagfinn Ilmari Mannsåker (ilmari) Jim Jones (jimus) michael-kun 3 2023-10-13
05:31
2023-10-13
07:32
\d+ tablename, \d+ indexname about subpartition Moved to next CF 16 team querytricks (querytricks2023.gmail.com) Daniel Vérité (danielverite) 4 2024-01-27
06:29
2024-01-27
06:29
pgbench: allow to cancel queries during benchmark Moved to next CF Yugo Nagata (yugo.nagata) Fabien Coelho (calvin) 6 2024-04-08
08:14
2024-03-31
13:25
vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases Moved to next CF 17 Nathan Bossart (bossartn) Dean Rasheed (deanr) bossartn 5 2024-03-11
20:46
2024-03-11
20:48
Add force flag while doing pg_restore to force dropping database in case of existing connections Moved to next CF stable Ahmed Ibrahim (ahmedibrahim) Gurjeet Singh (gurjeet) 3 2024-01-14
10:54
2024-01-14
10:55
psql: Add tab-complete for optional view parameters Committed Christoph Heiss (christoph.heiss) Dean Rasheed (deanr), Shubham Khanna (skhanna) deanr 2 2023-11-28
09:56
2023-11-28
10:00
Simplify sql query cancellation test using IPC::Run signal() Committed Yugo Nagata (yugo.nagata) michael-kun 1 2023-09-13
01:28
2023-09-13
03:58
Tab completion for ATTACH PARTITION Moved to next CF Tung Nguyen (tngngn) 2 2024-01-29
03:09
2024-01-29
03:09
Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE Moved to next CF 17 vigneshwaran C (vignesh.postgres) Suraj Khamkar (suraj.khamkar), Shubham Khanna (skhanna) masahikosawada 3 2024-04-08
05:00
2024-04-08
06:40
Fix output of zero privileges in psql Committed 17 Erik Wienhold (ewie) Laurenz Albe (laurenz) tgl 1 2023-11-13
20:41
2023-11-14
17:17
make psql backslash commands honor "\pset null" Withdrawn 17 Laurenz Albe (laurenz) 1 2023-10-06
20:25
2023-10-17
16:19
Code Comments
Fix GIST readme on LSN vs NSN Committed Heikki Linnakangas (heikki) heikki 1 2023-09-19
13:57
2023-09-19
08:57
Fix a wrong comment in setrefs.c Committed Richard Guo (richardguo) shihao zhong (zhong950419) heikki 1 2023-11-28
12:19
2023-12-01
11:17
Documentation
Add document is_superuser Returned with feedback 16 Kotaro Kawamoto (kawamochi) Shinya Kato (kato-shinya), Masao Fujii (fujiimso) masaofujii 6 2023-12-02
05:26
2023-06-07
17:33
Clarify the behavior of the system when approaching XID wraparound Committed Aleksander Alekseev (a.alekseev) John Naylor (john.naylor), Pavel Borisov (pborisov) rhaas 4 2023-10-17
14:40
2023-11-02
05:00
Improvements to Meson docs Moved to next CF Samay Sharma (samaysharma) Tristan Partin (tristan957) 5 2024-01-20
01:53
2024-01-20
01:53
Correct the documentation for work_mem Committed 16 Sami Imseih (simseih) bmomjian 3 2023-10-04
13:04
2023-09-26
23:44
Clarify the "38.10.10. Shared Memory and LWLocks" section Committed 17 Aleksander Alekseev (a.alekseev) Michael Paquier (michael-kun) michael-kun 3 2023-11-01
06:13
2023-11-01
09:59
Doc limitations update proposal: include out-of-line OID usage per TOAST-ed columns Moved to next CF stable Jakub Wartak (jakub.wartak.tomtom) John Naylor (john.naylor) 6 2024-04-03
08:54
2024-04-03
08:58
Document that server will start even if it's unable to open some TCP/IP ports Committed Gurjeet Singh (gurjeet) Nathan Bossart (bossartn) bmomjian 3 2023-10-02
03:17
2023-10-02
03:20
Make --help output fit within 80 columns per line Committed 17 Atsushi Torikoshi (atsushitorikoshi) Masahiro Ikeda (masahiro.ikeda) petere 2 2023-10-06
10:38
2023-10-06
12:44
Document efficient self-joins / UPDATE LIMIT techniques. Moved to next CF Corey Huinker (coreyh) Laurenz Albe (laurenz) 3 2024-02-13
09:22
2024-04-07
20:29
document the need to analyze partitioned tables Committed 17 Laurenz Albe (laurenz) David Rowley (davidrowley), Nathan Bossart (bossartn) bmomjian 1 2023-10-10
19:29
2023-10-10
19:14
ALTER ROLE documentation improvement Moved to next CF 17 Yurii Rashkovskii (yrashk) Nathan Bossart (bossartn) bossartn 2 2024-01-19
03:41
2024-01-19
03:42
SET ROLE documentation improvement Moved to next CF 17 Nathan Bossart (bossartn), Yurii Rashkovskii (yrashk) Nathan Bossart (bossartn) bossartn 4 2024-04-11
16:46
2024-04-15
19:11
Fix bug in VACUUM and ANALYZE docs Committed Ryoga Yoshida (bt23yoshidar) Karl Pinc (kop) michael-kun 1 2023-09-24
23:31
2023-09-25
00:00
Various small unrelated doc patches: plpgsql, schemas, permissions, oidvector Moved to next CF Karl Pinc (kop) Robert Treat (xzilla) 4 2024-04-08
14:29
2024-03-30
09:11
Clarify where the severity level is defined Committed Masaki Kuwamura (mackyson) d_gustafsson 1 2023-09-28
14:33
2023-09-28
14:17
HOT - correct claim about indexes not referencing old line pointers Moved to next CF James Coleman (jcole1989) Peter Geoghegan (pgeoghegan), Robert Haas (rhaas), David Johnston (polobo) rhaas 3 2024-03-21
17:09
2024-03-23
21:43
Document that triggers can break foreign key constraints Moved to next CF Laurenz Albe (laurenz) Aleksander Alekseev (a.alekseev), David Johnston (polobo), shihao zhong (zhong950419) 4 2024-04-09
06:27
2024-04-19
09:16
PGDOCS - inconsistent linkends to "monitoring" views Rejected Peter Smith (smithpb2250) 1 2023-11-30
10:04
2023-11-30
10:05
PGDOCS - Add more pub/sub links Committed Peter Smith (smithpb2250) vigneshwaran C (vignesh.postgres) amitkapila 1 2023-11-02
06:18
2023-10-30
21:53
Patch: Improve Boolean Predicate JSON Path Docs Moved to next CF 16 David Wheeler (theory) Jian He (stayreal), Erik Wienhold (ewie), shihao zhong (zhong950419) tgl 2 2024-01-25
16:32
2024-01-26
18:56
Simplify documentation of unnest(multirange) Committed stable Laurenz Albe (laurenz) jdavis 1 2023-10-28
08:52
2023-10-28
08:53
Clarify that you can create unique constraints on ONLY partitioned_table Moved to next CF stable Laurenz Albe (laurenz) Magnus Hagander (mha), shihao zhong (zhong950419) mha 2 2024-01-11
13:44
2024-01-11
15:05
ALTER DEFAULT PRIVILEGES only affects objects created by the target role Committed stable Laurenz Albe (laurenz) Michael Banck (mbanck) bmomjian 1 2023-11-13
19:34
2023-11-13
19:45
Add EXCLUDE COLLATE in CREATE/ALTER TABLE document Moved to next CF 17 shihao zhong (zhong950419) Daniel Vérité (danielverite), Shubham Khanna (skhanna) tgl 3 2024-04-07
19:38
2024-04-07
19:38
Generate Doxygen documentation Moved to next CF John Morris (coyotebush) 2 2024-02-01
18:31
2024-02-01
18:31
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
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
pgbench - adding pl/pgsql versions of tests Moved to next CF Hannu Krosing (hannukrosing) Fabien Coelho (calvin), Yugo Nagata (yugo.nagata), Nathan Bossart (bossartn) 5 2024-02-01
18:32
2024-02-01
18:32
pg_usleep for multisecond delays Returned with feedback 17 Nathan Bossart (bossartn) Tom Lane (tgl) 4 2023-11-07
15:03
2023-07-27
02:50
Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans Returned with feedback 17 Aleksander Alekseev (a.alekseev), Jacob Champion (jchampion) Heikki Linnakangas (heikki) 3 2023-12-02
05:04
2023-08-30
20:55
archive modules loose ends Moved to next CF Nathan Bossart (bossartn) Yong Li (yoli) bossartn 6 2024-04-03
03:33
2024-04-03
03:35
get_extension_version Returned with feedback Pavel Stehule (okbobcz) 3 2023-12-02
05:35
2023-03-11
04:14
pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Moved to next CF Yugo Nagata (yugo.nagata) Nathan Bossart (bossartn) bossartn 5 2024-03-14
16:09
2024-03-18
07:44
Permute underscore separated components of columns before fuzzy matching Moved to next CF Arne Roland (harks) Mikhail Gribkov (youzhick) 6 2024-04-09
08:52
2024-03-04
05:49
vector search support Returned with feedback 17 Nathan Bossart (bossartn) 3 2023-11-07
15:04
2023-05-29
13:51
Skip hidden files in serverside utilities Moved to next CF Daniel Gustafsson (d_gustafsson) Tobias Bussmann (t.bussmann) d_gustafsson 5 2024-03-25
13:44
2024-01-17
14:37
Unlinking Parallel Hash Join inner batch files sooner Moved to next CF Thomas Munro (macdice) 6 2024-04-08
14:57
2024-02-22
19:42
Remove distprep Committed Peter Eisentraut (petere) petere 3 2023-11-06
15:23
2023-11-21
21:41
Remove always true checks (src/backend/storage/buffer/bufmgr.c) Moved to next CF 17 Gurjeet Singh (gurjeet), Ranier Vilela (raniervilela) Gurjeet Singh (gurjeet) 4 2024-02-01
18:34
2024-02-01
18:34
Improve "user mapping not found" error message Committed 17 Ian Barwick (barwick) Peter Eisentraut (petere) petere 3 2023-11-30
04:42
2023-11-30
04:42
Extension Enhancement: Buffer Invalidation in pg_buffercache Moved to next CF Palak Chaturvedi (palak) Cédric Villemain (c2main) macdice 5 2024-04-08
05:08
2024-04-08
05:02
add timing information to pg_upgrade Withdrawn 17 Nathan Bossart (bossartn) 2 2023-12-02
17:26
2023-08-24
17:23
Clean up some signal usage mainly related to Windows Moved to next CF Tristan Partin (tristan957) bossartn 3 2024-01-11
11:07
2024-01-11
11:07
Add pg_wait_for_lockers() function Moved to next CF Will Mortensen (will-extrahop) 5 2024-04-09
06:22
2024-03-27
05:16
Make documentation builds reproducible Moved to next CF Peter Eisentraut (petere) petere 3 2024-01-22
10:19
2024-01-29
23:36
Add pg_get_owned_sequence function Moved to next CF Dagfinn Ilmari Mannsåker (ilmari) Nathan Bossart (bossartn) 5 2024-04-09
08:49
2024-01-09
20:51
Reduce size of postgres.bki Moved to next CF Matthias van de Meent (mmeent) 4 2024-04-08
08:11
2024-04-09
04:03
Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set Moved to next CF 17 Nathan Bossart (bossartn), Tung Nguyen (tngngn) Daniel Gustafsson (d_gustafsson), Nathan Bossart (bossartn) bossartn 3 2024-03-05
08:57
2024-03-04
22:05
Add pg_basetype() function to obtain a DOMAIN base type Moved to next CF Steve Chávez (steve-chavez) Tom Lane (tgl) tgl 3 2024-03-30
17:58
2024-03-30
18:00
Make the am_xxx function Asserts consistent Moved to next CF 17 Peter Smith (smithpb2250) 2 2024-01-09
23:25
2024-01-09
23:24
Remove MSVC scripts from the tree Moved to next CF 17 Michael Paquier (michael-kun) Peter Eisentraut (petere) michael-kun 2 2023-12-30
19:50
2023-12-24
01:43
Switch logtape and tuplesort to use int64 instead of long Withdrawn 17 Michael Paquier (michael-kun) 1 2023-09-26
06:49
2023-11-17
02:26
Change logtape/tuplestore code to use int64 for block numbers Committed 17 Michael Paquier (michael-kun) michael-kun 1 2023-11-17
06:12
2023-11-17
02:26
Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag Committed 17 Bertrand Drouvot (bertranddrouvot.pg) michael-kun 1 2023-10-12
01:12
2023-10-16
07:16
Fix log_line_prefix to display the transaction id (%x) for statements not in a transaction block Moved to next CF 17 Zongliang Quan (quanzl) jian he (universality) 4 2024-04-09
06:15
2024-04-16
07:15
pg_basebackup: mention that spread checkpoints are the default Moved to next CF Michael Banck (mbanck) Michael Paquier (michael-kun), Aleksander Alekseev (a.alekseev) mha 2 2024-01-10
12:34
2024-01-10
12:33
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 Committed 17 Andrei Zubkov (zubkov) Alena Rybakina (a.rybakina) smagen 13 2023-11-27
00:53
2023-11-29
07:00
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
Add Amcheck option for checking unique constraints in btree indexes Committed 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
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
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
Introduce a new view for checkpointer related stats Committed Bharath Rupireddy (bharathrupireddy) Nitin Jadhav (nitinjadhav11), Bertrand Drouvot (bertranddrouvot.pg) michael-kun 5 2023-10-30
01:02
2023-10-30
22:43
Fix inconsistency in reporting checkpointer stats Moved to next CF Nitin Jadhav (nitinjadhav11) 6 2024-01-30
07:50
2024-01-30
07:50
Add instrumentation showing if Heap2/PRUNE records came from VACUUM or from opportunistic pruning Moved to next CF Peter Geoghegan (pgeoghegan) Melanie Plageman (melanieplageman) heikki 5 2024-03-25
13:05
2024-03-25
14:21
Logging parallel worker draught Moved to next CF Benoit Lobréau (benoitl) Sami Imseih (simseih) 6 2024-04-08
14:30
2024-04-08
08:13
Logging plan of the currently running query Moved to next CF Atsushi Torikoshi (atsushitorikoshi) Andrei Lepikhov (lepikhov), James Coleman (jcole1989) 6 2024-04-09
06:21
2024-03-26
02:34
Add last_commit_lsn to pg_stat_database Moved to next CF James Coleman (jcole1989) Aleksander Alekseev (aalekseev), Wen Yi (wenyi) 6 2024-04-08
12:21
2024-04-08
12:21
Parent/child context relation in pg_get_backend_memory_contexts() Moved to next CF Melih Mutlu (melihmutlu) Atsushi Torikoshi (atsushitorikoshi) 6 2024-04-08
08:07
2024-04-04
01:44
Show WAL stats on pg_stat_io Moved to next CF Nazir Bilal Yavuz (nbyavuz) Michael Paquier (michael-kun), Akshat Jaimini (akshatj) 4 2024-01-18
01:22
2024-04-24
08:37
Add REINDEX tag to event triggers Committed 17 Garrett Thornburg (film42) Jim Jones (jimus) michael-kun 2 2023-12-04
01:05
2023-12-04
01:04
Rethink the wait event names for postgres_fdw, dblink and etc Committed Masahiro Ikeda (masahiro.ikeda) michael-kun 2 2023-10-05
01:24
2023-10-06
02:02
Revised tracking of memory use Returned with feedback 17 Reid Thompson (jreidthompson), John Morris (coyotebush) 2 2023-10-26
17:25
2023-09-02
15:13
Separate memory contexts for relcache and catcache Moved to next CF Melih Mutlu (melihmutlu) Atsushi Torikoshi (atsushitorikoshi) 4 2024-04-08
08:06
2024-04-03
13:12
Jumble the CALL command in pg_stat_statements Committed 17 Sami Imseih (simseih) michael-kun 1 2023-09-28
06:44
2023-09-28
06:42
Make it possible to add custom options to EXPLAIN Moved to next CF Konstantin Knizhnik (knizhnik) Pavel Stehule (okbobcz) 4 2024-04-08
14:09
2024-01-24
01:54
Performance
Remove self join on a unique column Committed 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
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
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
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
ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables Moved to next CF Justin Pryzby (justinpryzby) Bertrand Drouvot (bertranddrouvot.pg) 10 2024-04-08
14:30
2023-11-16
17:40
Reduce timing overhead of EXPLAIN ANALYZE using rdtsc Moved to next CF 16 Andres Freund (andresfreund), Lukas Fittl (lfittl), David Geier (geidav) Lukas Fittl (lfittl), Hannu Krosing (hannukrosing) 8 2024-02-01
18:44
2024-02-01
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
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
Partial aggregates push down Moved to next CF Yuki Fujii (fujiiyuki) 6 2024-01-27
01:57
2024-03-29
14:46
Check lateral references within PHVs for memoize cache keys Moved to next CF Richard Guo (richardguo) Paul Jungwirth (pjungwir) 8 2024-04-09
06:17
2024-03-18
08:36
pg_upgrade data type check connection overhead reduction Moved to next CF Daniel Gustafsson (d_gustafsson) Nathan Bossart (bossartn) 5 2024-02-01
18:48
2024-03-19
13:38
Evaluate arguments of correlated SubPlans in the referencing ExprState Moved to next CF Andres Freund (andresfreund) Tom Lane (tgl), Alena Rybakina (a.rybakina) 7 2024-04-08
14:15
2024-01-28
09:07
Cross-database SERIALIZABLE safe snapshots Moved to next CF Thomas Munro (macdice) Heikki Linnakangas (heikki) 6 2024-04-08
14:05
2024-01-21
02:05
A new strategy for pull-up correlated ANY_SUBLINK Moved to next CF 17 Andy Fan (andyf) Alena Rybakina (a.rybakina) smagen 5 2024-02-15
13:13
2024-02-15
09:51
make add_paths_to_append_rel aware of startup cost Committed Andy Fan (andyf) David Rowley (davidrowley) davidrowley 3 2023-10-05
08:05
2023-10-05
08:04
Support Right Semi Join Moved to next CF Richard Guo (richardguo) wenhui qiu (wenhuiqiu), Wen Yi (wenyi) 6 2024-04-09
06:14
2024-03-09
13:24
Avoid unnecessary PlaceHolderVars for simple Vars Moved to next CF Richard Guo (richardguo) James Coleman (jcole1989) 6 2024-04-08
13:18
2024-01-15
05:50
XLog size reductions: smaller XLogRecordBlockHeader Moved to next CF Matthias van de Meent (mmeent) Aleksander Alekseev (aalekseev) 6 2024-04-08
14:31
2024-02-02
15:42
Parallel CREATE INDEX for BRIN indexes Moved to next CF Tomas Vondra (fuzzycz) Matthias van de Meent (mmeent) fuzzycz 4 2023-12-08
17:33
2023-12-30
22:42
Index Prefetching Moved to next CF Tomas Vondra (fuzzycz) 6 2024-04-08
15:00
2024-03-05
13:00
Index-only filters without IOS Moved to next CF Tomas Vondra (fuzzycz) Jeff Davis (jdavis), James Coleman (jcole1989) 6 2024-04-08
09:52
2023-12-20
00:45
Optimizing "boundary cases" during backward scan B-Tree index descents Moved to next CF 17 Peter Geoghegan (pgeoghegan) Matthias van de Meent (mmeent) pgeoghegan 4 2023-12-08
19:06
2023-11-06
13:16
Opportunistically pruning page before insert Moved to next CF James Coleman (jcole1989) Melanie Plageman (melanieplageman) 6 2024-04-08
08:20
2024-04-03
20:04
XLog size reductions: Reduced XLog record header size Moved to next CF Matthias van de Meent (mmeent) 6 2024-04-09
09:01
2024-04-07
05:37
Add bump memory context type and use it for tuplesorts Moved to next CF David Rowley (davidrowley) Nathan Bossart (bossartn), Matthias van de Meent (mmeent) davidrowley 5 2024-04-07
12:51
2024-04-07
23:14
Use ReadRecentBuffer() for btree root page Moved to next CF Thomas Munro (macdice) 6 2024-04-08
08:19
2024-01-21
02:17
Optimise index range scan by performing first check with upper page boundary Committed 17 Konstantin Knizhnik (knizhnik) smagen 3 2023-10-18
10:31
2023-10-07
17:42
Replace a large number of OR clauses with ANY expression Moved to next CF 17 Andrei Lepikhov (lepikhov), Alena Rybakina (alenka) Ranier Vilela (raniervilela) smagen 5 2024-04-12
11:06
2024-04-08
00:38
Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans Moved to next CF Peter Geoghegan (pgeoghegan) Matthias van de Meent (mmeent) pgeoghegan 4 2024-04-06
17:22
2024-04-08
02:13
Ignore is not null quals on not null columns Moved to next CF David Rowley (davidrowley), Richard Guo (richardguo) davidrowley 3 2024-01-23
05:47
2024-01-23
06:16
Faster "SET search_path" Moved to next CF 17 Jeff Davis (jdavis) Nathan Bossart (bossartn) jdavis 3 2024-01-04
21:59
2023-12-05
23:55
Extract numeric field in JSONB more effectively Moved to next CF Andy Fan (andyf) Chapman Flack (chap) 5 2024-04-09
06:23
2024-04-17
05:13
brininsert optimization opportunity Committed 17 Ashwin Agrawal (ashwinstar), Soumyadeep Chakraborty (soumyadeep2007) Matthias van de Meent (mmeent) fuzzycz 2 2023-11-25
20:10
2024-04-19
23:25
Memory consumed by child SpecialJoinInfo in partitionwise join planning Moved to next CF Ashutosh Bapat (ashutoshbapat) Amit Langote (amitlan) amitlan 4 2024-03-25
09:08
2024-03-25
10:56
Allow parallel plan for referential integrity checks Moved to next CF 17 Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com), Frédéric Yhuel (yhuelf) 3 2024-02-01
17:49
2024-02-01
17:49
Change tuple table slot for Unique node to "virtual" Moved to next CF Denis Smirnov (darthunix) Heikki Linnakangas (heikki) 4 2024-03-28
12:19
2024-03-28
12:18
Streaming I/O, vectored I/O Moved to next CF Thomas Munro (macdice) Heikki Linnakangas (heikki), Melanie Plageman (melanieplageman), Nazir Bilal Yavuz (nbyavuz) macdice 4 2024-04-08
05:09
2024-04-07
21:30
Statistics Import and Export Moved to next CF Corey Huinker (coreyh) Bharath Rupireddy (bharathrupireddy) 5 2024-04-08
14:31
2024-04-24
10:18
Eliminate redundant tuple visibility check in vacuum Committed Melanie Plageman (melanieplageman) rhaas 2 2023-10-05
13:04
2023-10-02
16:04
Should consider materializing the cheapest inner path in consider_parallel_nestloop() Moved to next CF Tender Wang (tndrwang) Robert Haas (rhaas), Richard Guo (richardguo), Alena Rybakina (a.rybakina) 4 2024-04-23
09:02
2024-04-23
08:59
Reuse child_relids in try_partitionwise_join Moved to next CF Ashutosh Bapat (ashutoshbapat) 4 2024-04-08
14:21
2024-02-06
13:07
GROUP BY optimization Moved to next CF Fedor Sigaev (sigaev), Tomas Vondra (fuzzycz), Andrei Lepikhov (lepikhov) smagen 2 2024-01-26
14:37
2024-01-26
15:41
Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Moved to next CF Ashutosh Bapat (ashutoshbapat) 4 2024-04-08
14:56
2024-02-19
13:17
Check each of base restriction clauses for constant-FALSE-or-NULL Committed Richard Guo (richardguo) tgl 1 2023-10-18
08:50
2023-10-16
01:01
CRC32C Parallel Computation Optimization on ARM Moved to next CF xiang gao (xiang.gao) Nathan Bossart (bossartn) bossartn 4 2024-04-08
09:51
2023-12-05
04:18
Fix a performance issue with Memoize Moved to next CF Richard Guo (richardguo) davidrowley 2 2024-01-29
05:46
2024-02-01
08:39
Index Insert Prefetching Moved to next CF Tomas Vondra (fuzzycz) 4 2024-04-08
07:25
2024-01-26
14:45
SLRU optimizations Moved to next CF Dilip Kumar (dilip.kumar), Andrey Borodin (x4m) alvherre 3 2024-02-28
16:45
2024-04-03
16:01
Special-case executor expression steps for common combinations Moved to next CF Andres Freund (andresfreund), Daniel Gustafsson (d_gustafsson) 4 2024-04-08
09:41
2023-10-19
10:11
nbtree: implement dynamic prefix truncation Moved to next CF 17 Matthias van de Meent (mmeent) 4 2024-04-08
14:58
2024-03-01
13:48
nbtree: downlink right separator/HIKEY optimization Moved to next CF 17 Matthias van de Meent (mmeent) 4 2024-04-09
06:15
2024-03-11
18:35
Properly pathify the UNION planner Moved to next CF David Rowley (davidrowley) Richard Guo (richardguo) davidrowley 3 2024-03-25
09:48
2024-04-01
23:22
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
bytea PL/Perl transform Moved to next CF Ivan Panchenko (wao) Pavel Stehule (okbobcz) 6 2024-04-08
14:32
2024-03-21
21:30
Incomplete item Allow handling of %TYPE arrays, e.g. tab.col%TYPE[] Moved to next CF 17 Zongliang Quan (quanzl) Pavel Stehule (okbobcz), Daniel Gustafsson (d_gustafsson) tgl 2 2024-01-05
19:33
2024-01-05
04:57
Refactoring
ResourceOwner refactoring Committed Heikki Linnakangas (heikki) Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev) heikki 6 2023-11-08
12:37
2023-11-17
20:52
SetLatches() Moved to next CF Thomas Munro (macdice) Aleksander Alekseev (a.alekseev) 9 2024-04-08
09:32
2023-09-28
09:58
Rework LogicalOutputPluginWriterUpdateProgress Moved to next CF wei wang (wangwei) 6 2024-01-15
16:19
2024-01-15
16:20
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) Moved to next CF Thomas Munro (macdice) 6 2024-02-01
16:28
2024-02-01
16:28
Lock updated tuples in tuple_update() and tuple_delete() Moved to next CF Alexander Korotkov (smagen) Andres Freund (andresfreund), Aleksander Alekseev (a.alekseev), Chris Travers (einhverfr), vigneshwaran C (vignesh.postgres), Pavel Borisov (pborisov) smagen 8 2024-04-09
06:19
2024-03-24
01:12
Some revises in adding sorting path Moved to next CF Richard Guo (richardguo) davidrowley 5 2024-01-30
21:17
2024-01-31
07:11
New [relation] options engine Returned with feedback Nikolay Shaplov (nataraj) 4 2023-11-11
09:32
2024-02-07
06:44
some namespace.c refactoring Moved to next CF Peter Eisentraut (petere) 5 2024-01-26
13:44
2024-01-21
12:34
Use variadic macros for syscache lookup functions Withdrawn Thomas Munro (macdice) John Naylor (john.naylor) 3 2023-11-14
04:32
2023-11-14
14:25
Revise get_cheapest_parallel_safe_total_inner Moved to next CF Richard Guo (richardguo) 6 2024-04-08
10:02
2024-01-10
07:07
Refactor pipe_read_line as a more generic interface for reading arbitrary strings off a pipe Moved to next CF Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki) d_gustafsson 5 2024-02-10
08:19
2024-03-08
23:06
LLVM 16 and 17 Committed Dmitry Dolgov (erthalion), Thomas Munro (macdice) macdice 3 2023-10-18
19:44
2023-10-24
16:53
Use atomic ops for unlogged LSN Moved to next CF 17 John Morris (coyotebush) Nathan Bossart (bossartn), Bharath Rupireddy (bharathrupireddy) bossartn 5 2024-02-29
20:38
2024-02-29
20:37
generate syscache info automatically Moved to next CF Peter Eisentraut (petere) John Naylor (john.naylor) petere 4 2024-01-26
13:36
2024-01-23
18:58
Refactor fork+exec code Moved to next CF Heikki Linnakangas (heikki) heikki 5 2024-03-18
09:49
2024-03-21
10:31
Unified file access using virtual file descriptors Moved to next CF 17 John Morris (coyotebush) 4 2024-02-01
16:26
2024-02-01
16:26
tablecmds.c/MergeAttributes() cleanup Moved to next CF Peter Eisentraut (petere) Álvaro Herrera (alvherre), Ashutosh Bapat (ashutoshbapat) petere 4 2024-01-26
13:43
2024-01-30
06:22
Revises for the check of parameterized partial paths Moved to next CF Richard Guo (richardguo) 6 2024-04-08
14:10
2024-01-25
07:21
Small refactoring of inval.c and inval.h Committed Aleksander Alekseev (a.alekseev) Michael Paquier (michael-kun) michael-kun 2 2023-11-07
02:57
2023-11-07
02:57
Retiring is_pushed_down Moved to next CF Richard Guo (richardguo) 5 2024-04-08
14:17
2024-04-18
07:34
Remove unused fields in ReorderBufferTupleBuf Moved to next CF Masahiko Sawada (masahikosawada), Aleksander Alekseev (a.alekseev) Masahiko Sawada (masahikosawada) masahikosawada 3 2024-01-29
02:42
2024-01-29
02:16
Simplify create_merge_append_path a bit for clarity Moved to next CF Richard Guo (richardguo) Alena Rybakina (a.rybakina) 5 2024-04-08
09:42
2023-10-25
07:23
Checks in RegisterBackgroundWorker() Committed 17 Heikki Linnakangas (heikki) Thomas Munro (macdice) heikki 2 2023-10-09
08:53
2023-10-09
08:52
Refactor ListenSockets array Committed Heikki Linnakangas (heikki) heikki 2 2023-10-11
11:21
2024-03-21
10:31
Remove IndexInfo.ii_OpclassOptions field Committed Peter Eisentraut (petere) petere 2 2023-10-03
15:56
2023-10-03
15:56
Move bki file pre-processing from initdb to bootstrap Moved to next CF Krishnakumar Ravi (kkpgdev) Peter Eisentraut (petere) 3 2024-02-01
16:24
2024-02-01
16:24
Remove unnecessary 'always:' from CompilerWarnings task Withdrawn Nazir Bilal Yavuz (nbyavuz) 1 2023-11-13
11:22
2023-11-09
07:53
Add const qualifiers Committed 17 David Steele (dsteele) Peter Eisentraut (petere) petere 1 2023-09-26
10:35
2023-09-26
20:19
do not refill the hashkey after hash_search with HASH_ENTER action Committed 17 Zhao Junwang (zhjwpku) Nathan Bossart (bossartn), John Naylor (john.naylor) john.naylor 1 2023-11-30
08:56
2023-11-30
08:51
Relation bulk write facility Moved to next CF Heikki Linnakangas (heikki) heikki 3 2024-03-03
16:09
2024-02-29
19:12
Refactoring after adding frontend tools use syncfs Committed Maxim Orlov (m.orlov) Nathan Bossart (bossartn) bossartn 1 2023-10-13
20:22
2023-10-13
20:23
Retire has_multiple_baserels() Committed Richard Guo (richardguo) tgl 1 2023-10-18
08:51
2023-10-11
01:59
Add new for_each macros for iterating over a List that do not require ListCell pointer Moved to next CF Jelte Fennema-Nio (jeltef) Nathan Bossart (bossartn) bossartn 2 2024-01-04
22:17
2024-01-04
22:17
always use runtime checks for CRC-32C instructions Withdrawn 17 Nathan Bossart (bossartn), xiang gao (xiang.gao) 1 2023-10-31
20:38
2023-10-31
20:43
Set minimum LLVM version to 10 Moved to next CF Thomas Munro (macdice) macdice 2 2024-01-25
03:52
2024-01-25
22:39
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
Add log messages when replication slots become active and inactive Committed 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
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
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
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
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
Improve WALRead() to suck data directly from WAL buffers when possible Moved to next CF Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) jdavis 7 2024-04-11
01:01
2024-04-09
06:33
Preserve subscription relation state during pg_upgrade Moved to next CF Julien Rouhaud (rjuju), vigneshwaran C (vignesh.postgres) Michael Paquier (michael-kun) amitkapila 5 2024-01-04
10:07
2024-01-10
04:42
Make async slave to wait for lsn to be replayed Moved to next CF 17 Ivan Kartyshov (fenimorkin) Bharath Rupireddy (bharathrupireddy) smagen 7 2024-04-16
15:51
2024-04-11
15:47
allow to upgrade publisher node Committed 17 Hayato Kuroda (ha-kun) Bharath Rupireddy (bharathrupireddy), Peter Smith (smithpb2250) amitkapila 3 2023-11-22
08:46
2023-12-04
06:29
Optimize walsender handling invalid messages of 'drop publication' Withdrawn 13 Bowen Shi (zxwsbg) 3 2023-10-20
09:34
2023-06-26
21:13
Synchronizing slots from primary to standby Moved to next CF 17 Bertrand Drouvot (bertranddrouvot.pg) Dilip Kumar (dilip.kumar) amitkapila 5 2024-04-06
05:25
2024-04-09
05:13
Skip collecting decoded changes of already-aborted transactions Moved to next CF Masahiko Sawada (masahikosawada) 3 2024-02-01
15:47
2024-02-01
15:47
Flush disk write caches by default on macOS and Windows Moved to next CF Thomas Munro (macdice) 5 2024-04-09
06:16
2024-03-14
00:12
logicalrep_worker_launch - counting/checking the type limits Moved to next CF Peter Smith (smithpb2250) 4 2024-04-23
03:00
2024-03-31
09:12
CREATE SUBSCRIPTION ... SERVER Moved to next CF Jeff Davis (jdavis) Peter Eisentraut (petere), Bharath Rupireddy (bharathrupireddy) 5 2024-04-08
15:00
2024-03-08
08:20
pg_rewind with cascade standby doesn't work well Moved to next CF Masaki Kuwamura (mackyson) Aleksander Alekseev (a.alekseev) 4 2024-04-08
09:33
2023-10-06
07:53
Force the old transactions logs cleanup even if checkpoint is skipped Moved to next CF Daniil Zakhlystov (daniil.zakhlystov) 4 2024-04-09
08:48
2023-11-10
23:58
Add recovery to pg_control and remove backup_label Moved to next CF 17 David Steele (dsteele) Michael Paquier (michael-kun) 2 2024-01-28
23:27
2024-01-28
23:28
speed up a logical replication setup (pg_subscriber) Withdrawn 1 2023-11-01
14:01
2024-03-26
21:29
speed up a logical replication setup (pg_createsubscriber) Moved to next CF 17 Euler Taveira (eulerto) Peter Eisentraut (petere), Ashutosh Bapat (ashutoshbapat), Hayato Kuroda (ha-kun) petere 3 2024-03-25
13:36
2024-03-26
21:29
Security
USAGE privilege on PUBLICATION Moved to next CF Antonin Houska (a.houska) 9 2024-01-15
10:56
2023-03-20
06:17
User functions for building SCRAM secrets Moved to next CF Jonathan Katz (jkatz05) 7 2024-01-27
03:32
2024-01-27
03:35
Fix search_path for maintenance commands Moved to next CF 17 Jeff Davis (jdavis) Nathan Bossart (bossartn) 4 2024-01-18
05:10
2024-01-18
05:11
add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl Moved to next CF Cary Huang (cary) Daniel Gustafsson (d_gustafsson), Jacob Champion (jchampion) 6 2024-04-09
06:18
2024-03-22
14:14
Client authentication via OAuth 2.0 Moved to next CF Jacob Champion (jchampion) 6 2024-04-09
06:24
2024-04-01
22:07
Allow excluding pg_temp or pg_catalog from search_path. Withdrawn 17 Jeff Davis (jdavis) Nathan Bossart (bossartn) 2 2023-11-17
19:22
2023-10-31
16:31
Server Features
On client login event trigger Committed 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
pg_stats and range statistics Committed 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
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
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
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
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
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
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
Multi-version ICU Moved to next CF Thomas Munro (macdice) 9 2024-04-08
07:55
2024-02-13
23:12
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
Transaction timeout Moved to next CF Andrey Borodin (x4mmm) Nathan Bossart (bossartn), Nikolay Samokhvalov (nikolay), yuhang qiu (qyh), Tung Nguyen (tngngn) smagen 7 2024-02-29
18:19
2024-03-13
08:17
Infinite interval values Committed Ashutosh Bapat (ashutoshbapat), Joseph Koshakow (jkoshakow), jian he (universality) Dean Rasheed (deanr) deanr 4 2023-11-14
11:03
2023-11-18
16:53
Direct SSL Connections Returned with feedback Greg Stark (stark) Heikki Linnakangas (heikki) 4 2023-12-02
04:58
2024-04-08
08:38
BRIN - SK_SEARCHARRAY and scan key preprocessing Moved to next CF Tomas Vondra (fuzzycz) Heikki Linnakangas (heikki) 5 2024-01-15
05:39
2024-01-15
05:43
Built-in collation provider for "C" and "C.UTF-8" Moved to next CF 17 Jeff Davis (jdavis) Peter Eisentraut (petere), Daniel Vérité (danielverite) jdavis 5 2024-04-09
06:35
2024-04-04
23:38
ltree hash functions Moved to next CF Tommy Pavlicek (tommyp) tgl 5 2024-03-21
22:28
2024-03-21
22:29
UUID v7 Moved to next CF 17 Andrey Borodin (x4m) Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev), Chris Travers (einhverfr), Nikolay Samokhvalov (nikolay), Przemysław Sztoch (psztoch), Kirk Wolak (kirkw) petere 6 2024-04-09
06:35
2024-04-15
06:12
Custom storage managers (SMGR), redux Moved to next CF Matthias van de Meent (mmeent), Tristan Partin (tristan957) Krishnakumar Ravi (kkpgdev) 6 2024-04-08
07:20
2024-03-15
14:15
Variable Block Size Moved to next CF 17 David Christensen (davidchristensen) 4 2024-01-19
20:55
2023-10-02
15:39
pg_stat_logmsg Moved to next CF Joe Conway (jconway) 6 2024-04-08
14:33
2023-09-13
19:30
Multiple passwords, interval expirations Moved to next CF Gurjeet Singh (gurjeet), Joshua Brindle (joshuab) 4 2024-02-01
11:04
2024-02-01
11:04
Forcing new tuples of updates off the page Moved to next CF Matthias van de Meent (mmeent) Laurenz Albe (laurenz) 4 2024-03-15
11:06
2024-03-15
11:06
pg_tracing Moved to next CF Anthonin Bonnefoy (bonnefoa) Aleksander Alekseev (a.alekseev), Nikita Malakhov (nmalakh) 5 2024-04-09
06:17
2024-03-18
14:00
CHECK constraint deferrable Support Moved to next CF Himanshu Upadhyaya (himanshuu) Dean Rasheed (deanr) 3 2024-01-15
10:31
2023-10-13
00:36
Support % wildcard in extension upgrade script filenames Moved to next CF 16 Sandro Santilli (strk) Regina Obe (reginaobe) 3 2024-02-01
11:01
2024-02-01
17:58
CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Withdrawn 17 Jeff Davis (jdavis) 2 2023-10-27
21:16
2023-11-21
14:24
Add flush handling to LogLogicalMessage() and pg_logical_emit_message() Committed Michael Paquier (michael-kun) Tung Nguyen (tngngn) michael-kun 2 2023-10-18
03:50
2023-10-18
03:50
Examine simple variable for Var in CTE. Committed Jian Guo (aegeaner) Tom Lane (tgl), Richard Guo (richardguo) tgl 2 2023-11-17
19:37
2024-01-29
02:30
Support run-time partition pruning for hash join Moved to next CF 17 Richard Guo (richardguo) 5 2024-04-09
06:18
2024-03-19
06:12
Support prepared statement invalidation when result or argument types change Moved to next CF Jelte Fennema-Nio (jeltef) Euler Taveira (eulerto) 5 2024-04-08
14:33
2024-04-03
10:48
More new SQL/JSON item methods Moved to next CF 17 Jeevan Chalke (jeevan.chalke) Andrew Dunstan (adunstan) adunstan 3 2024-01-25
15:41
2024-02-01
06:08
Add inline comments to the pg_hba_file_rules view Withdrawn 17 Jim Jones (jimus) 1 2023-10-10
08:34
2023-09-28
09:55
Unicode character general category functions. Committed 17 Jeff Davis (jdavis) jdavis 1 2023-11-03
18:43
2024-03-14
18:07
Add unicode_assigned() and unicode_version() Committed 17 Jeff Davis (jdavis) jdavis 1 2023-11-17
19:21
2024-03-14
18:07
Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING Moved to next CF Marko Tiikkaja (johto) 4 2024-04-08
14:33
2024-03-15
14:27
SQL Commands
Dynamic result sets from procedures Withdrawn Peter Eisentraut (petere) 12 2023-10-30
09:26
2023-02-24
11:26
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
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
MERGE INTO updatable_view Moved to next CF Dean Rasheed (deanr) Vik Fearing (xocolatl) deanr 7 2024-02-29
16:33
2024-02-29
16:37
MERGE ... WHEN NOT MATCHED BY SOURCE Moved to next CF Dean Rasheed (deanr) Vik Fearing (xocolatl) deanr 7 2024-03-30
10:07
2024-03-26
08:08
MERGE ... RETURNING Moved to next CF Dean Rasheed (deanr) Jeff Davis (jdavis), Gurjeet Singh (gurjeet) deanr 6 2024-03-18
07:58
2024-03-18
08:01
Add CANONICAL option to xmlserialize Moved to next CF Jim Jones (jimus) 6 2024-04-08
14:35
2024-02-09
13:19
Add XMLText function (SQL/XML X038) Committed 17 Jim Jones (jimus) Daniel Gustafsson (d_gustafsson), Vik Fearing (xocolatl) d_gustafsson 3 2023-11-06
10:52
2023-11-06
11:15
SQL:2011 application time Moved to next CF Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 6 2024-03-26
08:06
2024-04-15
00:00
Incremental View Maintenance (IVM), take 2 Moved to next CF Yugo Nagata (yugo.nagata) 6 2024-04-09
06:23
2024-03-31
13:59
Add support for AT LOCAL Committed 17 Vik Fearing (xocolatl) Michael Paquier (michael-kun), Cary Huang (cary) michael-kun 3 2023-10-13
04:07
2023-10-21
05:27
Support TZ format code in to_timestamp() Moved to next CF Tom Lane (tgl) Aleksander Alekseev (a.alekseev) tgl 4 2024-01-25
22:47
2024-01-24
16:13
CREATE COLLATION default provider Moved to next CF 17 Jeff Davis (jdavis) Peter Eisentraut (petere) 4 2024-01-21
19:06
2024-01-21
19:07
Remaining sql/json patches Moved to next CF Amit Langote (amitlan), Nikita Glukhov (n.glukhov) amitlan 5 2024-04-08
09:03
2024-04-08
09:08
Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges Committed Tommy Pavlicek (tommyp) Tom Lane (tgl) tgl 3 2023-10-20
16:29
2023-10-31
16:15
Reindex toast table's index before main table's indexes Moved to next CF Gurjeet Singh (gurjeet) Nathan Bossart (bossartn) michael-kun 3 2024-01-26
09:23
2024-01-26
09:22
Implement row pattern recognition feature Moved to next CF Tatsuo Ishii (ishii) Vik Fearing (xocolatl), Jacob Champion (jchampion), Ningwei Chen (chen-5033) 5 2024-04-09
06:22
2024-04-24
03:12
ALTER COLUMN ... SET EXPRESSION syntax Moved to next CF Amul Sul (sulamul) Peter Eisentraut (petere), Vik Fearing (xocolatl), Maxim Orlov (m.orlov), ajitpostgres awekar (ajit.awekar) petere 3 2024-01-04
18:47
2024-01-08
03:38
[PoC] Implementation of distinct in Window Aggregates: take two Moved to next CF Ankit Kumar Pandey (ankitkpandey) 3 2024-02-01
10:49
2024-02-01
10:49
Output affected rows in EXPLAIN Rejected 17 Damir Belyalov (xhevx) 1 2023-11-22
10:07
2023-11-22
10:07
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
warn if GUC set to an invalid shared library Moved to next CF Justin Pryzby (justinpryzby) Christoph Berg (myon), cary huang (caryh), Maciek Sakrejda (msakrejda), Cary Huang (cary) 12 2024-04-08
10:01
2024-01-07
13:27
recovery modules Moved to next CF 18 Nathan Bossart (bossartn) 8 2024-03-06
16:47
2024-04-10
21:51
Report planning memory usage in EXPLAIN ANALYZE Moved to next CF 17 Ashutosh Bapat (ashutoshbapat) Andy Fan (andyf) alvherre 3 2024-01-29
17:05
2024-01-30
10:18
Improve pg_restore toc file parsing and format for better performances Moved to next CF 17 Pierre Ducroquet (pinaraf) Nathan Bossart (bossartn) 3 2024-01-14
11:49
2024-01-14
11:49
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 Committed Andres Freund (andresfreund), Masahiko Sawada (masahikosawada) masahikosawada 8 2023-12-03
19:44
2023-12-01
02:14
Add TAP tests for psql \g piped into program Committed Daniel Vérité (danielverite) heikki 5 2023-10-02
08:47
2023-10-02
08:46
Detect test suite sideeffects in pg_regress Moved to next CF Daniel Gustafsson (d_gustafsson) 5 2024-04-03
11:42
2024-03-27
16:06
abidiff tests Moved to next CF Peter Eisentraut (petere) Christoph Berg (myon) 5 2024-03-14
14:38
2024-03-14
14:38
CI speed improvements for FreeBSD Moved to next CF Thomas Munro (macdice) Maxim Orlov (m.orlov) macdice 4 2024-03-13
02:03
2024-03-13
02:03
Use libpq for connection testing in pg_regress Committed Daniel Gustafsson (d_gustafsson) d_gustafsson 2 2023-10-25
08:17
2023-10-24
20:45
pg_resetwal tests, logging, and docs update Committed Peter Eisentraut (petere) Aleksander Alekseev (aalekseev) petere 2 2023-11-06
08:40
2023-11-06
08:38
Create shorthand for including all extra tests Moved to next CF Nazir Bilal Yavuz (nbyavuz) Peter Eisentraut (petere) 2 2024-01-20
08:23
2024-01-20
08:22
Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs Moved to next CF Nazir Bilal Yavuz (nbyavuz) 4 2024-04-08
14:05
2024-01-17
16:46
Add test module for Table Access Method Moved to next CF Fabrízio Mello (fabriziomello) 2 2024-01-14
11:09
2024-01-16
12:16
Clean up some pg_dump tests Committed Peter Eisentraut (petere) petere 1 2023-10-18
06:17
2023-10-18
06:16
Allow all tests to pass in OpenSSL FIPS mode Committed Peter Eisentraut (petere) Tom Lane (tgl) petere 1 2023-11-17
18:49
2023-11-17
18:45
Avoid race condition for event_triggers regress test Committed 17 Mikhail Gribkov (youzhick) Aleksander Alekseev (a.alekseev) smagen 1 2023-10-27
08:35
2023-10-19
14:01
Adding facility for injection points (or probe points?) for more advanced tests Moved to next CF Michael Paquier (michael-kun) Ashutosh Bapat (ashutoshbapat), Nathan Bossart (bossartn) michael-kun 2 2024-01-22
04:47
2024-01-23
03:32