Status summary: Committed: 35. Moved to next CF: 149. Withdrawn: 4. Rejected: 6. Returned with Feedback: 27. Total: 221.
Patch | ID | Status | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||||
Allow AddForeignUpdateTargets to add extra target expressions other than columns | 1819 | Returned with feedback | Not processed | Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti) | Etsuro Fujita (efujita) | 6 | 5 years ago | |||
SimpleLruTruncate() mutual exclusion (data loss from lack thereof) | 2025 | Moved to next CF | stable | Not processed | Noah Misch (nmisch) | 5 | 5 years ago | |||
Race condition in logical walsender causes long postgresql shutdown delay | 2224 | Committed | stable | Not processed | Craig Ringer (ringerc) | Álvaro Herrera (alvherre) | 2 | 5 years ago | ||
Include RELKIND_TOASTVALUE in get_relkind_objtype | 2304 | Committed | stable | Not processed | Michael Paquier (michael-kun) | Tom Lane (tgl) | 1 | 5 years ago | ||
Fix base backup checksum verification for random or zero page headers | 2308 | Moved to next CF | Not processed | Michael Banck (mbanck) | 4 | 3 years ago | ||||
Clients | ||||||||||
pgbench - another attempt at tap test for time-related options | 1306 | Moved to next CF | Not processed | Fabien Coelho (calvin) | 14 | 4 years ago | ||||
pgbench - implement strict TPC-B benchmark | 2090 | Rejected | Not processed | Fabien Coelho (calvin) | 3 | 5 years ago | ||||
ensure same width of last column | 2281 | Withdrawn | Not processed | Pavel Stehule (okbobcz) | 1 | 5 years ago | ||||
libpq: Fix wrong connection status on invalid "connect_timeout" | 2311 | Committed | Not processed | Michael Paquier (michael-kun) | 1 | 5 years ago | ||||
Application name for pg_basebackup, pg_receivewal and pg_recvlogical | 2335 | Rejected | Not processed | Jesper Pedersen (jpedersen) | 1 | 5 years ago | ||||
Miscellaneous | ||||||||||
parse-time support function for "any" datatype | 2081 | Moved to next CF | Not processed | Pavel Stehule (okbobcz) | 10 | 4 years ago | ||||
Improve Append/MergeAppend EXPLAIN output when all subplans are pruned. | 2102 | Returned with feedback | Not processed | David Rowley (davidrowley) | 3 | 5 years ago | ||||
errbacktrace | 2177 | Committed | Not processed | Álvaro Herrera (alvherre), Peter Eisentraut (petere) | Álvaro Herrera (alvherre) | 3 | 5 years ago | |||
Adding a test for speculative wait case | 2200 | Moved to next CF | Not processed | Ashwin Agrawal (ashwinstar), Melanie Plageman (melanieplageman) | Andres Freund (andresfreund) | 4 | 5 years ago | |||
pgrename_temp() – concurrent rename of temporary files on Windows | 2230 | Moved to next CF | Not processed | Alexander Korotkov (smagen) | 4 | 4 years ago | ||||
enhance SPI to support EXECUTE commands | 2279 | Moved to next CF | Not processed | Zongliang Quan (quanzl) | 2 | 5 years ago | ||||
Make use of C99 designated initialisers for nulls/values arrays | 2290 | Rejected | 13 | Not processed | Peter Smith (smithpb) | 1 | 5 years ago | |||
Sorry please remove this duplicated entry. | 2324 | Withdrawn | Not processed | 1 | ||||||
Shared Memory Context | 2325 | Moved to next CF | 13 | Not processed | Takeshi Ideriha (ideriha) | 2 | 5 years ago | |||
Preserve versions of initdb-created collations in pg_upgrade | 2328 | Moved to next CF | Not processed | Peter Eisentraut (petere) | 2 | 5 years ago | ||||
Add SQL function to show total block numbers in the relation | 2329 | Rejected | Not processed | Yu Kimura (yukimura) | 1 | 5 years ago | ||||
Improve checking for pg_index.xmin | 2337 | Moved to next CF | Not processed | Alexander Korotkov (smagen) | 3 | 5 years ago | ||||
Remove configure --disable-float4-byval and --disable-float8-byval | 2343 | Committed | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | 1 | 5 years ago | |||
Monitoring & Control | ||||||||||
Log bind parameter values on error | 1934 | Moved to next CF | 13 | Not processed | Alexey Bashtanov (bashtanov) | Álvaro Herrera (alvherre) | 6 | 5 years ago | ||
socket_timeout in interfaces/libpq | 2175 | Moved to next CF | 13 | Not processed | Ryohei Nagaura (nyannyan) | 5 | 4 years ago | |||
Log statement sample | 2312 | Committed | 13 | Not processed | Adrien Nayrat (anayrat) | Tomas Vondra (fuzzycz) | 1 | 5 years ago | ||
Performance | ||||||||||
NOT IN to ANTI JOIN transformation | 2023 | Moved to next CF | 13 | Not processed | James Finnerty (jimfinnerty), Zheng Li (zhengli) | 6 | 4 years ago | |||
Parallel grouping sets | 2147 | Moved to next CF | Not processed | Richard Guo (richardguo) | 6 | 4 years ago | ||||
de-TOAST'ing using a iterator | 2194 | Moved to next CF | Not processed | Xiao Bao (djydewang) | 8 | 4 years ago | ||||
Memory-Bounded Hash Aggregation | 2201 | Moved to next CF | Not processed | Jeff Davis (jdavis) | Jeff Davis (jdavis) | 4 | 4 years ago | |||
Remove size limitations of vacuums dead_tuples array | 2302 | Returned with feedback | 13 | Not processed | Ants Aasma (ants) | 1 | 5 years ago | |||
bitmap cost should account for correlated indexes | 2310 | Moved to next CF | 14 | Not processed | Justin Pryzby (justinpryzby) | 7 | 4 years ago | |||
Refactoring | ||||||||||
Remove IndexBuildCallback's dependency on HeapTuple | 2235 | Committed | Not processed | Ashwin Agrawal (ashwinstar) | Andres Freund (andresfreund) | 2 | 5 years ago | |||
pgbench - improve variable management performance | 2236 | Moved to next CF | Not processed | Fabien Coelho (calvin) | 6 | 4 years ago | ||||
Consolidate code that makes a sorted array unique. | 2267 | Committed | Not processed | Thomas Munro (macdice) | Thomas Munro (macdice) | 2 | 5 years ago | |||
share string to *int64 functions, take two | 2272 | Returned with feedback | 13 | Not processed | Michael Paquier (michael-kun), Fabien Coelho (calvin) | 2 | 5 years ago | |||
pgbench - refactor init functions with buffers | 2313 | Moved to next CF | Not processed | Fabien Coelho (calvin) | Heikki Linnakangas (heikki) | 5 | 4 years ago | |||
Replication & Recovery | ||||||||||
Add timeline to partial WAL segments | 1919 | Moved to next CF | Not processed | David Steele (dsteele) | 9 | 4 years ago | ||||
base backup client as auxiliary backend process | 2192 | Moved to next CF | Not processed | Peter Eisentraut (petere) | 5 | 4 years ago | ||||
Security | ||||||||||
Allow cluster owner to bypass authentication | 2244 | Moved to next CF | Not processed | Peter Eisentraut (petere) | 4 | 4 years ago | ||||
Server Features | ||||||||||
BRIN bloom and multi-minmax indexes | 1348 | Returned with feedback | Not processed | Tomas Vondra (fuzzycz) | 11 | 4 years ago | ||||
Cleaning up orphaned files using undo logs | 1863 | Returned with feedback | Not processed | Thomas Munro (macdice) | 5 | 3 years ago | ||||
Opclass parameters | 2183 | Returned with feedback | 13 | Not processed | Nikita Glukhov (n.glukhov) | 3 | 4 years ago | |||
Global temporary tables | 2233 | Moved to next CF | Not processed | Konstantin Knizhnik (knizhnik) | 3 | 5 years ago | ||||
A hook for path-removal decision on add_path | 2234 | Moved to next CF | Not processed | KaiGai Kohei (kaigai) | 11 | 2 years ago | ||||
JIT: Don't codegen deform code for virtual tuples in expr eval for scan fetch | 2287 | Committed | 13 | Not processed | Soumyadeep Chakraborty (soumyadeep2007) | Andres Freund (andresfreund) | 1 | 5 years ago | ||
JIT: Optimize generated functions earlier to lower memory usage | 2298 | Withdrawn | 13 | Not processed | Soumyadeep Chakraborty (soumyadeep2007) | 1 | 5 years ago | |||
Simple collation versions for glibc | 2303 | Committed | Not processed | Thomas Munro (macdice) | Thomas Munro (macdice) | 1 | 4 years ago | |||
Make list of reportable GUC's configurable | 2314 | Returned with feedback | 13 | Not processed | Dave Cramer (dcramer) | 1 | 5 years ago | |||
Shared system catalog cache | 2326 | Moved to next CF | 13 | Not processed | Takeshi Ideriha (ideriha) | 2 | 5 years ago | |||
SQL Commands | ||||||||||
FETCH FIRST clause PERCENT option | 2176 | Moved to next CF | Not processed | Surafel Temesgen (surafel) | 12 | 3 years ago | ||||
Allow CREATE OR REPLACE VIEW to rename the columns | 2333 | Committed | Not processed | Fujii Masao (masaofujii) | Fujii Masao (masaofujii) | 1 | 5 years ago | |||
abs function for interval | 2345 | Returned with feedback | 13 | Not processed | Euler Taveira (eulerto) | 1 | 5 years ago | |||
System Administration | ||||||||||
Support huge_pages on AIX | 1960 | Moved to next CF | 13 | Not processed | Thomas Munro (macdice) | Thomas Munro (macdice) | 6 | 5 years ago | ||
Online checksums - take 3 | 2260 | Moved to next CF | Not processed | Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) | 4 | 4 years ago | ||||
Allow superuser to grant passwordless connection rights on postgres_fdw | 2340 | Moved to next CF | 13 | Not processed | Craig Ringer (ringerc) | Andrew Dunstan (adunstan) | 2 | 5 years ago |