Status summary: Committed: 117. Moved to next CF: 91. Rejected: 10. Returned with Feedback: 34. Total: 252.
Patch | ID | Status | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||||
Atomic pgrename on Windows | 1386 | Returned with feedback | Not processed | Alexander Korotkov (smagen) | 2 | 5 years ago | ||||
Precision loss casting float to numeric | 1541 | Returned with feedback | Not processed | Chapman Flack (chap) | Emre Hasegeli (hasegeli) | 1 | 7 years ago | |||
Clients | ||||||||||
WIP: Pgbench Errors and serialization/deadlock retries | 1419 | Returned with feedback | Not processed | Marina Polyakova (whipping.top1991) | Fabien Coelho (calvin) | 2 | 2 years ago | |||
pgbench - break out initialization timing info by init phase | 1493 | Returned with feedback | Not processed | doug rady (drady) | Fabien Coelho (calvin) | 1 | 7 years ago | |||
Support target_session_attrs=read-only and eliminate the added round-trip to detect session status. | 1568 | Returned with feedback | Not processed | Takayuki Tsunakawa (maumau) | 1 | 6 years ago | ||||
Parallel Dump to /dev/null | 1576 | Returned with feedback | Not processed | Michael Banck (mbanck) | 1 | 7 years ago | ||||
Miscellaneous | ||||||||||
Adds a `to_typemod(type_name)` function | 1408 | Returned with feedback | Not processed | Sophie Herold (sophieh) | 2 | 7 years ago | ||||
Add a few suppression rules for Valgrind | 1534 | Returned with feedback | Not processed | Aleksander Alekseev (a.alekseev) | 1 | 7 years ago | ||||
symlink installs | 1593 | Returned with feedback | Not processed | Peter Eisentraut (petere) | 1 | 7 years ago | ||||
Monitoring & Control | ||||||||||
Function to track shmem reinit time | 1575 | Returned with feedback | Not processed | Anastasia Lubennikova (lubennikovaav) | Tomas Vondra (fuzzycz) | 1 | 6 years ago | |||
Performance | ||||||||||
Moving relation extension locks out of heavyweight lock manager | 1133 | Returned with feedback | Not processed | Masahiko Sawada (masahikosawada) | 4 | 6 years ago | ||||
Implicit prepare of statements: replace literals with parameters and store cached plans | 1150 | Returned with feedback | Not processed | Konstantin Knizhnik (knizhnik) | 4 | 4 years ago | ||||
Removing useless DISTINCT clauses | 1369 | Returned with feedback | Not processed | David Rowley (davidrowley) | Melanie Plageman (melanieplageman) | Tom Lane (tgl) | 2 | 6 years ago | ||
Range Merge Join | 1449 | Returned with feedback | Not processed | Jeff Davis (jdavis) | Alexander Kuzmenkov (akuzmenkov) | 2 | 7 years ago | |||
WIP: Precalculate stable functions | 1456 | Returned with feedback | Not processed | Artur Zakirov (a.zakirov), Marina Polyakova (whipping.top1991) | Aleksander Alekseev (a.alekseev) | 2 | 6 years ago | |||
Refactoring | ||||||||||
64-bit transaction identifiers | 1178 | Returned with feedback | Not processed | Alexander Korotkov (smagen) | 4 | 3 years ago | ||||
Subscription code improvements | 1248 | Returned with feedback | Not processed | Petr Jelínek (pjmodos), Masahiko Sawada (masahikosawada) | Peter Eisentraut (petere) | 4 | 6 years ago | |||
Replication & Recovery | ||||||||||
logical_work_mem limit for reorderbuffer | 1428 | Returned with feedback | Not processed | Tomas Vondra (fuzzycz) | Peter Eisentraut (petere) | 2 | 4 years ago | |||
Checksums for slru files | 1462 | Returned with feedback | Not processed | Ivan Kartyshov (fenimorkin) | Andrey Borodin (x4m) | 2 | 6 years ago | |||
Security | ||||||||||
Log SSL certificate verification errors | 1374 | Returned with feedback | Not processed | Graham Leggett (minfrin) | Peter Eisentraut (petere) | 2 | 7 years ago | |||
Server Features | ||||||||||
Creating backup history files for backups taken from standbys | 1231 | Returned with feedback | Not processed | Michael Paquier (michael-kun) | Masahiko Sawada (masahikosawada), David Steele (dsteele) | Fujii Masao (masaofujii) | 4 | 7 years ago | ||
Statement-level rollback | 1358 | Returned with feedback | Not processed | Takayuki Tsunakawa (maumau) | 3 | 7 years ago | ||||
Refuse setting toast.* reloptions when TOAST relation does not exist | 1486 | Returned with feedback | Not processed | Nikolay Shaplov (nataraj) | 1 | 6 years ago | ||||
Rewriting the test of pg_upgrade as a TAP test - take two | 1497 | Returned with feedback | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 1 | 6 years ago | |||
Opclass parameters | 1559 | Returned with feedback | Not processed | Nikita Glukhov (n.glukhov) | 1 | 5 years ago | ||||
Nepali Snowball dictionary | 1569 | Returned with feedback | Not processed | Artur Zakirov (a.zakirov), Oleg Bartunov (oleg) | 1 | 7 years ago | ||||
SQL Commands | ||||||||||
SQL/JSON support in PostgreSQL | 1063 | Returned with feedback | Not processed | Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) | Piotr Stefaniak (pstef) | 4 | 7 years ago | |||
Handling of the input data errors in COPY FROM | 1391 | Returned with feedback | Not processed | Alexey Kondratov (ololobus) | Peter Eisentraut (petere) | 2 | 7 years ago | |||
Boolean partition syntax | 1410 | Returned with feedback | Not processed | Amit Langote (amitlan) | Mark Dilger (hornschnorter) | 2 | 6 years ago | |||
System Administration | ||||||||||
log_destination=file | 1274 | Returned with feedback | Not processed | Magnus Hagander (mha) | Gerdan Santos (gerdan) | 4 | 7 years ago | |||
Early locking option to parallel backup | 1367 | Returned with feedback | Not processed | Lucas B (lucas75) | 2 | 7 years ago | ||||
Support optional message in backend cancellation/termination | 1494 | Returned with feedback | Not processed | Daniel Gustafsson (d_gustafsson) | Eren Basak (aamederen), Yugo Nagata (yugo.nagata) | 1 | 6 years ago | |||
autovacuum: add possibility to change priority of vacuumed tables | 1519 | Returned with feedback | Not processed | Ildus Kurbangaliev (ildus) | Ildar Musin (i.musin) | 1 | 7 years ago | |||
Reopen logfile on SIGHUP | 1558 | Returned with feedback | Not processed | Anastasia Lubennikova (lubennikovaav) | Grigory Smolkin (g.smolkin.postgrespro.ru) | 1 | 6 years ago |