Commitfest 2024-09

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 90. Moved to next CF: 204. Withdrawn: 15. Rejected: 5. Returned with Feedback: 52. Total: 366.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
pg_rewind WAL deletion pitfall Moved to next CF Alexander Kukushkin (cyberdem0n), Polina Bungina (hughcapet) Kyotaro Horiguchi (horiguti), Atsushi Torikoshi (atsushitorikoshi), moro dream (morod) alvherre 12 2024-10-04
17:45
2024-07-12
09:00
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), Yasir Shah (yasir.hussain.shah.gmail.com) 6 2024-10-07
04:24
2024-07-19
18:32
"unexpected duplicate for tablespace" problem in logical replication Moved to next CF stable Shenhao Wang (wangshenhao) Masahiko Sawada (masahikosawada) 5 2024-10-07
04:24
2024-07-24
21:51
Network failure may prevent promotion Moved to next CF Kyotaro Horiguchi (horiguti) 5 2024-10-07
01:08
2024-05-14
14:16
data loss bug in initial sync of logical replication Moved to next CF Tomas Vondra (fuzzycz) Nitin Motiani (nitinmotiani) 4 2024-10-04
11:20
2024-10-08
09:51
Fix rare recovery shutdown hang Moved to next CF Thomas Munro (macdice) Noah Misch (nmisch), Martijn Wallet (mwallet) 3 2024-10-05
09:25
2024-10-25
18:17
Run deferred triggers in the correct security context Moved to next CF 18 Laurenz Albe (laurenz) Pavel Stehule (okbobcz) 3 2024-10-19
17:13
2024-11-04
17:25
Recheck foreign key if a referenced collation was nondeterministic Moved to next CF 17 Paul Jungwirth (pjungwir) Peter Eisentraut (petere), Jian He (stayreal) 3 2024-11-07
12:17
2024-11-07
12:15
apply_scanjoin_target_to_paths and partitionwise join Moved to next CF stable Ashutosh Bapat (ashutoshbapat) 3 2024-10-04
17:51
2024-09-30
21:52
Fix BackgroundPsql to report error on query timeout rather than calling die Moved to next CF 18 Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki) 3 2024-10-31
11:58
2024-10-31
22:18
pg_parse_json: don't leak token copies on failure Moved to next CF Jacob Champion (jchampion) Andrew Dunstan (adunstan) 3 2024-10-01
20:26
2024-10-31
21:10
WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts Moved to next CF Matthias van de Meent (mmeent) Akshat Jaimini (akshatj) 3 2024-10-04
17:52
2024-09-14
18:57
Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Moved to next CF ChangAo Chen (chenchangao) 3 2024-10-07
01:10
2024-08-13
10:07
Remove dependence on integer wrapping Moved to next CF 18 Joseph Koshakow (jkoshakow) Nathan Bossart (bossartn) bossartn 3 2024-10-03
20:51
2024-08-24
12:44
Fix race conditions with concurrent drops of shared pgstats entries Moved to next CF stable Michael Paquier (michael-kun) 3 2024-10-02
04:43
2024-10-17
04:24
windows compilation fails when gssapi & openssl are enabled Moved to next CF 17 Imran Zaheer (imranzaheer) Yasir Shah (yasir.hussain.shah.gmail.com) 3 2024-10-07
04:24
2024-07-10
17:06
Incorrect error message for cancellation triggered by statement_timeout & flaky test Moved to next CF stable Jelte Fennema-Nio (jeltef) 3 2024-10-07
04:25
2024-10-01
12:00
inplace update: send nontransactional invalidations Moved to next CF stable Noah Misch (nmisch) nmisch 3 2024-10-05
09:32
2024-11-03
18:29
Incremental Sort Cost Estimation Instability Moved to next CF 18 Andrei Lepikhov (lepikhov) 3 2024-10-05
09:32
2024-11-08
03:25
Prevent incorrect entries in pg_stat_activity. Moved to next CF Fujii Masao (masaofujii) 2 2024-10-17
04:20
2024-10-17
04:19
Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile() Moved to next CF Thomas Munro (macdice) Noah Misch (nmisch) 2 2024-10-05
09:31
2024-07-30
23:54
Set query_id for queries contained in utility statement Moved to next CF Anthonin Bonnefoy (bonnefoa) Michael Paquier (michael-kun) michael-kun 2 2024-10-28
00:08
2024-10-28
00:07
DirtyScanshot index scan skips concurrently updated tuples Moved to next CF stable Michail Nikolaev (nkey) 2 2024-10-04
17:53
2024-10-21
17:06
psql client does not handle WSAEWOULDBLOCK on Windows Moved to next CF Umar Hayat (pgwizard) 2 2024-10-07
04:24
2024-08-06
08:01
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Moved to next CF stable Michail Nikolaev (nkey) 2 2024-10-05
09:27
2024-08-24
15:52
Fix standby may crash when switching-over in certain special cases Moved to next CF pixian shi (pxshi) 2 2024-10-07
14:00
2024-10-10
07:01
Backport of LLVM memory manager to fix ARM relocation bug Moved to next CF stable Thomas Munro (macdice), Anthonin Bonnefoy (bonnefoa) Anthonin Bonnefoy (bonnefoa) macdice 2 2024-11-06
13:12
2024-11-05
10:31
Clients
functions to compute size of schemas/AMs (and maybe \dn++ and \dA++) Moved to next CF Justin Pryzby (justinpryzby) David Christensen (davidchristensen) 15 2024-10-08
00:59
2024-06-03
20:48
psql: Rethinking of \du command Moved to next CF Pavel Luzanov (p.luzanov@postgrespro.ru) David Johnston (polobo), Wen Yi (wenyi) 5 2024-10-07
11:29
2024-07-27
06:18
Adding comments to help understand psql hidden queries Moved to next CF David Christensen (davidchristensen), Greg Sabino Mullane (greg) 4 2024-10-08
01:18
2024-06-11
22:54
psql meta-command conninfo+ Moved to next CF Maiquel Grassi (maiquel), Hunaid Sohail (hunaid) Álvaro Herrera (alvherre), Nathan Bossart (bossartn), Sami Imseih (simseih), Jim Jones (jimus), Erik Wienhold (ewie) alvherre 4 2024-10-05
09:43
2024-10-30
06:07
psql: Add leakproof field to \dAo+ meta-command results Moved to next CF Yugo Nagata (yugo.nagata) Erik Wienhold (ewie) 2 2024-10-02
06:51
2024-11-04
11:00
Documentation
Convert internals documentation to Markdown Moved to next CF 18 Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) 3 2024-10-03
11:43
2024-10-02
04:17
Document NULL Concepts and Behaviors Moved to next CF David Johnston (polobo) 3 2024-10-07
06:53
2024-06-28
20:39
Doc: Move and modify standalone hot backups section Moved to next CF David Johnston (polobo) Marlene Reiterer (marlene.rte) 3 2024-10-07
07:29
2024-09-16
08:45
Doc: Improve hostssl related descriptions and option presentation Moved to next CF David Johnston (polobo) 3 2024-10-07
09:57
2024-04-22
21:20
Clarify the behavior of AT TIME ZONE Moved to next CF Aleksander Alekseev (a.alekseev) 2 2024-10-07
06:53
2024-08-02
05:45
doc: Meson is not experimental on Windows Moved to next CF Aleksander Alekseev (a.alekseev) 2 2024-10-07
10:07
2024-08-05
13:48
Miscellaneous
Unlinking Parallel Hash Join inner batch files sooner Moved to next CF Thomas Munro (macdice) 8 2024-10-07
07:05
2024-10-07
07:05
Support a wildcard in backtrace_functions Moved to next CF Jelte Fennema-Nio (jeltef) Daniel Gustafsson (d_gustafsson), Bharath Rupireddy (bharathrupireddy) d_gustafsson 5 2024-10-07
09:22
2024-06-27
10:43
Add LSN <-> time conversion facility Moved to next CF Melanie Plageman (melanieplageman) Daniel Gustafsson (d_gustafsson), Andrey Borodin (x4m) 5 2024-10-22
19:13
2024-08-13
18:29
date_trunc function in interval version Moved to next CF Przemysław Sztoch (psztoch) 4 2024-10-07
07:32
2024-05-20
16:08
Add trim_trailing_whitespace to editorconfig file Moved to next CF Jelte Fennema-Nio (jeltef) Melanie Plageman (melanieplageman), Daniel Gustafsson (dege) 4 2024-10-07
20:21
2024-10-07
20:21
Avoid orphaned objects dependencies, take 3 Moved to next CF 18 Bertrand Drouvot (bertranddrouvot.pg) 3 2024-10-05
07:18
2024-10-28
09:30
Expand applicability of aggregate's sortop optimization Moved to next CF Matthias van de Meent (mmeent) Andrei Lepikhov (lepikhov) 3 2024-10-08
01:20
2024-11-08
06:05
GUC names in messages Moved to next CF 18 Peter Smith (smithpb2250) michael-kun 3 2024-10-09
09:54
2024-10-11
02:25
better error message when --single is not the first arg to postgres executable Moved to next CF 18 Nathan Bossart (bossartn), Greg Sabino Mullane (greg) Nathan Bossart (bossartn) bossartn 3 2024-10-03
20:51
2024-08-27
13:45
gamma() and lgamma() functions Moved to next CF 18 Dean Rasheed (deanr) 3 2024-10-08
01:20
2024-09-06
11:58
Casts from jsonb to other types should cope with json null Moved to next CF Tom Lane (tgl) 2 2024-10-04
19:12
2024-08-03
20:10
Prohibit to use EphemeralNamedRelation in materialized views Moved to next CF Yugo Nagata (yugo.nagata) Tom Lane (tgl) 2 2024-10-08
08:43
2024-11-03
18:42
Improvements for pg_wal_replay_wait() Moved to next CF 18 Alexander Korotkov (smagen) smagen 2 2024-10-08
01:43
2024-09-17
09:00
Allow casting between bytea and integer types Moved to next CF Aleksander Alekseev (a.alekseev) Joel Jacobson (joeljacobson) 2 2024-10-07
10:07
2024-10-18
14:20
[PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. Moved to next CF Nishant Sharma (nishant-at-edb) 2 2024-10-09
11:20
2024-10-09
11:11
Add contrib/pg_logicalsnapinspect Moved to next CF 18 Bertrand Drouvot (bertranddrouvot.pg) Masahiko Sawada (masahikosawada) masahikosawada 2 2024-10-15
00:37
2024-10-15
01:08
remove adaptive spins_per_delay code Moved to next CF 18 Nathan Bossart (bossartn) 2 2024-11-03
15:15
2024-08-27
18:55
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) 20 2024-10-07
14:19
2024-08-13
20:06
Amcheck verification of GiST and GIN Moved to next CF Heikki Linnakangas (heikki), Andrey Borodin (x4m), Grigory Kryachko (gskryachko) José Villanova (azlev) 13 2024-10-04
11:36
2024-10-18
12:42
Logging parallel worker draught Moved to next CF 18 Benoit Lobréau (benoitl) Sami Imseih (simseih) 8 2024-10-19
04:54
2024-10-19
04:46
Add last_commit_lsn to pg_stat_database Moved to next CF James Coleman (jcole1989) Wen Yi (wenyi) 8 2024-10-08
01:44
2024-06-05
05:25
Separate memory contexts for relcache and catcache Moved to next CF Melih Mutlu (melihmutlu) Atsushi Torikoshi (atsushitorikoshi) 6 2024-10-08
01:45
2024-11-01
22:48
Set log_lock_waits=on by default Moved to next CF Laurenz Albe (laurenz) Michael Banck (mbanck), Nathan Bossart (bossartn) 5 2024-10-07
07:06
2024-09-03
19:39
Add local address to log_line_prefix Moved to next CF Greg Sabino Mullane (greg) David Steele (dsteele), Cary Huang (cary) 3 2024-10-07
07:17
2024-07-12
03:00
Show WAL stats on pg_stat_io Moved to next CF Nazir Bilal Yavuz (nbyavuz) Akshat Jaimini (akshatj) 3 2024-10-07
01:08
2024-07-06
07:28
pg_stat_activity: make slow/hanging authentication more visible Moved to next CF 18 Jacob Champion (jchampion) Michael Paquier (michael-kun) michael-kun 3 2024-11-07
18:40
2024-11-08
00:38
relfilenode statistics Moved to next CF 18 Bertrand Drouvot (bertranddrouvot.pg) 3 2024-10-02
04:42
2024-11-05
14:44
Vacuum statistics Moved to next CF 18 Andrei Lepikhov (lepikhov), Andrei Zubkov (zubkov), Alena Rybakina (alenka) Ilia Evdokimov (ilidock95) 3 2024-10-05
09:48
2024-11-07
14:49
Track the amount of time waiting due to cost_delay Moved to next CF 18 Bertrand Drouvot (bertranddrouvot.pg) Nathan Bossart (bossartn) bossartn 3 2024-10-03
20:51
2024-10-11
17:12
Add pg_ownerships and pg_privileges system views Moved to next CF Joel Jacobson (joeljacobson) 3 2024-10-20
06:20
2024-10-21
11:31
Improve EXPLAIN output for multicolumn B-Tree Index Moved to next CF 18 Masahiro Ikeda (masahiro.ikeda) 3 2024-10-28
02:00
2024-10-11
05:44
add log_transaction GUC setting Moved to next CF 18 Sergey Solovev (ashblade) 2 2024-10-08
01:55
2024-10-08
01:55
Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans) Moved to next CF Peter Geoghegan (pgeoghegan) 2 2024-10-05
07:25
2024-08-30
16:00
Parallel workers stats in pg_stat_database Moved to next CF 18 Benoit Lobréau (benoitl) Michael Paquier (michael-kun) michael-kun 2 2024-11-08
04:09
2024-11-08
14:13
Performance
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) 15 2024-10-07
06:51
2024-11-05
04:25
AcquireExecutorLocks() and run-time pruning Moved to next CF Amit Langote (amitlan) Tom Lane (tgl) 15 2024-10-08
01:56
2024-10-25
12:30
nbtree performance improvements through specialization on key shape Moved to next CF Matthias van de Meent (mmeent) 13 2024-10-07
07:06
2024-03-04
20:39
Reducing planning time when tables have many partitions Moved to next CF Yuya Watari (watari) Thom Brown (thom), Ashutosh Bapat (ashutoshbapat), Andrei Lepikhov (lepikhov) 13 2024-10-05
09:43
2024-10-15
03:20
ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables Moved to next CF Justin Pryzby (justinpryzby) Bertrand Drouvot (bertranddrouvot.pg) 12 2024-10-08
01:56
2024-07-15
20:43
Cross-database SERIALIZABLE safe snapshots Moved to next CF Thomas Munro (macdice) Heikki Linnakangas (heikki) 8 2024-10-07
07:06
2024-01-21
02:05
Avoid unnecessary PlaceHolderVars for simple Vars Moved to next CF Richard Guo (richardguo) James Coleman (jcole1989) 8 2024-10-08
01:56
2024-06-21
02:35
Index Prefetching Moved to next CF Tomas Vondra (fuzzycz) 8 2024-10-05
09:44
2024-11-08
01:35
Replace a large number of OR clauses with ANY expression Moved to next CF 17 Andrei Lepikhov (lepikhov), Alena Rybakina (alenka) Nikolay Shaplov (nataraj), Ranier Vilela (raniervilela) smagen 7 2024-10-05
09:39
2024-10-28
16:55
Extract numeric field in JSONB more effectively Moved to next CF Andy Fan (andyf) Chapman Flack (chap) 7 2024-10-07
07:19
2024-09-12
03:03
Statistics Import and Export Moved to next CF Corey Huinker (coreyh) Bharath Rupireddy (bharathrupireddy) 7 2024-10-05
07:26
2024-11-05
02:22
Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Moved to next CF Ashutosh Bapat (ashutoshbapat) 6 2024-10-08
01:57
2024-10-10
12:06
CRC32C Parallel Computation Optimization on ARM Moved to next CF xiang gao (xiang.gao) Nathan Bossart (bossartn) bossartn 6 2024-10-03
20:51
2023-12-05
04:18
Special-case executor expression steps for common combinations Moved to next CF Andres Freund (andresfreund), Daniel Gustafsson (d_gustafsson) Andreas Karlsson (kandreas) 6 2024-10-07
07:07
2024-09-13
13:01
nbtree: implement dynamic prefix truncation Moved to next CF Matthias van de Meent (mmeent) 6 2024-10-07
14:04
2024-08-13
18:39
nbtree: downlink right separator/HIKEY optimization Moved to next CF Matthias van de Meent (mmeent) 6 2024-10-07
14:06
2024-03-11
18:35
Teach predtest about IS [NOT] <boolean> proofs Moved to next CF James Coleman (jcole1989) Tom Lane (tgl) 5 2024-10-08
01:57
2024-04-06
00:43
shared detoast datum Moved to next CF Andy Fan (andy2) 5 2024-10-07
13:58
2024-06-22
03:10
Reordering DISTINCT keys to match input path's pathkeys Moved to next CF Richard Guo (richardguo) 4 2024-10-08
01:57
2024-10-28
09:15
Add a attopt to disable MCV when estimating for Var = Const Moved to next CF Andy Fan (andy2) 3 2024-10-08
02:09
2024-04-28
02:39
Parallel CREATE INDEX for GIN indexes Moved to next CF Tomas Vondra (fuzzycz) Matthias van de Meent (mmeent), Andy Fan (andy2) 3 2024-10-08
02:03
2024-10-08
12:06
Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Moved to next CF Michail Nikolaev (nkey) Matthias van de Meent (mmeent) 3 2024-10-07
14:09
2024-09-08
15:18
Parallel CREATE INDEX for GiST indexes Moved to next CF Tomas Vondra (fuzzycz) Andreas Karlsson (kandreas) 3 2024-10-08
02:06
2024-10-31
18:05
Sort functions with specialized comparators Moved to next CF Andrey Borodin (x4mmm), Stepan Neretin (fenixrnd.mail.ru) 3 2024-10-04
11:36
2024-09-09
04:42
Remove self join on a unique column Moved to next CF Andrei Lepikhov (lepikhov) Dean Rasheed (deanr) 3 2024-10-07
08:45
2024-10-28
21:18
nbtree skip scan Moved to next CF Peter Geoghegan (pgeoghegan) Aleksander Alekseev (a.alekseev), Masahiro Ikeda (masahiro.ikeda) 3 2024-10-05
07:25
2024-11-06
19:07
Streaming Vacuum Moved to next CF Thomas Munro (macdice), Melanie Plageman (melanieplageman) 3 2024-10-07
07:21
2024-07-24
05:40
Make tuple deformation faster Moved to next CF David Rowley (davidrowley) 3 2024-10-30
21:52
2024-10-09
13:59
Improved crc32c performance with AVX-512 algorithm. Moved to next CF 18 Paul Amonson (pamonson) Nathan Bossart (bossartn) 2 2024-10-03
20:52
2024-11-07
20:50
MergeJoin beats HashJoin in the case of multiple hash clauses Moved to next CF Andrei Lepikhov (lepikhov) 2 2024-10-07
08:46
2024-10-08
05:00
Allow partition-wise join when whole row var is needed Moved to next CF 18 Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov) 2 2024-10-08
02:01
2024-10-08
06:24
Asynchronous MergeAppend Execution Moved to next CF Alexander Pyhalov (a.pyhalov) 2 2024-10-08
02:08
2024-08-20
09:14
Use read streams in autoprewarm Moved to next CF Nazir Bilal Yavuz (nbyavuz) 2 2024-10-07
09:59
2024-11-06
14:56
prefetching for nestloop / indexscan Moved to next CF Tomas Vondra (fuzzycz) 2 2024-10-08
02:11
2024-08-27
23:17
Avoiding superfluous buffer locking during nbtree backwards scans Moved to next CF Matthias van de Meent (mmeent) pgeoghegan 2 2024-10-18
20:13
2024-11-08
13:25
AIO Moved to next CF Andres Freund (andresfreund) Noah Misch (nmisch) 2 2024-10-05
09:44
2024-09-30
19:29
Add ExprState hashing for GROUP BY and hashed SubPlans Moved to next CF David Rowley (davidrowley) 2 2024-10-30
21:55
2024-11-05
20:38
Procedural Languages
declarative session variables, LET command Moved to next CF Pavel Stehule (okbobcz) Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Laurenz Albe (laurenz), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv) 33 2024-10-07
16:04
2024-11-06
18:24
new plpgsql.extra_errors check - strict_expr_check Moved to next CF Pavel Stehule (okbobcz) 3 2024-10-08
02:12
2024-10-26
07:20
Refactoring
SetLatches() Moved to next CF Thomas Munro (macdice) 11 2024-10-08
02:14
2024-11-04
16:08
Revise get_cheapest_parallel_safe_total_inner Moved to next CF Richard Guo (richardguo) wenhui qiu (wenhuiqiu) 8 2024-10-16
13:05
2024-09-17
08:48
Retiring is_pushed_down Moved to next CF Richard Guo (richardguo) Tom Lane (tgl) 7 2024-10-08
02:18
2024-09-26
20:06
New [relation] options engine Moved to next CF Nikolay Shaplov (nataraj) 5 2024-10-08
02:18
2024-06-22
18:21
Change prefetch and read strategies to use range in pg_prewarm Moved to next CF Cédric Villemain (c2main) Nazir Bilal Yavuz (nbyavuz) 4 2024-10-08
02:16
2024-04-07
08:26
BitmapHeapScan table AM violation removal (and use streaming read API) Moved to next CF Melanie Plageman (melanieplageman) Heikki Linnakangas (heikki), Andres Freund (andresfreund), Tomas Vondra (fuzzycz) 4 2024-10-08
02:19
2024-10-18
20:48
Use <stdint.h> for int64_t and other exact-width integer types Moved to next CF Thomas Munro (macdice) Peter Eisentraut (petere) 3 2024-10-01
15:24
2024-10-14
06:46
ECPG cleanup and fix for clang compile-time problem Moved to next CF Tom Lane (tgl) John Naylor (john.naylor) 3 2024-10-04
19:13
2024-10-17
19:42
Use XLOG_CONTROL_FILE macro everywhere Moved to next CF 18 Anton Melnikov (antonmel) Daniel Gustafsson (d_gustafsson) 3 2024-10-07
09:55
2024-09-07
07:38
AIX support, revert the changes from 0b16bb8776bb8 Moved to next CF Sriram RK (sriramrk) 3 2024-10-28
13:44
2024-10-04
15:04
Relcache refactoring Moved to next CF Heikki Linnakangas (heikki) heikki 3 2024-10-31
08:19
2024-11-01
04:19
SendProcSignal(), SetLatch() → SendInterrupt() Moved to next CF Heikki Linnakangas (heikki), Thomas Munro (macdice) 2 2024-10-08
02:19
2024-11-05
20:21
Converting tab-complete.c's else-if chain to a switch Moved to next CF Tom Lane (tgl) tgl 2 2024-10-07
16:39
2024-10-10
21:04
Remove duplicated smgrclose call Moved to next CF 18 Steven Niu (niushiji) Cary Huang (cary), Kirill Reshke (reshke), Zhao Junwang (zhjwpku) 2 2024-10-27
19:05
2024-10-27
19:05
Fix a few issues in collation cache Moved to next CF 18 Jeff Davis (jdavis) 2 2024-10-08
02:20
2024-09-21
00:28
Make ECPG locale usage thread-safe Moved to next CF Thomas Munro (macdice) Peter Eisentraut (petere) 2 2024-10-01
15:24
2024-10-01
12:04
Thread-safe nl_langinfo(), localeconv(), check_locale() Moved to next CF Thomas Munro (macdice) Peter Eisentraut (petere) 2 2024-10-20
10:06
2024-09-05
12:50
Call rm_redo in a temporary memory context Moved to next CF Heikki Linnakangas (heikki) 2 2024-10-02
02:28
2024-10-02
02:28
Refactor postmaster child handling Moved to next CF Heikki Linnakangas (heikki) 2 2024-10-08
02:22
2024-10-09
20:40
Use function smgrclose() to replace the loop Moved to next CF 18 Steven Niu (niushiji) 2 2024-10-08
02:21
2024-10-24
09:09
Vectored IO in XLogWrite() Moved to next CF Melih Mutlu (melihmutlu) 2 2024-10-07
10:00
2024-08-08
17:25
Replication & Recovery
Switching XLog source from archive to streaming when primary available Moved to next CF Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) Nathan Bossart (bossartn) bossartn 13 2024-10-03
20:52
2024-08-29
20:58
CREATE SUBSCRIPTION ... SERVER Moved to next CF Jeff Davis (jdavis) Bharath Rupireddy (bharathrupireddy) 7 2024-10-05
07:21
2024-10-30
15:08
Introduce XID age and inactive timeout based replication slot invalidation Moved to next CF Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) 4 2024-10-05
07:20
2024-11-07
10:03
CSN snapshots in hot standby Moved to next CF 18 Heikki Linnakangas (heikki) 3 2024-10-30
13:19
2024-10-29
16:33
Return pg_control from pg_backup_stop(). Moved to next CF 18 David Steele (dsteele) 3 2024-10-02
09:18
2024-10-03
09:11
Detection and resolution of logical replication conflict Moved to next CF 18 Hou Zhijie (houzj), shveta malik (shvetam), Nisha Moond (nishamoond) Masahiko Sawada (masahikosawada), Hayato Kuroda (ha-kun) amitkapila 3 2024-10-05
09:40
2024-10-28
21:49
Allow logical decoding to output generated columns Moved to next CF 18 Peter Smith (smithpb2250), Shubham Khanna (skhanna), Shlok Kyal (shlokkyal) Masahiko Sawada (masahikosawada), Hayato Kuroda (ha-kun), vigneshwaran C (vignesh.postgres), Peter Smith (smithpb) 3 2024-10-08
03:23
2024-11-07
10:16
Synchronization of sequences to subscriber Moved to next CF vigneshwaran C (vignesh.postgres) Dilip Kumar (dilip.kumar), Masahiko Sawada (masahikosawada), Peter Smith (smithpb2250) 2 2024-10-05
09:49
2024-10-31
09:27
Recovery of .partial WAL segments Moved to next CF Stefan Fercot (stefan.fercot) 2 2024-10-08
03:22
2024-10-18
13:56
Expose the acquired_by parameter to the pg_replication_origin_session_setup function Moved to next CF 18 Doruk Yılmaz (dorukyilmaz) Euler Taveira (eulerto) 2 2024-10-08
03:22
2024-08-15
20:53
Collect statistics about conflicts in logical replication Moved to next CF 18 Hou Zhijie (houzj) Hayato Kuroda (ha-kun), Peter Smith (smithpb), shveta malik (shvetam) amitkapila 2 2024-10-08
03:23
2024-09-04
04:56
Security
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) 8 2024-10-07
07:06
2024-10-28
08:59
Client authentication via OAuth 2.0 Moved to next CF Jacob Champion (jchampion) Peter Eisentraut (petere), Antonin Houska (a.houska) 8 2024-11-06
16:22
2024-11-08
09:21
Avoid mixing custom and OpenSSL BIO functions Moved to next CF David Benjamin (dbenjamin) Daniel Gustafsson (d_gustafsson) d_gustafsson 4 2024-10-12
07:22
2024-10-11
21:20
add multiple client certificate selection feature Moved to next CF Cary Huang (cary) 3 2024-10-08
03:25
2024-04-11
21:24
Extend ALTER DEFAULT PRIVILEGES for large objects Moved to next CF Yugo Nagata (yugo.nagata) 3 2024-10-07
17:04
2024-09-13
07:18
Serverside SNI for SSL connections Moved to next CF Daniel Gustafsson (d_gustafsson) Jacob Champion (jchampion) 3 2024-10-07
09:54
2024-07-25
18:00
Extension security improvement: Add support for extensions with an owned schema Moved to next CF 18 Jelte Fennema-Nio (jeltef) 3 2024-10-07
09:22
2024-10-04
21:05
Add support to TLS 1.3 cipher suites and curves lists in Postgres Moved to next CF Erica Zhang (zerica) Daniel Gustafsson (d_gustafsson), Jacob Champion (jchampion) d_gustafsson 3 2024-10-24
21:00
2024-10-24
13:52
Blast-RADIUS mitigation Moved to next CF Thomas Munro (macdice) Heikki Linnakangas (heikki) 2 2024-10-28
17:14
2024-08-13
18:22
Server Features
BCP 47 locale names for Windows Moved to next CF Thomas Munro (macdice) 7 2024-10-08
03:29
2024-08-08
11:39
Post-special Page Storage TDE support (aka Reserved Page Size) Moved to next CF David Christensen (davidchristensen) 11 2024-10-08
03:30
2024-03-13
16:26
UUID v7 Moved to next CF 17 Andrey Borodin (x4m) Masahiko Sawada (masahikosawada), Aleksander Alekseev (a.alekseev), Chris Travers (einhverfr), Nikolay Samokhvalov (nikolay), Przemysław Sztoch (psztoch), Kirk Wolak (kirkw) 8 2024-10-31
18:06
2024-11-07
08:34
Sequence Access Methods, round two Moved to next CF Michael Paquier (michael-kun) 5 2024-10-02
04:43
2024-10-02
05:28
Add the page header to each SLRU page. Moved to next CF Rishu Bagga (rishubagga), Yong Li (yoli) Thomas Munro (macdice), Shawn Debnath (sd) 5 2024-10-08
02:07
2024-06-13
08:41
Add new protocol message to change GUCs to be able to change protocol extension parameters Moved to next CF 18 Jelte Fennema-Nio (jeltef) Robert Haas (rhaas) 5 2024-10-07
09:22
2024-09-09
15:57
Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM Moved to next CF Bharath Rupireddy (bharathrupireddy) Jeff Davis (jdavis) 4 2024-10-05
07:23
2024-10-31
04:17
COPY ON_ERROR 'NULL' Moved to next CF jian he (universality) Fujii Masao (masaofujii), Kirill Reshke (reshke) 4 2024-10-22
16:39
2024-11-07
18:00
on_error table, saving error info to a table Moved to next CF jian he (hellothere) Nishant Sharma (nishant-at-edb) 4 2024-10-08
03:29
2024-11-05
10:30
KNN-btree Moved to next CF Nikita Glukhov (n.glukhov), Anton Melnikov (antonmel) 4 2024-10-08
03:31
2024-07-31
04:46
CREATE DATABASE ... STRICT_UNICODE Moved to next CF Jeff Davis (jdavis) 4 2024-10-05
07:22
2024-03-14
18:07
Eager aggregation, take 3 Moved to next CF Richard Guo (richardguo) 3 2024-10-08
03:32
2024-11-06
14:43
CREATE DATABASE ... STRATEGY=FILE_CLONE Moved to next CF Thomas Munro (macdice), Nazir Bilal Yavuz (nbyavuz) 3 2024-10-07
09:59
2024-08-08
12:15
Add extension_destdir GUC Moved to next CF Christoph Berg (myon), David Wheeler (theory) Peter Eisentraut (petere), Gabriele Bartolini (gbartolini), Nathan Bossart (bossartn) 3 2024-10-08
02:23
2024-10-11
08:27
Identify huge pages accessibility using madvise Moved to next CF stable Dmitry Dolgov (erthalion) Gabriele Bartolini (gbartolini), Niccolo Fei (nfei) 3 2024-10-07
14:01
2024-11-08
08:54
Use WALReadFromBuffers in more places Moved to next CF Bharath Rupireddy (bharathrupireddy) 3 2024-10-05
07:24
2024-10-15
08:22
CREATE INDEX CONCURRENTLY for partitioned tables Moved to next CF Ilya Gladyshev (qoops) 3 2024-10-07
14:03
2024-10-25
18:32
New function rand_array() to contrib/tablefunc Moved to next CF Andy Fan (andy2) Dean Rasheed (deanr), Aleksander Alekseev (a.alekseev), Jim Jones (jimus) 3 2024-11-04
14:35
2024-11-07
00:51
VACUUM FULL / CLUSTER CONCURRENTLY Moved to next CF 18 Antonin Houska (a.houska) 2 2024-10-09
13:00
2024-10-09
12:56
REINDEX not updating partition progress Moved to next CF stable Ilya Gladyshev (qoops) 2 2024-10-07
01:11
2024-07-25
21:21
Add min/max aggregate functions to BYTEA Moved to next CF 18 Aleksander Alekseev (a.alekseev), Marat Bukharov (maratik) Andrey Borodin (x4m) tgl 2 2024-10-08
18:08
2024-10-08
18:12
Index AM API cleanup Moved to next CF Mark Dilger (mark.dilger) Peter Eisentraut (petere), Andrew Dunstan (adunstan), Alexandra Wang (l-wang) 2 2024-10-03
11:38
2024-10-31
10:01
Make MultiXactOffset 64-bit type Moved to next CF 18 Maxim Orlov (m.orlov) Heikki Linnakangas (heikki) 2 2024-11-04
07:50
2024-10-25
03:38
not-null constraints Moved to next CF Álvaro Herrera (alvherre) alvherre 2 2024-11-08
14:38
2024-11-08
13:08
SQL Commands
Add CANONICAL option to xmlserialize Moved to next CF 18 Jim Jones (jimus) Pavel Stehule (okbobcz), Oliver Ford (ojford) 8 2024-10-07
07:07
2024-09-12
10:56
SQL:2011 application time Moved to next CF Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 8 2024-10-15
07:04
2024-11-07
01:03
Incremental View Maintenance (IVM), take 2 Moved to next CF Yugo Nagata (yugo.nagata) 8 2024-10-07
17:06
2024-08-20
07:06
Implement row pattern recognition feature Moved to next CF 18 Tatsuo Ishii (ishii) Vik Fearing (xocolatl), Jacob Champion (jchampion), Ningwei Chen (chen-5033) 7 2024-10-07
10:47
2024-10-25
04:04
Make COPY format extendable: Extract COPY TO format implementations Moved to next CF Kouhei Sutou (kou) Masahiko Sawada (masahikosawada), Nathan Bossart (bossartn), Zhao Junwang (zhjwpku), Yong Li (yoli) 5 2024-10-08
03:33
2024-11-05
08:43
COPY TO json Moved to next CF Joe Conway (jconway) Masahiko Sawada (masahikosawada), Nathan Bossart (bossartn) jconway 5 2024-10-08
02:23
2024-09-13
14:42
RETURNING OLD/NEW values Moved to next CF Dean Rasheed (deanr) 5 2024-10-08
03:33
2024-10-29
13:05
add COPY option REJECT_LIMIT Moved to next CF Atsushi Torikoshi (atsushitorikoshi) Fujii Masao (masaofujii), Kirill Reshke (reshke) masaofujii 4 2024-10-08
10:21
2024-10-08
12:58
SQL Property Graph Queries (SQL/PGQ) Moved to next CF Peter Eisentraut (petere), Ashutosh Bapat (ashutoshbapat) Vik Fearing (xocolatl) 3 2024-09-30
19:18
2024-11-05
15:41
Support LIKE with nondeterministic collations Moved to next CF Peter Eisentraut (petere) Paul Jungwirth (pjungwir) 3 2024-09-30
19:20
2024-11-04
08:26
Virtual generated columns Moved to next CF Peter Eisentraut (petere) 3 2024-09-30
19:25
2024-11-07
10:02
CREATE OR REPLACE MATERIALIZED VIEW Moved to next CF 18 Erik Wienhold (ewie) 2 2024-10-07
12:16
2024-10-31
03:48
Add XMLCast (SQL/XML X025) Moved to next CF 18 Vik Fearing (xocolatl) 2 2024-10-08
02:22
2024-08-15
21:02
Support POSITION with nondeterministic collations Moved to next CF Peter Eisentraut (petere) 2 2024-09-30
19:22
2024-08-26
06:09
SQL:2023 JSON simplified accessor support Moved to next CF 18 Alexandra Wang (alexandrawang) Peter Eisentraut (petere) 2 2024-10-01
15:49
2024-11-07
21:57
Add roman support for to_number function Moved to next CF 18 Hunaid Sohail (hunaid) Maciek Sakrejda (msakrejda-pga) 2 2024-10-08
03:33
2024-10-30
07:07
System Administration
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) 14 2024-10-08
02:09
2024-07-22
16:28
allow changing autovacuum_max_workers without restarting Moved to next CF 18 Nathan Bossart (bossartn) Yogesh Sharma (sharmay) bossartn 3 2024-10-03
20:53
2024-08-21
19:20
Reduce the log spam by excluding certain SQLSTATEs Moved to next CF 18 Laurenz Albe (laurenz) 3 2024-10-07
16:04
2024-08-15
17:52
New GUC autovacuum_max_threshold Moved to next CF 18 Nathan Bossart (bossartn) 3 2024-10-03
20:52
2024-11-06
12:51
Track collation and ctype versions separately Moved to next CF 18 Jeff Davis (jdavis) 2 2024-10-08
03:34
2024-07-27
15:34
Enable data checksums by default with initdb Moved to next CF Greg Sabino Mullane (greg) Peter Eisentraut (petere), Nathan Bossart (bossartn) petere 2 2024-10-16
06:55
2024-11-07
18:38
pg_upgrade: Support for upgrading to checksums enabled Moved to next CF Peter Eisentraut (petere) Nathan Bossart (bossartn), Ilya Kosmodemiansky (hydrobiont) 2 2024-10-01
15:16
2024-08-27
21:56
Testing
CI and test improvements Moved to next CF Justin Pryzby (justinpryzby) 13 2024-10-08
03:35
2024-08-06
19:10
Test to dump and restore objects left behind by regression Moved to next CF Ashutosh Bapat (ashutoshbapat) Michael Paquier (michael-kun) 3 2024-10-31
05:59
2024-11-07
10:29
Convert sepgsql tests to TAP Moved to next CF Peter Eisentraut (petere) Andreas Karlsson (kandreas) 3 2024-09-30
19:23
2024-08-27
08:12
Make PG_TEST_EXTRA env variable override its Meson configure option Moved to next CF Jacob Champion (jchampion), Nazir Bilal Yavuz (nbyavuz) Ashutosh Bapat (ashutoshbapat) heikki 2 2024-11-04
12:26
2024-11-04
12:25
CREATE SUBSCRIPTION - add missing test case Moved to next CF Peter Smith (smithpb2250) vigneshwaran C (vignesh.postgres) 2 2024-10-08
03:35
2024-08-22
03:21