Status summary: Committed: 49. Moved to next CF: 145. Withdrawn: 5. Rejected: 4. Returned with Feedback: 12. Total: 215.
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail | |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
ALTER TABLE restructuring | Committed | Tom Lane (tgl) | Álvaro Herrera (alvherre) | tgl | 4 | 2020-01-15 23:50 |
2020-01-21 00:46 |
|
logical decoding : exceeded maxAllocatedDescs for .spill files | Committed | Amit Khandekar (amitdkhan) | Amit Kapila (amitkapila) | amitkapila | 2 | 2020-01-02 10:27 |
2020-02-02 17:19 |
|
Checking the return value of SPI_execute | Committed | Mark Dilger (hornschnorter) | michael-kun | 1 | 2019-11-07 03:42 |
2019-11-07 17:38 |
||
Missing test of SPI copy functionality | Committed | Mark Dilger (hornschnorter) | Michael Paquier (michael-kun) | michael-kun | 1 | 2019-11-09 06:00 |
2019-11-09 05:59 |
|
REINDEX CONCURRENTLY failures with temporary tables | Committed | 12 | Michael Paquier (michael-kun) | Heikki Linnakangas (heikki) | michael-kun | 1 | 2020-01-22 01:21 |
2020-01-22 03:37 |
Fix planner crash involving statistics of rangetype operators | Committed | stable | Michael Paquier (michael-kun) | Andrey Borodin (x4m) | tgl | 1 | 2020-01-12 19:44 |
2020-01-13 22:33 |
Reorder buffer crash while aborting old transactions. | Committed | vigneshwaran C (vignesh.postgres) | Dilip Kumar (dilip.kumar) | alvherre | 1 | 2020-01-17 21:20 |
2020-01-20 00:36 |
|
Physical replication slot advance is not persistent | Committed | Alexey Kondratov (ololobus) | Kyotaro Horiguchi (horiguti) | michael-kun | 1 | 2020-01-30 02:20 |
2020-01-31 11:14 |
|
Clients | ||||||||
libpq sslpassword parameter and callback function | Committed | Andrew Dunstan (adunstan) | Greg Nancarrow (gregn1234) | adunstan | 2 | 2019-11-30 20:44 |
2019-12-07 13:51 |
|
Improve psql's tab completion for file names | Committed | Tom Lane (tgl) | Peter Eisentraut (petere) | tgl | 1 | 2020-01-23 16:07 |
2020-01-23 16:09 |
|
compactify pgbench -i progress output | Committed | Amit Langote (amitlan) | Fabien Coelho (calvin) | michael-kun | 1 | 2019-12-04 02:36 |
2019-12-04 06:10 |
|
Setting min/max TLS protocol in clientside libpq | Committed | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun), Artur Zakirov (a.zakirov), cary huang (caryh) | michael-kun | 1 | 2020-01-28 04:04 |
2020-01-29 06:23 |
|
Documentation | ||||||||
DOC: Document encode() and decode() base64 encoding | Committed | Karl Pinc (kop) | Fabien Coelho (calvin) | tgl | 3 | 2020-01-18 22:51 |
2020-01-22 01:03 |
|
Role membership allows to ALTER and DROP objects. | Committed | 13 | Laurenz Albe (laurenz) | tgl | 1 | 2019-11-20 20:29 |
2019-11-20 17:27 |
|
Link to "Upgrading a PostgreSQL Cluster" in Release Notes | Committed | stable | Vik Fearing (xocolatl) | Peter Eisentraut (petere) | petere | 1 | 2020-01-09 15:18 |
2020-01-09 18:22 |
Miscellaneous | ||||||||
allow_system_table_mods stuff | Committed | Peter Eisentraut (petere) | Tom Lane (tgl) | petere | 4 | 2019-11-29 09:31 |
2019-11-29 09:30 |
|
Add support for automatically updating Unicode derived files | Committed | Peter Eisentraut (petere) | John Naylor (john.naylor) | petere | 2 | 2020-01-09 15:19 |
2020-01-24 11:25 |
|
remove trailing zeroes from numeric value (minscale) | Committed | Pavel Stehule (okbobcz) | Karl Pinc (kop) | tgl | 1 | 2020-01-06 17:14 |
2020-01-06 18:08 |
|
Add pg_file_sync() to adminpack | Committed | Fujii Masao (masaofujii) | Julien Rouhaud (rjuju), Artur Zakirov (a.zakirov), atsushi torikoshi (atorik) | masaofujii | 1 | 2020-01-24 11:51 |
2020-01-24 11:50 |
|
Fix issues around duplicate Workers keys in structured EXPLAIN output | Committed | 13 | Maciek Sakrejda (msakrejda) | Georgios Kokolatos (gkokolatos) | tgl | 1 | 2020-01-25 23:17 |
2020-01-26 23:00 |
Monitoring & Control | ||||||||
Log bind parameter values on error | Committed | 13 | Alexey Bashtanov (bashtanov) | alvherre | 6 | 2019-12-11 22:41 |
2019-12-12 23:19 |
|
progress report for ANALYZE | Committed | 13 | Álvaro Herrera (alvherre), Vinayak Pokale (vinayak), Tatsuro Yamada (tatsuro_yamada) | Julien Rouhaud (rjuju), Amit Langote (amitlan) | alvherre | 4 | 2020-01-15 14:53 |
2020-01-27 10:16 |
Performance | ||||||||
Block level parallel vacuum | Committed | Masahiko Sawada (masahikosawada) | Dilip Kumar (dilip.kumar), Sergei Kornilov (melkij) | amitkapila | 8 | 2020-01-30 02:45 |
2020-01-30 02:47 |
|
Avoid full GIN index scan when possible | Committed | 13 | Julien Rouhaud (rjuju), Nikita Glukhov (n.glukhov) | Tom Lane (tgl) | smagen | 4 | 2020-01-17 22:23 |
2020-01-17 22:13 |
Use memcpy in pglz decompression | Committed | Andrey Borodin (x4m), Владимир Лесков (tinsane) | Peter Eisentraut (petere) | fuzzycz | 4 | 2019-11-28 22:44 |
2019-12-01 02:50 |
|
use CLZ instruction in AllocSetFreeIndex() | Committed | John Naylor (john.naylor) | Tom Lane (tgl) | tgl | 1 | 2019-12-28 22:33 |
2019-12-28 22:33 |
|
Refactoring | ||||||||
Remove HeapTuple and Buffer dependency for predicate locking functions | Committed | 13 | Ashwin Agrawal (ashwinstar) | Thomas Munro (macdice) | macdice | 4 | 2020-01-28 00:48 |
2020-01-28 01:00 |
Reduce size of core scanner transition array | Committed | 13 | John Naylor (john.naylor) | Tom Lane (tgl) | tgl | 4 | 2020-01-13 20:05 |
2020-01-14 00:59 |
fe_utils - share query cancellation code | Committed | Fabien Coelho (calvin) | Ibrar Ahmed (ibrar) | michael-kun | 2 | 2019-12-02 02:54 |
2019-12-04 01:10 |
|
Refactor parse analysis of EXECUTE command | Committed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz) | petere | 2 | 2020-01-04 13:02 |
2020-01-04 12:43 |
|
Rework manipulation and structure of attribute mappings | Committed | 13 | Michael Paquier (michael-kun) | Amit Langote (amitlan) | michael-kun | 1 | 2019-12-19 04:03 |
2019-12-18 07:26 |
pgbench - use pg logging capabilities | Committed | Fabien Coelho (calvin) | Peter Eisentraut (petere) | petere | 1 | 2020-01-08 13:28 |
2020-01-11 07:37 |
|
Remove libpq.rc, use win32ver.rc for libpq | Committed | Peter Eisentraut (petere) | petere | 1 | 2020-01-18 20:45 |
2020-01-15 14:40 |
||
remove separate postgres.(sh)description files | Committed | John Naylor (john.naylor) | Heikki Linnakangas (heikki) | heikki | 1 | 2020-01-19 11:59 |
2020-01-20 00:27 |
|
Replication & Recovery | ||||||||
pause recovery if pitr target not reached when recovery_target_time is specified | Committed | 13 | Leif Gunnar Erlandsen (leif) | Peter Eisentraut (petere) | petere | 2 | 2020-01-29 15:03 |
2020-01-30 04:01 |
Add new developer GUC "ignore_invalid_pages", to ignore invalid pages failure during recovery | Committed | Fujii Masao (masaofujii) | Michael Paquier (michael-kun) | masaofujii | 2 | 2020-01-22 03:00 |
2020-01-22 02:59 |
|
Fix a performance issue with multiple logical-decoding walsenders | Committed | 13 | Pierre Ducroquet (pinaraf) | Julien Rouhaud (rjuju) | tgl | 1 | 2020-01-06 21:43 |
2020-01-06 21:43 |
Server Features | ||||||||
tableam vs. TOAST | Committed | 13 | Robert Haas (rhaas) | Peter Eisentraut (petere) | rhaas | 4 | 2020-01-08 08:59 |
2020-01-07 19:38 |
Remove pg_pltemplate, add trustable extensions instead | Committed | Tom Lane (tgl) | Peter Eisentraut (petere) | tgl | 3 | 2020-01-29 23:55 |
2020-01-29 18:19 |
|
Using multiple extended statistics for estimates | Committed | Tomas Vondra (fuzzycz) | Mark Dilger (hornschnorter) | fuzzycz | 2 | 2020-01-13 10:31 |
2020-01-13 00:24 |
|
jsonb_set_lax function | Committed | 13 | Andrew Dunstan (adunstan) | Pavel Stehule (okbobcz) | adunstan | 2 | 2020-01-17 23:19 |
2020-01-17 23:30 |
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings | Committed | Andrew Dunstan (adunstan) | Peter Eisentraut (petere) | adunstan | 2 | 2020-01-09 08:12 |
2020-01-20 08:09 |
|
Greatest Common Divisor | Committed | 13 | Vik Fearing (xocolatl) | Fabien Coelho (calvin), David Fetter (dfetter) | deanr | 1 | 2020-01-25 14:21 |
2020-01-26 05:52 |
Removal of support for OpenSSL 0.9.8 and 1.0.0 | Committed | stable | Michael Paquier (michael-kun) | Daniel Gustafsson (d_gustafsson) | michael-kun | 1 | 2020-01-06 03:53 |
2020-01-06 03:54 |
SQL Commands | ||||||||
Modernizing SQL functions' result type coercions | Committed | Tom Lane (tgl) | Heikki Linnakangas (heikki) | tgl | 2 | 2020-01-08 16:09 |
2020-01-08 15:22 |
|
ALTER TABLE support for dropping generation expression | Committed | Peter Eisentraut (petere) | Sergei Kornilov (melkij) | petere | 1 | 2020-01-14 12:48 |
2020-01-14 12:47 |
|
Emit meaningful error for references to concurrently added columns | Committed | Kyotaro Horiguchi (horiguti) | Tom Lane (tgl) | tgl | 1 | 2020-01-08 14:44 |
2020-01-07 17:47 |
|
System Administration | ||||||||
DROP DATABASE FORCE | Committed | Pavel Stehule (okbobcz), Filip Rembiałkowski (filiprem) | Amit Kapila (amitkapila), Ibrar Ahmed (ibrar), Anthony Nowocien (anthonyn), vigneshwaran C (vignesh.postgres), Cleysson Lima (cleyssonlima), Federico Campoli (rotellaro) | amitkapila | 4 | 2020-02-01 05:17 |
2020-02-01 05:26 |
|
Allow superuser to grant passwordless connection rights on postgres_fdw | Committed | 13 | Craig Ringer (ringerc) | adunstan | 2 | 2019-12-20 06:04 |
2019-12-04 16:28 |