Commitfest 2019-11

Shortcuts
Text Status Target version Author (type to search) Reviewer (type to search)
Clear


Status summary: Committed: 35. Moved to next CF: 149. Withdrawn: 4. Rejected: 6. Returned with Feedback: 27. Total: 221.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Fix support for hypothetical indexes using BRIN access method 2179 Committed Not processed Julien Rouhaud (rjuju) Heikki Linnakangas (heikki), Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 5 years ago
CVE-2017-7484-induced bugs, or, btree cmp functions are not leakproof? 2205 Committed Not processed Dilip Kumar (dilip.kumar), Amit Langote (amitlan) Dilip Kumar (dilip.kumar), Amit Langote (amitlan) Tom Lane (tgl) 2 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
vacuum_set_xid_limits() can set multiXactCutoff to an unsafe value 2280 Committed Not processed Nathan Bossart (bossartn), Jeremy Schneider (jer) Thomas Munro (macdice) Thomas Munro (macdice) 1 5 years ago
Wrong value in metapage of GIN INDEX. 2289 Committed stable Not processed Insung Moon (tuskiwamoon) Tom Lane (tgl) Tom Lane (tgl) 1 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
CREATE TEXT SEARCH DICTIONARY segfaulting on 9.6+ 2318 Committed Not processed Artur Zakirov (a.zakirov) Tom Lane (tgl) Tom Lane (tgl) 1 5 years ago
Clients
pgbench - extend initialization phase control 2086 Committed Not processed Fabien Coelho (calvin) Fujii Masao (masaofujii), Ibrar Ahmed (ibrar), Anna Endo (btannaendo) Fujii Masao (masaofujii) 3 5 years ago
pgbench - allow to create partitioned "account" tables 2217 Committed Not processed Fabien Coelho (calvin) Asif Rehman (asifrana) Amit Kapila (amitkapila) 2 5 years ago
Sort policies and triggers by table name in pg_dump 2288 Committed Not processed Benjie Gillam (benjie) Tom Lane (tgl) Tom Lane (tgl) 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
psql: echo edited query after \e 2321 Committed Not processed Tom Lane (tgl) Fabien Coelho (calvin), Laurenz Albe (laurenz) Tom Lane (tgl) 1 5 years ago
Miscellaneous
Make pg_waldump and xact_desc() report the detail information like GID about PREPARE TRANSACTION record 2105 Committed Not processed Fujii Masao (masaofujii) Julien Rouhaud (rjuju) Fujii Masao (masaofujii) 3 5 years ago
errbacktrace 2177 Committed Not processed Álvaro Herrera (alvherre), Peter Eisentraut (petere) Álvaro Herrera (alvherre) 3 5 years ago
allocation limit for encoding conversion 2240 Committed Not processed Álvaro Herrera (alvherre) Tom Lane (tgl) Tom Lane (tgl) 2 5 years ago
Add some useful asserts into View Options Macroses 2295 Committed Not processed Nikolay Shaplov (nataraj) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
Safeguards against incorrect fd flags for fsync() 2300 Committed 13 Not processed Michael Paquier (michael-kun) Mark Dilger (hornschnorter) Michael Paquier (michael-kun) 1 5 years ago
Ordering of header file inclusion 2306 Committed Not processed vigneshwaran C (vignesh.postgres) Amit Kapila (amitkapila) Amit Kapila (amitkapila) 1 5 years ago
TestLib::command_fails_like enhancement 2339 Committed Not processed Andrew Dunstan (adunstan) Mark Dilger (hornschnorter) Andrew Dunstan (adunstan) 1 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 statement sample 2312 Committed 13 Not processed Adrien Nayrat (anayrat) Tomas Vondra (fuzzycz) 1 5 years ago
Performance
Optimized partial TOAST decompression 2135 Committed Not processed Xiao Bao (djydewang) Andrey Borodin (x4m) Tomas Vondra (fuzzycz) 3 5 years ago
Memory Accounting at Block Level 2216 Committed Not processed Jeff Davis (jdavis) Melanie Plageman (melanieplageman), Soumyadeep Chakraborty (soumyadeep2007) Tomas Vondra (fuzzycz) 2 5 years ago
Optimize expression evaluation in PL/pgSQL 2282 Committed Not processed Konstantin Knizhnik (knizhnik) Pavel Stehule (okbobcz) Tom Lane (tgl) 1 5 years ago
Improve recovery performance of dropping database having many tablespaces 2291 Committed Not processed Fujii Masao (masaofujii) Kirk Jamison (kirkjamison) Fujii Masao (masaofujii) 1 5 years ago
Refactoring
Avoid duplication of code to read XLOG page 2098 Committed Not processed Antonin Houska (a.houska) Michael Paquier (michael-kun) Álvaro Herrera (alvherre) 3 5 years ago
Remove IndexBuildCallback's dependency on HeapTuple 2235 Committed Not processed Ashwin Agrawal (ashwinstar) Andres Freund (andresfreund) 2 5 years ago
Consolidate code that makes a sorted array unique. 2267 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 2 5 years ago
Make each Access Method to use own stucture for storing options instead of StdRdOptions 2294 Committed Not processed Nikolay Shaplov (nataraj) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Do not use StdRdOptions for partitioned table options, use empty structure instead 2297 Committed Not processed Nikolay Shaplov (nataraj) John Dent (denty) Michael Paquier (michael-kun) 1 5 years ago
Security
Add mandatory access control for TRUNCATE 2221 Committed 13 Not processed Yulian Khodorkovskiy (ykhodo) KaiGai Kohei (kaigai), Mike Palmiotto (mpalmiotto) Joe Conway (jconway) 2 5 years ago
Server Features
Support for jsonpath .datetime() method 2133 Committed Not processed Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov) Peter Eisentraut (petere), Anastasia Lubennikova (lubennikovaav) Alexander Korotkov (smagen) 3 5 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
Simple collation versions for glibc 2303 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 1 4 years ago
SQL Commands
Allow CREATE OR REPLACE VIEW to rename the columns 2333 Committed Not processed Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 5 years ago