Status summary: Committed: 56. Moved to next CF: 192. Withdrawn: 8. Returned with Feedback: 4. Total: 260.
Patch | ID | Status | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||||
COPY FREEZE, PD_VISIBLE_ALL and VM status | 2009 | Committed | Not processed | Pavan Deolasee (pavan), Ibrar Ahmed (ibrar) | Darafei Praliaskouski (komzpa), Hamid Akhtar (hamidakhtar) | Tomas Vondra (fuzzycz) | 6 | 4 years ago | ||
Spurious "apparent wraparound" via SimpleLruTruncate() rounding (data loss) | 2026 | Committed | stable | Not processed | Noah Misch (nmisch) | Andrey Borodin (x4m) | Noah Misch (nmisch) | 10 | 4 years ago | |
fix (partially) pgbench :variable substitution for -M extended and prepared | 2624 | Committed | Not processed | Fabien Coelho (calvin) | Tom Lane (tgl) | Tom Lane (tgl) | 4 | 4 years ago | ||
Fix autovac for large number of tables | 2658 | Committed | Not processed | Kasahara Tatsuhito (kasahara) | Fujii Masao (masaofujii) | Fujii Masao (masaofujii) | 3 | 4 years ago | ||
Corner-case bug in pg_rewind | 2730 | Committed | stable | Not processed | Ian Barwick (barwick) | Pavel Borisov (pborisov) | Heikki Linnakangas (heikki) | 2 | 4 years ago | |
Incorrect usages of PG_GETARG_UINT32 | 2742 | Committed | Not processed | Ashutosh Bapat (ashutoshbapat) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 4 years ago | ||
Fix broken query with gather merge paths added in incremental sort patch | 2754 | Committed | 13 | Not processed | James Coleman (jcole1989) | Tomas Vondra (fuzzycz), Jaime Casanova (jcasanov) | Tomas Vondra (fuzzycz) | 2 | 4 years ago | |
CLUSTER blocks scanned progress reporting | 2840 | Committed | stable | Not processed | Matthias van de Meent (mmeent) | Fujii Masao (masaofujii) | Fujii Masao (masaofujii) | 1 | 4 years ago | |
BUG FIX: Btree index should not be built in parallel in standalone mode | 2847 | Committed | stable | Not processed | Yulin PEI (pylser) | Tom Lane (tgl), Masahiko Sawada (masahikosawada) | Tom Lane (tgl) | 1 | 4 years ago | |
Fix generate_useful_gather_paths for parallel unsafe pathkeys | 2852 | Committed | Not processed | James Coleman (jcole1989) | Tomas Vondra (fuzzycz) | Tomas Vondra (fuzzycz) | 1 | 4 years ago | ||
postgres_fdw - cached connection leaks if the associated user mapping/foreign server is dropped | 2882 | Committed | Not processed | Bharath Rupireddy (bharathrupireddy) | Fujii Masao (masaofujii), Hou Zhijie (houzj) | Fujii Masao (masaofujii) | 1 | 4 years ago | ||
CREATE INDEX CONCURRENTLY does not index prepared xact's data | 2886 | Committed | Not processed | Andrey Borodin (x4m) | Noah Misch (nmisch) | Noah Misch (nmisch) | 1 | 4 years ago | ||
Incorrect allocation handling for cryptohash functions with OpenSSL | 2887 | Committed | 14 | Not processed | Michael Paquier (michael-kun) | Michael Paquier (michael-kun) | 1 | 4 years ago | ||
Clients | ||||||||||
list of extended statistics on psql | 2801 | Committed | 14 | Not processed | Tatsuro Yamada (tatsuro_yamada) | Álvaro Herrera (alvherre), Tomas Vondra (fuzzycz), Pavel Stehule (okbobcz), Julien Rouhaud (rjuju), Atsushi Torikoshi (atsushitorikoshi) | Tomas Vondra (fuzzycz) | 2 | 4 years ago | |
Multiple hosts in connection string failed to failover in non-hot standby mode | 2823 | Committed | Not processed | Hubert Zhang (hubertz) | Takayuki Tsunakawa (maumau) | Tom Lane (tgl) | 1 | 4 years ago | ||
allow to \dtS+ pg_toast.* | 2855 | Committed | 14 | Not processed | Justin Pryzby (justinpryzby) | Laurenz Albe (laurenz) | Tom Lane (tgl) | 1 | 4 years ago | |
Feature improvement for CLOSE, FETCH, MOVE tab completion | 2875 | Committed | 14 | Not processed | Shinya Kato (kato-shinya) | Fujii Masao (masaofujii) | 1 | 4 years ago | ||
Documentation | ||||||||||
Document concurrent index builds waiting on each other | 2454 | Committed | stable | Not processed | James Coleman (jcole1989) | David Johnston (polobo) | Álvaro Herrera (alvherre) | 5 | 4 years ago | |
Consistent linking of RFC mentions | 2828 | Committed | Not processed | Daniel Gustafsson (d_gustafsson) | Heikki Linnakangas (heikki) | 1 | 4 years ago | |||
Miscellaneous | ||||||||||
Allow terminating the idle sessions | 2646 | Committed | Not processed | Japin Li (japin) | David Johnston (polobo), Hayato Kuroda (ha-kun) | Tom Lane (tgl) | 3 | 4 years ago | ||
Runtime control over CLOBBER_CACHE_ALWAYS for targeted debugging | 2749 | Committed | Not processed | Craig Ringer (ringerc) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 4 years ago | ||
scram-sha-256 broken with FIPS and OpenSSL 1.0.2 (Switch SHA2 to use EVP for OpenSSL) | 2762 | Committed | 14 | Not processed | Michael Paquier (michael-kun) | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun) | 2 | 4 years ago | |
Improving the connection authorization message for GSS authenticated/encrypted connections | 2821 | Committed | Not processed | vigneshwaran C (vignesh.postgres) | Bharath Rupireddy (bharathrupireddy) | Stephen Frost (sfrost) | 1 | 4 years ago | ||
Pageinspect functions for GiST | 2825 | Committed | Not processed | Heikki Linnakangas (heikki) | Andrey Borodin (x4m) | Heikki Linnakangas (heikki) | 1 | 3 years ago | ||
Sloppiness around failure handling of parsePGArray in pg_dump | 2830 | Committed | 14 | Not processed | Michael Paquier (michael-kun) | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun) | 1 | 4 years ago | |
Refactor MD5 implementations and switch to EVP for OpenSSL | 2846 | Committed | 14 | Not processed | Michael Paquier (michael-kun) | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun) | 1 | 4 years ago | |
Some more hackery around cryptohashes (some fixes + SHA1) | 2868 | Committed | 14 | Not processed | Michael Paquier (michael-kun) | Heikki Linnakangas (heikki) | Michael Paquier (michael-kun) | 1 | 4 years ago | |
Add primary keys to system catalogs | 2872 | Committed | Not processed | Peter Eisentraut (petere) | Tom Lane (tgl) | Peter Eisentraut (petere) | 1 | 4 years ago | ||
Fail Fast In CTAS/CMV If Relation Already Exists To Avoid Unnecessary Rewrite, Planning Costs | 2892 | Committed | 14 | Not processed | Bharath Rupireddy (bharathrupireddy) | Michael Paquier (michael-kun), Hou Zhijie (houzj) | Michael Paquier (michael-kun) | 1 | 4 years ago | |
Let's start using setenv() | 2904 | Committed | Not processed | Tom Lane (tgl) | Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 4 years ago | ||
Monitoring & Control | ||||||||||
Add Information during standby recovery conflicts | 2604 | Committed | 14 | Not processed | Bertrand Drouvot (bdrouvot) | Masahiko Sawada (masahikosawada) | Fujii Masao (masaofujii) | 4 | 4 years ago | |
Add session statistics to pg_stat_database | 2639 | Committed | 14 | Not processed | Laurenz Albe (laurenz) | Magnus Hagander (mha), ahsan hadi (ahsan.hadi), Masahiro Ikeda (masahiro.ikeda), Soumyadeep Chakraborty (soumyadeepc) | Magnus Hagander (mha) | 3 | 4 years ago | |
update ps display for recovery checkpoint | 2688 | Committed | Not processed | Justin Pryzby (justinpryzby) | Nathan Bossart (bossartn), Kirk Jamison (kirkjamison) | Michael Paquier (michael-kun) | 3 | 4 years ago | ||
Feature improvement for pg_stat_statements | 2738 | Committed | 14 | Not processed | Naoki Nakamichi (naokinakamichi) | Yuki Seino (seinoyu) | Fujii Masao (masaofujii) | 2 | 4 years ago | |
Simple progress reporting for COPY command | 2923 | Committed | Not processed | Josef Šimánek (retro) | Tomas Vondra (fuzzycz) | Tomas Vondra (fuzzycz) | 1 | 4 years ago | ||
Performance | ||||||||||
Optimize dropping of relation buffers during recovery | 2319 | Committed | Not processed | Kirk Jamison (kirkjamison) | Takayuki Tsunakawa (maumau), Haiying Tang (tanghy) | Amit Kapila (amitkapila) | 7 | 4 years ago | ||
postgres_fdw insert batching | 2620 | Committed | 14 | Not processed | Takayuki Tsunakawa (maumau) | Tomas Vondra (fuzzycz) | 4 | 4 years ago | ||
Bottom-up index deletion (targets old duplicate versions from non-HOT updates) | 2757 | Committed | 14 | Not processed | Peter Geoghegan (pgeoghegan) | Peter Geoghegan (pgeoghegan) | 2 | 4 years ago | ||
{CREATE INDEX, REINDEX} CONCURRENTLY improvements | 2849 | Committed | 14 | Not processed | Álvaro Herrera (alvherre) | Hamid Akhtar (hamidakhtar) | Álvaro Herrera (alvherre) | 1 | 4 years ago | |
Procedural Languages | ||||||||||
faster execution of CALL statement from plpgsql | 2819 | Committed | Not processed | Pavel Stehule (okbobcz) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 4 years ago | ||
Reimplement assignment in pl/pgsql | 2874 | Committed | Not processed | Tom Lane (tgl) | Pavel Stehule (okbobcz) | Tom Lane (tgl) | 1 | 4 years ago | ||
Refactoring | ||||||||||
Remove the -o commandline switch to postmaster | 2820 | Committed | Not processed | Magnus Hagander (mha) | Magnus Hagander (mha) | 1 | 4 years ago | |||
Remove make_sort from create_gather_merge_plan; error instead | 2853 | Committed | Not processed | James Coleman (jcole1989) | Tomas Vondra (fuzzycz) | Tomas Vondra (fuzzycz) | 1 | 4 years ago | ||
pg_preadv() and pg_pwritev() | 2885 | Committed | Not processed | Thomas Munro (macdice) | James Hilliard (jameshilliard) | Thomas Munro (macdice) | 1 | 4 years ago | ||
Moving other hex functions to /common | 2912 | Committed | stable | Not processed | Bruce Momjian (bmomjian) | Michael Paquier (michael-kun) | Michael Paquier (michael-kun) | 1 | 4 years ago | |
Replication & Recovery | ||||||||||
Improve handling of parameter differences in physical replication | 2489 | Committed | Not processed | Peter Eisentraut (petere) | Sergei Kornilov (melkij) | Peter Eisentraut (petere) | 5 | 4 years ago | ||
allow restore_command to be changed with reload | 2802 | Committed | Not processed | Sergei Kornilov (melkij) | Fujii Masao (masaofujii) | 2 | 4 years ago | |||
Fix walsender not to fail to track timeline switch. | 2894 | Committed | Not processed | Kyotaro Horiguchi (horiguti) | Fujii Masao (masaofujii) | 1 | 4 years ago | |||
Security | ||||||||||
Fix OpenSSL connection setup debug callback | 2905 | Committed | Not processed | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun) | Michael Paquier (michael-kun) | 1 | 4 years ago | ||
Server Features | ||||||||||
Generic type subscripting | 1062 | Committed | 14 | Not processed | Dmitry Dolgov (erthalion) | Tom Lane (tgl), Pavel Stehule (okbobcz), Artur Zakirov (a.zakirov) | Alexander Korotkov (smagen) | 19 | 4 years ago | |
Extended statistics improvements | 2421 | Committed | Not processed | Tomas Vondra (fuzzycz) | Dean Rasheed (deanr) | Dean Rasheed (deanr) | 5 | 4 years ago | ||
SQL Commands | ||||||||||
range_agg / multiranges | 2112 | Committed | 14 | Not processed | Paul Jungwirth (pjungwir) | Pavel Stehule (okbobcz), Jeff Davis (jdavis) | Alexander Korotkov (smagen) | 9 | 4 years ago | |
Add support for leading/trailing bytea trim()ing | 2866 | Committed | Not processed | Joel Jacobson (joeljacobson) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 4 years ago | ||
Allow GRANTED BY clause in normal GRANT and REVOKE statements | 2881 | Committed | Not processed | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 4 years ago | |||
System Administration | ||||||||||
Parameters for initdb and pg_upgrade to avoid printing next-step instructions | 2752 | Committed | Not processed | Magnus Hagander (mha) | Peter Eisentraut (petere) | Magnus Hagander (mha) | 2 | 4 years ago | ||
pg_dump: independently restorable child partitions | 2794 | Committed | Not processed | Justin Pryzby (justinpryzby) | Tom Lane (tgl) | Tom Lane (tgl) | 2 | 4 years ago |