Status summary: Committed: 55. Moved to next CF: 137. Returned with Feedback: 2. Rejected: 6. Total: 200.
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail | |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
fix constraint exclusion failure for certain partition key types | Committed | Amit Langote (amitlan) | alvherre | 2 | 2018-07-10 19:49 |
2018-07-26 02:09 |
||
Make parallel CREATE INDEX worker pg_stat_activity entries display query string | Committed | Peter Geoghegan (pgeoghegan) | rhaas | 1 | 2018-03-22 17:47 |
2018-03-29 17:38 |
||
Fix corruption of backend REINDEX processing state (Parallel CREATE INDEX) | Committed | Peter Geoghegan (pgeoghegan) | rhaas | 1 | 2018-05-20 21:55 |
2018-04-06 23:41 |
||
Fsync queue forgets requests on failure | Rejected | Thomas Munro (macdice) | 1 | 2018-07-13 04:40 |
2018-07-13 04:44 |
|||
Fix some error handling for read() and errno | Committed | Michael Paquier (michael-kun) | michael-kun | 1 | 2018-07-23 00:45 |
2018-07-17 23:07 |
||
Excessive CPU usage in StandbyReleaseLocks() | Committed | Thomas Munro (macdice) | macdice | 1 | 2018-06-27 05:06 |
2018-06-26 07:14 |
||
Issue with Logical replication workers and sub-transactions | Committed | Amit Khandekar (amitdkhan) | rhaas | 1 | 2018-07-30 06:56 |
2018-07-18 04:07 |
||
Clients | ||||||||
pgbench - another attempt at tap test for time-related options | Moved to next CF | Fabien Coelho (calvin) | 14 | 2020-07-13 10:22 |
2020-07-13 10:21 |
|||
pgbench - test whether a variable exists | Moved to next CF | Fabien Coelho (calvin) | 3 | 2020-04-13 08:01 |
2020-11-30 14:48 |
|||
Documentation | ||||||||
[WIP] Document update for Logical Replication security | Committed | Noriyoshi Shinoda (shinoda) | petere | 1 | 2018-04-11 13:14 |
2018-04-11 13:13 |
||
Logical replication docs indicating cross platform support | Committed | Haribabu Kommi (haribabu) | bmomjian | 1 | 2018-06-27 06:50 |
2018-06-29 01:13 |
||
SQL/JSON: documentation | Moved to next CF | Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) | 4 | 2019-02-04 02:04 |
2019-02-04 02:04 |
|||
Miscellaneous | ||||||||
Test for trigger accessing a system column | Committed | Ashutosh Bapat (ashutoshbapat) | heikki | 1 | 2018-07-10 13:19 |
2018-07-10 13:19 |
||
Allow build.pl just to construct project files without running a build | Rejected | Andrew Dunstan (adunstan) | 1 | 2018-07-12 13:34 |
2018-07-12 13:31 |
|||
Make installcheck-world in a clean environment | Moved to next CF | Alexander Lakhin (law) | 6 | 2019-07-30 16:56 |
2019-07-30 16:56 |
|||
Performance | ||||||||
WIP: Precalculate stable functions | Moved to next CF | Artur Zakirov (a.zakirov), Marina Polyakova (whipping.top1991) | 4 | 2019-01-31 11:25 |
2019-01-31 11:25 |
|||
Moving relation extension locks out of heavyweight lock manager | Moved to next CF | Masahiko Sawada (masahikosawada) | 4 | 2018-12-01 11:58 |
2018-11-30 01:02 |
|||
Run-time partition pruning for MergeAppend | Committed | David Rowley (davidrowley) | heikki | 1 | 2018-07-19 10:50 |
2018-07-19 12:42 |
||
Push down aggregates below joins. | Moved to next CF | Heikki Linnakangas (heikki) | 2 | 2018-10-02 02:00 |
2018-10-02 02:00 |
|||
Global shared meta cache | Moved to next CF | 13 | Takeshi Ideriha (ideriha) | 7 | 2019-10-30 01:15 |
2020-02-01 11:51 |
||
cost_sort improvement | Moved to next CF | Fedor Sigaev (sigaev) | 4 | 2019-01-31 11:23 |
2019-01-31 11:23 |
|||
Procedural Languages | ||||||||
Install errcodes.txt for the benefit of extension PLs | Committed | Thomas Munro (macdice) | rhodiumtoad | 1 | 2018-04-05 04:21 |
2018-03-29 01:46 |
||
Refactoring | ||||||||
reorganize partitioning code | Committed | Amit Langote (amitlan) | alvherre | 2 | 2018-04-24 01:10 |
2018-03-28 21:09 |
||
Align error details, hints and contexts with style guide | Committed | Daniel Gustafsson (d_gustafsson) | tgl | 1 | 2018-03-22 22:28 |
2018-03-23 07:57 |
||
Fix compiler warnings with --enable-dtrace | Committed | Thomas Munro (macdice) | tgl | 1 | 2018-05-07 18:45 |
2018-05-24 22:21 |
||
Use access() to check file existence in GetNewRelFileNode(). | Committed | Paul Guo (paulguo) | michael-kun | 1 | 2018-07-08 10:00 |
2018-07-08 10:00 |
||
Remove .backup related code from pg_standby | Committed | Yugo Nagata (yugo.nagata) | petere | 1 | 2018-07-01 13:13 |
2018-07-01 13:12 |
||
Replication & Recovery | ||||||||
Changing WAL Header to reduce contention during ReserveXLogInsertLocation() | Returned with feedback | Simon Riggs (simon), Pavan Deolasee (pavan) | 3 | 2018-07-09 13:49 |
2018-07-10 09:33 |
|||
Synchronous replay mode for avoiding stale reads on hot standbys | Moved to next CF | 13 | Thomas Munro (macdice) | 7 | 2019-07-01 09:05 |
2019-02-04 06:34 |
||
Security | ||||||||
GnuTLS support | Moved to next CF | Andreas Karlsson (kandreas), Peter Eisentraut (petere) | 8 | 2018-11-29 17:43 |
2018-11-29 23:00 |
|||
Server Features | ||||||||
Implement NULL-related checks in object address functions to prevent cache lookup errors | Moved to next CF | Michael Paquier (michael-kun) | 7 | 2018-11-29 07:09 |
2020-07-15 00:09 |
|||
Custom compression methods | Moved to next CF | Ildus Kurbangaliev (ildus) | 10 | 2019-09-30 18:47 |
2021-01-19 09:53 |
|||
BRIN bloom and multi-minmax indexes | Moved to next CF | Tomas Vondra (fuzzycz) | 11 | 2019-12-01 01:52 |
2021-03-27 20:42 |
|||
Add enum relation option type | Moved to next CF | 13 | Nikolay Shaplov (nataraj) | alvherre | 8 | 2019-09-25 19:00 |
2019-09-25 18:59 |
|
Remove DSM_IMPL_NONE | Committed | Kyotaro Horiguchi (horiguti) | petere | 2 | 2018-07-10 16:53 |
2018-07-17 04:09 |
||
Implement ASSERTIONs per the SQL standard. | Moved to next CF | Joe Wildish (joewildish) | 4 | 2019-01-31 11:22 |
2019-01-31 11:22 |
|||
Client Connection redirection support for PostgreSQL | Moved to next CF | 2 | 2018-10-02 03:00 |
2018-10-02 03:00 |
||||
SLRU data page checksums | Moved to next CF | 2 | 2018-10-02 05:35 |
2018-08-02 03:36 |
||||
SQL Commands | ||||||||
MERGE | Moved to next CF | Pavan Deolasee (pavan) | 6 | 2019-01-31 15:55 |
2019-01-31 15:54 |
|||
Allow granting of permission to REFRESH MATERIALIZED VIEW, CLUSTER, and REINDEX | Moved to next CF | Isaac Morland (ijmorlan) | 3 | 2018-11-30 15:14 |
2018-11-30 15:15 |
|||
MAP syntax for arrays | Rejected | Ildar Musin (i.musin) | 1 | 2018-07-19 09:14 |
2018-07-19 09:14 |
|||
System Administration | ||||||||
log_min_messages shows debug instead of debug2 | Committed | Takeshi Ideriha (ideriha) | adunstan | 1 | 2018-07-06 11:36 |
2018-07-06 11:36 |
||
Suggested updates to pg_verify_checksums from review | Committed | Daniel Gustafsson (d_gustafsson) | mha | 1 | 2018-06-20 14:11 |
2018-06-22 19:20 |