Status summary: Committed: 98. Moved to next CF: 140. Withdrawn: 7. Returned with Feedback: 32. Rejected: 8. Total: 285.
Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
---|---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes | |||||||||||
standby recovery fails when re-replaying due to missing directory which was removed in previous replay. | 2161 | Moved to different CF | stable | Not processed | Kyotaro Horiguchi (horiguti), Paul Guo (paulguo) | Michael Paquier (michael-kun) | Álvaro Herrera (alvherre) | 16 | 2 years ago | ||
Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns | 3041 | Moved to different CF | Not processed | Bertrand Drouvot (bdrouvot), Minsoo (Mike) Oh (minsoo1) | Masahiko Sawada (masahikosawada), ahsan hadi (ahsan.hadi) | Amit Kapila (amitkapila) | 7 | 2 years ago | |||
pgbench: using prepared BEGIN statement in a pipeline could cause an error | 3260 | Moved to different CF | 15 | Not processed | Yugo Nagata (yugo.nagata) | Kyotaro Horiguchi (horiguti), Fabien Coelho (calvin), Daniel Gustafsson (dege) | Álvaro Herrera (alvherre) | 9 | 2 years ago | ||
Error "initial slot snapshot too large" in create replication slot | 3445 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti), Dilip Kumar (dilip.kumar) | Akshat Jaimini (akshatj) | 11 | 1 year ago | ||||
Possible fails in pg_stat_statements test | 3518 | Moved to different CF | Not processed | Anton Melnikov (antonmel) | Robert Haas (rhaas) | Robert Haas (rhaas) | 2 | 2 years ago | |||
Fix Windows network event handling | 3523 | Moved to different CF | Not processed | Thomas Munro (macdice) | Robert Haas (rhaas) | 4 | 1 year ago | ||||
Clients | |||||||||||
pg_dump - read data for some options from external file | 2573 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Daniel Gustafsson (d_gustafsson), Julien Rouhaud (rjuju), Justin Pryzby (justinpryzby), Виктория Шепард (shepard-v) | Daniel Gustafsson (d_gustafsson) | 18 | 1 year ago | |||
functions to compute size of schemas/AMs (and maybe \dn++ and \dA++) | 3256 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby) | David Christensen (davidchristensen) | 16 | 1 year ago | ||||
psql: add xheader_width option to handle very long record lines | 3295 | Moved to different CF | Not processed | Platon Pronko (rogach) | Andrew Dunstan (adunstan) | Andrew Dunstan (adunstan) | 5 | 2 years ago | |||
libpq compression | 3499 | Moved to different CF | Not processed | Konstantin Knizhnik (knizhnik), Daniil Zakhlystov (usernamedt) | Justin Pryzby (justinpryzby) | 3 | 3 years ago | ||||
Add non-blocking version of PQcancel | 3511 | Moved to different CF | 17 | Not processed | Jelte Fennema-Nio (jeltef) | Denis Laxalde (dlax) | Álvaro Herrera (alvherre) | 11 | 6 months ago | ||
Add LZ4 compression in pg_dump | 3571 | Moved to different CF | 16 | Not processed | Georgios Kokolatos (gkokolatos), Rachel Heaton (rheaton) | Tomas Vondra (fuzzycz), Justin Pryzby (justinpryzby), Yu Shi (shiy.fnst) | Tomas Vondra (fuzzycz) | 6 | 2 years ago | ||
Documentation | |||||||||||
Improve role attributes docs | 3516 | Moved to different CF | Not processed | Shinya Kato (shinyakato) | Fujii Masao (masaofujii), Swaha Miller (swaha) | Bruce Momjian (bmomjian) | 3 | 2 years ago | |||
doc: PQexecParams binary handling example for REAL data type | 3568 | Moved to different CF | Not processed | Mark Wong (markwkm) | 6 | 2 years ago | |||||
Miscellaneous | |||||||||||
Fix behavior of geo_ops when NaN is involved | 2710 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti) | Julien Rouhaud (rjuju), Georgios Kokolatos (gkokolatos) | 10 | 3 years ago | ||||
Function to log backtrace of postgres processes | 2863 | Moved to different CF | Not processed | vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) | Christoph Berg (myon), Maciek Sakrejda (msakrejda) | 17 | 1 year ago | ||||
Allow multiple recursive self-references | 3046 | Moved to different CF | Not processed | Denis Hirn (brainy) | Peter Eisentraut (petere) | 6 | 3 years ago | ||||
Avoid orphaned dependencies | 3106 | Moved to different CF | 16 | Not processed | Bertrand Drouvot (bdrouvot) | Ronan Dunklau (rdunklau) | 6 | 3 years ago | |||
pgbench: add multiconnect support | 3227 | Moved to different CF | 16 | Not processed | David Christensen (davidchristensen) | Jelte Fennema-Nio (jeltef) | 9 | 2 years ago | |||
building postgres with meson | 3395 | Moved to different CF | 16 | Not processed | Andres Freund (andresfreund) | Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev) | Andres Freund (andresfreund) | 5 | 2 years ago | ||
Use -fvisibility=hidden for shared libraries | 3396 | Moved to different CF | Not processed | Andres Freund (andresfreund) | Tom Lane (tgl) | Andres Freund (andresfreund) | 4 | 2 years ago | |||
disallow HEAP_XMAX_COMMITTED and HEAP_XMAX_IS_LOCKED_ONLY | 3434 | Moved to different CF | 16 | Not processed | Nathan Bossart (bossartn) | Mark Dilger (mark.dilger) | 7 | 2 years ago | |||
reduce impact of lengthy startup and checkpoint tasks | 3448 | Moved to different CF | 17 | Not processed | Nathan Bossart (bossartn) | Bharath Rupireddy (bharathrupireddy) | 9 | 2 years ago | |||
more descriptive message for process termination due to max_slot_wal_keep_size | 3472 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti) | Bertrand Drouvot (bdrouvot) | Tom Lane (tgl) | 4 | 2 years ago | |||
Add checkpoint and redo LSN to LogCheckpointEnd log message | 3474 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy) | Nathan Bossart (bossartn) | Fujii Masao (masaofujii) | 3 | 2 years ago | |||
Extend compatibility of PostgreSQL::Test::Cluster | 3480 | Moved to different CF | 15 | Not processed | Andrew Dunstan (adunstan) | Michael Paquier (michael-kun) | Andrew Dunstan (adunstan) | 3 | 3 years ago | ||
Allow pg_upgrade to copy segments of the same relfilenode in parallel | 3525 | Moved to different CF | Not processed | Jaime Casanova (jcasanov) | 2 | 3 years ago | |||||
new diagnostic items for the dynamic sql | 3537 | Moved to different CF | Not processed | Dinesh Kumar (dineshkumar) | 4 | 2 years ago | |||||
Preventing indirection for IndexPageGetOpaque for known-size page special areas | 3543 | Moved to different CF | 16 | Not processed | Matthias van de Meent (mmeent) | 4 | 2 years ago | ||||
TAP format output for pg_regress | 3559 | Moved to different CF | 16 | Not processed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | 2 | 2 years ago | |||
Add native windows on arm64 support | 3561 | Moved to different CF | Not processed | Niyas Sait (niyassait) | Michael Paquier (michael-kun) | Michael Paquier (michael-kun) | 4 | 1 year ago | |||
Monitoring & Control | |||||||||||
Add extra statistics to explain for Nested Loop | 2765 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby), Ekaterina Sokolova (e.sokolova) | Julien Rouhaud (rjuju), Greg Stark (stark), Lukas Fittl (lfittl), Yugo Nagata (yugo.nagata), Justin Pryzby (justinpryzby) | 10 | 2 years ago | ||||
pg_stat_statements and "IN" conditions | 2837 | Moved to different CF |
|
+945−23 | Dmitry Dolgov (erthalion) | Nathan Bossart (bossartn), David Geier (geidav), Chengxi Sun (martin-sun), Sami Imseih (simseih) | Álvaro Herrera (alvherre) | 22 | 3 months ago | ||
pg_stat_statements: Track statement entry timestamp | 3048 | Moved to different CF | 17 | Not processed | Andrei Zubkov (zubkov) | Alena Rybakina (a.rybakina) | Alexander Korotkov (smagen) | 13 | 1 year ago | ||
Logging plan of the currently running query | 3142 | Moved to different CF | 16 | Not processed | atsushi torikoshi (atorik) | Fujii Masao (masaofujii), Justin Pryzby (justinpryzby), James Coleman (jcole1989), Ekaterina Sokolova (e.sokolova), Alena Rybakina (a.rybakina) | 9 | 1 month ago | |||
Add system view tracking shared buffer actions | 3272 | Moved to different CF | 16 | Not processed | Melanie Plageman (melanieplageman) | Justin Pryzby (justinpryzby) | Andres Freund (andresfreund) | 9 | 2 years ago | ||
Extend postgres_fdw_get_connections() to print the user_name | 3388 | Moved to different CF | Not processed | Hayato Kuroda (ha-kun) | Fujii Masao (masaofujii), vigneshwaran C (vignesh.postgres), Shinya Kato (shinyakato), Yuta Katsuragi (katsuragiy) | Fujii Masao (masaofujii) | 15 | 9 months ago | |||
Add pg_stat_session | 3405 | Moved to different CF | Needs rebase! | Rafia Sabih (rafia.sabih), Sergey Dudoladov (sdudoladov) | Bertrand Drouvot (bdrouvot), Atsushi Torikoshi (atsushitorikoshi), Andrei Zubkov (zubkov), Sadeq Dousti (msdousti) | 17 | 2 months ago | ||||
explain_regress, explain(MACHINE), and default to explain(BUFFERS) | 3409 | Moved to different CF | 16 | Not processed | Justin Pryzby (justinpryzby), Nikolay Samokhvalov (nikolay) | Laurenz Albe (laurenz), Justin Pryzby (justinpryzby) | 6 | 2 years ago | |||
pg_stat_toast | 3457 | Moved to different CF | Not processed | Gunnar "Nick" Bluth (bluthg) | Ibrar Ahmed (ibrar) | 3 | 3 years ago | ||||
Add Amcheck option for checking unique constraints in btree indexes | 3464 | Moved to different CF | Not processed | Anastasia Lubennikova (lubennikovaav), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) | Peter Geoghegan (pgeoghegan), Aleksander Alekseev (a.alekseev), Mark Dilger (mark.dilger) | Alexander Korotkov (smagen) | 10 | 11 months ago | |||
Add last commit LSN to pg_last_committed_xact() | 3515 | Moved to different CF | Not processed | James Coleman (jcole1989) | 2 | 3 years ago | |||||
Report checkpoint progress with pg_stat_progress_checkpoint | 3545 | Moved to different CF | Not processed | Nitin Jadhav (nitinjadhav11) | Julien Rouhaud (rjuju), Matthias van de Meent (mmeent) | 2 | 2 years ago | ||||
jit_warn_above_fraction parameter | 3573 | Moved to different CF | Not processed | Magnus Hagander (mha) | Julien Rouhaud (rjuju) | 3 | 2 years ago | ||||
Performance | |||||||||||
Remove self join on a unique column | 1712 | Moved to different CF | Not processed | Konstantin Knizhnik (knizhnik), Alexander Kuzmenkov (akuzmenkov), Andrei Lepikhov (lepikhov) | Alena Rybakina (a.rybakina) | Alexander Korotkov (smagen) | 27 | 2 months ago | |||
Fast COPY FROM command for the foreign tables | 2601 | Moved to different CF | Not processed | Andrei Lepikhov (lepikhov) | Etsuro Fujita (efujita), Ian Barwick (barwick), Amit Langote (amitlan), Takayuki Tsunakawa (maumau), Justin Pryzby (justinpryzby) | Etsuro Fujita (efujita) | 13 | 2 years ago | |||
More scalable multixacts buffers and locking | 2627 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) | Álvaro Herrera (alvherre) | 20 | 1 year ago | ||||
fix spinlock contention in LogwrtResult | 2716 | Moved to different CF | Not processed | Álvaro Herrera (alvherre) | 11 | 1 year ago | |||||
Consider parallel for LATERAL subqueries having LIMIT/OFFSET | 2851 | Moved to different CF | Not processed | James Coleman (jcole1989) | Greg Nancarrow (gregn1234) | 11 | 2 years ago | ||||
Faster pglz compression | 2897 | Moved to different CF | Not processed | Andrey Borodin (x4m), Владимир Лесков (tinsane) | Mark Dilger (mark.dilger) | Tomas Vondra (fuzzycz) | 12 | 2 years ago | |||
Parallel Hash Full Join | 2903 | Moved to different CF | 16 | Not processed | Melanie Plageman (melanieplageman) | Thomas Munro (macdice) | Thomas Munro (macdice) | 12 | 2 years ago | ||
Lazy JIT IR code generation to increase JIT speed with partitions | 3071 | Moved to different CF | Not processed | David Geier (geidav), Luc Vlaming (luc.vlaming) | Dmitry Dolgov (erthalion) | 9 | 2 years ago | ||||
Parallel INSERT SELECT take 2 | 3143 | Moved to different CF | Not processed | Greg Nancarrow (gregn1234), Zhijie Hou (houzj) | 6 | 2 years ago | |||||
pre-allocating WAL files | 3158 | Moved to different CF | 16 | Not processed | Nathan Bossart (bossartn) | Maxim Orlov (m.orlov), Pavel Borisov (pborisov) | 6 | 2 years ago | |||
Add proper planner support for ORDER BY / DISTINCT aggregates | 3164 | Moved to different CF | Not processed | David Rowley (davidrowley) | Ronan Dunklau (rdunklau), Richard Guo (richardguo) | David Rowley (davidrowley) | 7 | 2 years ago | |||
Map WAL segment files on PMEM as WAL buffers | 3181 | Moved to different CF | Not processed | Takashi Menjo (tmenjo) | 6 | 3 years ago | |||||
Write visibility map during CLUSTER/VACUUM FULL | 3206 | Moved to different CF | Not processed | Alexander Korotkov (smagen), Justin Pryzby (justinpryzby), Anna Akenteva (anna.akenteva), Anna Akenteva (a.akenteva) | Justin Pryzby (justinpryzby), Anna Akenteva (anna.akenteva) | 6 | 3 years ago | ||||
Fix ExecRTCheckPerms() inefficiency with many prunable partitions | 3224 | Moved to different CF | 16 | Not processed | Amit Langote (amitlan) | Álvaro Herrera (alvherre), Tom Lane (tgl) | Álvaro Herrera (alvherre) | 8 | 2 years ago | ||
Using each rel as both outer and inner for anti-joins | 3235 | Moved to different CF | Not processed | Richard Guo (richardguo) | Ronan Dunklau (rdunklau) | Tom Lane (tgl) | 9 | 2 years ago | |||
Postgres picks suboptimal index after building extended statistics | 3245 | Moved to different CF | 14 | Not processed | Andrei Lepikhov (lepikhov) | 7 | 2 years ago | ||||
Parallelize correlated subqueries that execute within each worker | 3246 | Moved to different CF | Not processed | James Coleman (jcole1989) | Akshat Jaimini (akshatj) | 15 | 11 months ago | ||||
Cache tuple routing info during bulk loads into partitioned tables | 3270 | Moved to different CF | Not processed | David Rowley (davidrowley), Amit Langote (amitlan), Zhijie Hou (houzj) | Álvaro Herrera (alvherre), David Rowley (davidrowley) | David Rowley (davidrowley) | 6 | 2 years ago | |||
KnownAssignedXidsGetAndSetXmin performance | 3271 | Moved to different CF | Not processed | Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) | Kirill Reshke (reshke), Andrey Borodin (x4mmm) | 6 | 2 years ago | ||||
Push down time-related SQLValue functions to foreign server | 3289 | Moved to different CF | 15 | Not processed | Alexander Pyhalov (a.pyhalov) | 5 | 3 years ago | ||||
Asynchronous and "direct" IO support for PostgreSQL | 3316 | Moved to different CF | Not processed | Andres Freund (andresfreund), David Rowley (davidrowley), Thomas Munro (macdice) | 6 | 2 years ago | |||||
postgres_fdw: commit remote (sub)transactions in parallel during pre-commit | 3392 | Moved to different CF | 16 | Not processed | Etsuro Fujita (efujita) | Fujii Masao (masaofujii), David Zhang (david.z) | Etsuro Fujita (efujita) | 8 | 2 years ago | ||
partIndexlist for partitioned tables uniqueness | 3452 | Moved to different CF | Not processed | Arne Roland (harks) | David Rowley (davidrowley) | David Rowley (davidrowley) | 6 | 2 years ago | |||
In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) | 3461 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti) | Heikki Linnakangas (heikki), Justin Pryzby (justinpryzby), Jakub Wartak (jakub.wartak.tomtom) | 16 | 6 months ago | ||||
AcquireExecutorLocks() and run-time pruning | 3478 | Moved to different CF | Needs rebase! | Amit Langote (amitlan) | Tom Lane (tgl) | Amit Langote (amitlan) | 17 | 4 months ago | |||
BufferAlloc: don't take two simultaneous locks | 3483 | Moved to different CF | 16 | Not processed | Yura Sokolov (funny_falcon) | Michail Nikolaev (nkey) | 4 | 2 years ago | |||
Speed up releasing of locks | 3501 | Moved to different CF | Not processed | Andres Freund (andresfreund), David Rowley (davidrowley) | Heikki Linnakangas (heikki) | 13 | 1 year ago | ||||
Avoid smgrimmedsync() during index build and add unbuffered IO API | 3508 | Moved to different CF | Not processed | Melanie Plageman (melanieplageman) | 2 | 2 years ago | |||||
[PATCH] Equivalence Class Filters | 3524 | Moved to different CF | 16 | Not processed | David Rowley (davidrowley), Andy Fan (andyf) | Andrei Lepikhov (lepikhov) | 4 | 2 years ago | |||
postgres_fdw - use TABLESAMPLE when analyzing foreign tables | 3535 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | Tom Lane (tgl), James Finnerty (jimfinnerty) | Tomas Vondra (fuzzycz) | 5 | 2 years ago | |||
Allow parallel plan for referential integrity checks | 3539 | Moved to different CF | Not processed | Frédéric Yhuel (yhuelf) | Sami Imseih (simseih) | 7 | 1 year ago | ||||
reduce archiving overhead | 3555 | Moved to different CF | 16 | Not processed | Nathan Bossart (bossartn) | Fujii Masao (masaofujii) | 2 | 2 years ago | |||
Procedural Languages | |||||||||||
declarative session variables, LET command | 1608 | Moved to different CF |
|
+7793−63 | 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), newtglobal postgresql_contributors (newtpostgrescontributors) | 36 | 1 week ago | |||
Documentation (mostly) of implementing TRANSFORM FOR TYPE in a PL | 3554 | Moved to different CF | 15 | Not processed | Chapman Flack (chap) | Pavel Stehule (okbobcz) | 3 | 2 years ago | |||
Refactoring | |||||||||||
psql - refactor echo code | 3140 | Moved to different CF | Not processed | Fabien Coelho (calvin) | Pavel Stehule (okbobcz), Peter Eisentraut (petere) | 10 | 2 years ago | ||||
automatically generating node support functions | 3182 | Moved to different CF | Not processed | Peter Eisentraut (petere) | Tom Lane (tgl) | Peter Eisentraut (petere) | 6 | 2 years ago | |||
Move SLRU data into the regular buffer pool | 3514 | Moved to different CF | Not processed | Heikki Linnakangas (heikki), Thomas Munro (macdice) | Aleksander Alekseev (a.alekseev) | 8 | 1 year ago | ||||
Teach WaitEventSets to grow automatically | 3533 | Moved to different CF | Not processed | Thomas Munro (macdice) | 2 | 3 years ago | |||||
New [relation] options engine | 3536 | Moved to different CF | Not processed | Nikolay Shaplov (nataraj) | 5 | 3 months ago | |||||
Replication & Recovery | |||||||||||
Make message at end-of-recovery less scary | 2490 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti) | Aleksander Alekseev (a.alekseev), Ashutosh Sharma (ashu_coek), Justin Pryzby (justinpryzby), Pavel Borisov (pborisov) | 20 | 1 year ago | ||||
tablesync early exit | 3062 | Moved to different CF | 15 | Not processed | Peter Smith (smithpb2250) | 6 | 3 years ago | ||||
PITR enhance getRecordTimestamp() | 3222 | Moved to different CF | Not processed | Simon Riggs (simon) | 8 | 3 years ago | |||||
schema change not getting invalidated, both renamed table and new table data were getting replicated | 3262 | Moved to different CF | Not processed | vigneshwaran C (vignesh.postgres) | Tom Lane (tgl) | Tom Lane (tgl) | 8 | 2 years ago | |||
Add checkpoint stats of snapshot and mapping files of pg_logical dir | 3389 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy) | Nathan Bossart (bossartn) | 5 | 2 years ago | ||||
Logical insert/update/delete WAL records for custom table AMs | 3394 | Moved to different CF | 15 | Not processed | Jeff Davis (jdavis) | Simon Riggs (simon) | 4 | 2 years ago | |||
Add WAL recovery info such as current WAL file and WAL source to server logs | 3443 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy) | Nathan Bossart (bossartn) | 5 | 2 years ago | ||||
Extensible RMgr | 3469 | Moved to different CF | 15 | Not processed | Jeff Davis (jdavis) | Julien Rouhaud (rjuju) | Jeff Davis (jdavis) | 3 | 3 years ago | ||
Add log messages when replication slots become active and inactive | 3492 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy) | Amit Kapila (amitkapila) | 10 | 1 year ago | ||||
Avoid erroring out when unable to remove or parse logical rewrite files to save checkpoint work | 3496 | Moved to different CF | 16 | Not processed | Nathan Bossart (bossartn), Bharath Rupireddy (bharathrupireddy) | Nathan Bossart (bossartn) | Michael Paquier (michael-kun) | 4 | 2 years ago | ||
pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory | 3503 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) | 11 | 1 year ago | |||||
Suppressing useless wakeups in walreceiver | 3520 | Moved to different CF | Not processed | Thomas Munro (macdice), Nathan Bossart (bossartn) | Nathan Bossart (bossartn), Bharath Rupireddy (bharathrupireddy) | Thomas Munro (macdice) | 5 | 2 years ago | |||
speed up a logical replication setup (pg_subscriber) | 3556 | Moved to different CF | Not processed | Euler Taveira (eulerto) | Peter Eisentraut (petere) | 2 | 1 year ago | ||||
Time-delayed logical replication subscriber | 3581 | Moved to different CF | Not processed | Euler Taveira (eulerto) | vigneshwaran C (vignesh.postgres), Peter Smith (smithpb2250) | 6 | 2 years ago | ||||
Security | |||||||||||
Upgrade pgcrypto to crypt_blowfish 1.3 | 3338 | Moved to different CF | Not processed | Daniel Fone (daniel.fone) | Daniel Gustafsson (d_gustafsson) | 4 | 3 years ago | ||||
CREATEROLE and role ownership hierarchies | 3506 | Moved to different CF | 15 | Not processed | Mark Dilger (mark.dilger) | Joshua Brindle (joshuab) | 2 | 2 years ago | |||
Expose authenticated identity to extensions and triggers | 3563 | Moved to different CF | Not processed | Jacob Champion (jchampion) | Bertrand Drouvot (bdrouvot) | Michael Paquier (michael-kun) | 3 | 2 years ago | |||
Kerberos delegation | 3582 | Moved to different CF | Not processed | Stephen Frost (sfrost), Peifeng Qiu (peifengq) | Jacob Champion (jchampion) | 3 | 2 years ago | ||||
Server Features | |||||||||||
Fix partitionwise join with partially-redundant join clauses | 2266 | Moved to different CF | Not processed | Richard Guo (richardguo) | Tom Lane (tgl), Dilip Kumar (dilip.kumar), Ashutosh Bapat (ashutoshbapat) | Richard Guo (richardguo) | 16 | 11 months ago | |||
Global temporary table | 2349 | Moved to different CF | 16 | Not processed | Wenjing Zeng (wenjing.zwj) | Pavel Stehule (okbobcz), Shawn Wang (shawnwang), Tony Zhu (zhuxw) | 13 | 3 years ago | |||
jsonpath syntax extensions | 2482 | Moved to different CF | 15 | Not processed | Nikita Glukhov (n.glukhov) | 12 | 3 years ago | ||||
Extended statistics / estimate Var op Var clauses | 2831 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | Dean Rasheed (deanr), Mark Dilger (mark.dilger) | 9 | 2 years ago | ||||
New Table Access Methods for Multi and Single Inserts | 2871 | Moved to different CF | Not processed | Bharath Rupireddy (bharathrupireddy) | 9 | 8 months ago | |||||
On client login event trigger | 2900 | Moved to different CF | 17 | Not processed | Konstantin Knizhnik (knizhnik), Greg Nancarrow (gregn1234), Mikhail Gribkov (youzhick) | Pavel Stehule (okbobcz), Daniel Gustafsson (d_gustafsson), Ivan Panchenko (wao), Greg Nancarrow (gregn1234) | Alexander Korotkov (smagen) | 15 | 1 year ago | ||
Allow batched insert during cross-partition updates | 2992 | Moved to different CF | Not processed | Amit Langote (amitlan) | Etsuro Fujita (efujita), Georgios Kokolatos (gkokolatos), Zhijie Hou (houzj) | Etsuro Fujita (efujita) | 10 | 2 years ago | |||
PROXY protocol support | 3032 | Moved to different CF | Not processed | Magnus Hagander (mha) | Jacob Champion (jchampion), wilfried roset (wilfriedroset), Julien Riou (riouj) | 7 | 2 years ago | ||||
Extended statistics in EXPLAIN | 3050 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | Tatsuro Yamada (tatsuro_yamada) | 6 | 3 years ago | ||||
Add callback table access method to reset filenode when dropping relation | 3073 | Moved to different CF | Not processed | Mats Kindahl (matski) | Aleksander Alekseev (a.alekseev), Alexander Kuzmenkov (akuzmenkov) | 7 | 2 years ago | ||||
Asymmetric partition-wise JOIN | 3099 | Moved to different CF | 15 | Not processed | KaiGai Kohei (kaigai), Andrei Lepikhov (lepikhov) | Alexander Pyhalov (a.pyhalov) | 7 | 3 years ago | |||
pg_stats and range statistics | 3184 | Moved to different CF | 17 | Not processed | Egor Rogov (egorius) | Tomas Vondra (fuzzycz), Soumyadeep Chakraborty (soumyadeepc) | Alexander Korotkov (smagen) | 13 | 1 year ago | ||
Gather partial paths for subproblem's topmost scan/join rel | 3274 | Moved to different CF | Not processed | Richard Guo (richardguo) | Antonin Houska (a.houska) | Tom Lane (tgl) | 5 | 2 years ago | |||
Support pg_ident mapping for LDAP | 3314 | Moved to different CF | Not processed | Jacob Champion (jchampion) | Magnus Hagander (mha) | 5 | 3 years ago | ||||
Atomic rename feature for Windows | 3347 | Moved to different CF | Not processed | Victor Spirin (v.spirin) | 6 | 2 years ago | |||||
Update relfrozenxmin when truncating temp tables | 3358 | Moved to different CF | 16 | Not processed | Greg Stark (stark) | 12 | 1 year ago | ||||
WIN32 pg_import_system_collations | 3450 | Moved to different CF | Not processed | Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 6 | 2 years ago | |||
Daitch-Mokotoff soundex | 3451 | Moved to different CF | Not processed | Dag Lem (daglem) | Paul Ramsey (pramsey) | Tom Lane (tgl) | 7 | 2 years ago | |||
Index SLRUs by 64-bit integers rather than by 32-bit integers | 3489 | Moved to different CF | 16 | Not processed | Aleksander Alekseev (a.alekseev), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) | Alexander Korotkov (smagen), Jacob Champion (jchampion) | Alexander Korotkov (smagen) | 11 | 1 year ago | ||
Pluggable toaster | 3490 | Moved to different CF | Not processed | 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 | 2 years ago | ||||
Per-table storage parameters for TableAM/IndexAM extensions | 3495 | Moved to different CF | Not processed | B Sadhu Prasad Patro (sadhuprasad) | Jelte Fennema-Nio (jeltef) | 3 | 3 years ago | ||||
wal_sync_method=fdatasync for Windows | 3530 | Moved to different CF | Not processed | Thomas Munro (macdice) | Thomas Munro (macdice) | 2 | 2 years ago | ||||
Support custom authentication methods using hooks | 3546 | Moved to different CF | 15 | Not processed | Samay Sharma (samaysharma) | 2 | 3 years ago | ||||
Allow file inclusion in pg_hba and pg_ident files | 3558 | Moved to different CF | Not processed | Julien Rouhaud (rjuju) | Michael Paquier (michael-kun) | Michael Paquier (michael-kun) | 4 | 2 years ago | |||
Reducing power consumption when idle | 3566 | Moved to different CF | Not processed | Simon Riggs (simon) | Thomas Munro (macdice) | 4 | 2 years ago | ||||
SQL Commands | |||||||||||
Incremental Materialized View Maintenance | 2138 | Moved to different CF | 16 | Not processed | Yugo Nagata (yugo.nagata), takuma hoshiai (hoshiai) | Tatsuo Ishii (ishii), Toshi Harada (nuko-yokohama), yonghua jian (yonghua) | 17 | 2 years ago | |||
Implement INSERT SET syntax | 2218 | Moved to different CF | Not processed | Gareth Palmer (gareth) | Jaime Casanova (jcasanov), Ibrar Ahmed (ibrar), movead li (movead.li), Wenjing Zeng (wenjing.zwj) | 15 | 2 years ago | ||||
CREATE INDEX CONCURRENTLY on partitioned table | 2815 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby), Alexander Pyhalov (a.pyhalov) | Anastasia Lubennikova (lubennikovaav), Alexander Pyhalov (a.pyhalov), Ilya Gladyshev (qoops) | 15 | 4 days ago | ||||
Non-decimal integer literals | 3292 | Moved to different CF | Not processed | Peter Eisentraut (petere) | John Naylor (john.naylor) | Peter Eisentraut (petere) | 6 | 2 years ago | |||
Allow specifying STORAGE attribute for a new table | 3479 | Moved to different CF | 15 | Not processed | Fedor Sigaev (sigaev), Aleksander Alekseev (aalekseev) | Kyotaro Horiguchi (horiguti), Peter Eisentraut (petere), Wenjing Zeng (wenjing.zwj), Matthias van de Meent (mmeent) | Peter Eisentraut (petere) | 3 | 2 years ago | ||
support for MODULE | 3528 | Moved to different CF | 16 | Not processed | Swaha Miller (swaha) | Nathan Bossart (bossartn) | 2 | 2 years ago | |||
Support for grabbing multiple consecutive values with nextval() | 3577 | Moved to different CF | 15 | Not processed | Jille Timmermans (quis) | Ronan Dunklau (rdunklau) | 3 | 2 years ago | |||
System Administration | |||||||||||
Avoid hiding shared filesets in pg_ls_tmpdir (pg_ls_* functions for showing metadata ...) | 2377 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby) | Fabien Coelho (calvin) | 21 | 1 year ago | ||||
Fix pg_rewind race condition just after promotion | 2864 | Moved to different CF | Not processed | Heikki Linnakangas (heikki) | Kyotaro Horiguchi (horiguti), Aleksander Alekseev (aalekseev) | Heikki Linnakangas (heikki) | 12 | 2 years ago | |||
New default role allowing to change per-role settings | 2918 | Moved to different CF | Not processed | Michael Banck (mbanck) | Stephen Frost (sfrost), Shinya Kato (kato-shinya) | 8 | 3 years ago | ||||
add guc: hugepages_active | 3310 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby), Noriyoshi Shinoda (shinoda) | Fujii Masao (masaofujii), Nathan Bossart (bossartn), Justin Pryzby (justinpryzby) | Michael Paquier (michael-kun) | 7 | 1 year ago | |||
Allows database-specific role memberships | 3374 | Moved to different CF | 18 | Not processed | Denis Laxalde (dlax), Kenaniah Cerny (kenaniah) | Antonin Houska (a.houska) | Stephen Frost (sfrost) | 6 | 8 months ago | ||
warn if GUC set to an invalid shared library | 3482 | Moved to different CF | Not processed | Justin Pryzby (justinpryzby) | Christoph Berg (myon), cary huang (caryh), Maciek Sakrejda (msakrejda), Cary Huang (cary) | 14 | 7 months ago | ||||
Testing | |||||||||||
Added Windows with MinGW environment in Cirrus CI | 3575 | Moved to different CF | Not processed | Melih Mutlu (melihmutlu) | Andres Freund (andresfreund), Justin Pryzby (justinpryzby) | Andres Freund (andresfreund) | 4 | 2 years ago |