Commitfest 2019-07

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


Status summary: Committed: 64. Moved to next CF: 147. Withdrawn: 11. Returned with Feedback: 7. Rejected: 2. Total: 231.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Strengthen PGSharedMemoryCreate checks for still-attached processes 1767 Committed Not processed Noah Misch (nmisch) Daniel Gustafsson (d_gustafsson), Alexandra Wang (l-wang) Noah Misch (nmisch) 5 5 years ago
Fix performance issue in foreign-key-aware join estimation 1984 Committed 13 Not processed David Rowley (davidrowley) Tom Lane (tgl) David Rowley (davidrowley) 2 5 years ago
Generated as identity field in a temporary table with on commit drop corrupts system catalogs 1997 Committed stable Not processed Michael Paquier (michael-kun) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 5 years ago
Fix SRF handling on dummy rels 2052 Committed 12 Not processed Tom Lane (tgl), Julien Rouhaud (rjuju) Julien Rouhaud (rjuju) Tom Lane (tgl) 1 6 years ago
update/delete on partitioned tables may crash under concurrency 2057 Committed Not processed Amit Langote (amitlan) Tom Lane (tgl) Tom Lane (tgl) 1 5 years ago
Fix pg_dump for partition tablespaces 2066 Committed Not processed David Rowley (davidrowley) Álvaro Herrera (alvherre) 1 5 years ago
selecting from partition directly can't use constraint exclusion 2072 Committed Not processed Amit Langote (amitlan) Thibaut MADELAINE (madtibo) Tom Lane (tgl) 1 5 years ago
Fix: vacuum_cost_delay should be real everywhere 2074 Committed 12 Not processed Nikolay Shaplov (nataraj) Tom Lane (tgl) 1 6 years ago
Fix crash/error in foreign key constraint check for partitioned tables 2075 Committed stable Not processed Hadi Moshayedi (hadi) Edmund Horner (ejrh) Tom Lane (tgl) 1 5 years ago
fix pgbench -R hanging on pg11 2077 Committed Not processed Fabien Coelho (calvin) Yoshikazu Imai (yimai), Raymond Martin (ramarti) Tom Lane (tgl) 1 5 years ago
TM format can mix encodings in to_char() 2097 Committed Not processed Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Tom Lane (tgl) 1 5 years ago
REINDEX INDEX results in a crash for an index of pg_class since 9.6 2101 Committed Not processed Michael Paquier (michael-kun) Andres Freund (andresfreund) 1 5 years ago
Fix failure of identity columns if there is a second sequence OWNED BY the column 2103 Committed 13 Not processed Laurenz Albe (laurenz) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
'pg_dump --create' orders database GRANTs incorrectly 2111 Committed stable Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Windows Visual Studio build with OpenSSL 1.1.0 2134 Committed stable Not processed Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Fix subqueries with shadowed aliases 2136 Committed stable Not processed Demur Rumed (serprex) Tom Lane (tgl) 1 5 years ago
pg_basebackup failure after setting default_table_access_method option 2137 Committed Not processed vigneshwaran C (vignesh.postgres) Andres Freund (andresfreund) 1 5 years ago
defining a comment on a domain constraint fails with wrong OID 2143 Committed Not processed Michael Paquier (michael-kun) Álvaro Herrera (alvarofherrera) Michael Paquier (michael-kun) 1 5 years ago
nbtdesc.c and nbtpage.c are inconsistent with XLOG_BTREE_META_CLEANUP (11~) 2153 Committed stable Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Race conditions with TAP test for syncrep 2154 Committed stable Not processed Michael Paquier (michael-kun) Noah Misch (nmisch) Michael Paquier (michael-kun) 1 5 years ago
Fix up grouping sets reorder 2157 Committed Not processed Richard Guo (richardguo) Jeff Davis (jdavis) Andrew Gierth (rhodiumtoad) 1 5 years ago
Bad canonicalization for dateranges with 'infinity' bounds 2181 Committed stable Not processed Laurenz Albe (laurenz) Jeff Davis (jdavis), Thomas Munro (macdice) Jeff Davis (jdavis) 1 5 years ago
Multiple problems with default partition constraint checking 2182 Committed Not processed Amit Langote (amitlan) Álvaro Herrera (alvherre) 1 5 years ago
Clients
pgbench - add minimal stats on initialization 2085 Committed Not processed Fabien Coelho (calvin) Ibrar Ahmed (ibrar) Thomas Munro (macdice) 1 5 years ago
pgbench - add option to show builtin script code 2089 Committed Not processed Fabien Coelho (calvin) Ibrar Ahmed (ibrar) Thomas Munro (macdice) 1 5 years ago
Add \warn to psql 2100 Committed 13 Not processed David Fetter (dfetter) Fabien Coelho (calvin) Tom Lane (tgl) 1 5 years ago
Show table persistence in \dt+ 2107 Committed Not processed David Fetter (dfetter) Fabien Coelho (calvin), Rafia Sabih (rafia.sabih) Tom Lane (tgl) 1 5 years ago
make \d pg_toast.foo show its indices, and the associated non-toast table, and \d relkind=I show its partitions (and tablespace) 2110 Committed Not processed Justin Pryzby (justinpryzby) Fabien Coelho (calvin) Tom Lane (tgl) 1 5 years ago
cleanup & refactoring on reindexdb.c 2115 Committed 13 Not processed Julien Rouhaud (rjuju) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Tab completion for CREATE TYPE 2118 Committed Not processed Thomas Munro (macdice) Kyotaro Horiguchi (horiguti) Thomas Munro (macdice) 1 5 years ago
Add parallelism and glibc dependent only options to reindexdb 2193 Committed 13 Not processed Julien Rouhaud (rjuju) Michael Paquier (michael-kun), Sergei Kornilov (melkij) Michael Paquier (michael-kun) 1 5 years ago
Code Comments
Fix comment in pgcrypto tests 2132 Committed stable Not processed Gurjeet Singh (gurjeet) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Documentation
Warn against using too many partitions 2065 Committed Not processed David Rowley (davidrowley) Amit Langote (amitlan), Justin Pryzby (justinpryzby), Álvaro Herrera (alvarofherrera) David Rowley (davidrowley) 1 5 years ago
make libpq documentation navigable between functions 2114 Committed Not processed Fabien Coelho (calvin) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
fix documentation bug in logical replication 2127 Committed stable Not processed Robert Treat (xzilla) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
SPITupleTable members missing in docs 2156 Committed Not processed Daniel Gustafsson (d_gustafsson) Fabien Coelho (calvin) Tom Lane (tgl) 1 5 years ago
pg_receivewal 2178 Committed Not processed Robert Haas (rhaas), Jesper Pedersen (jpedersen) Laurenz Albe (laurenz) Michael Paquier (michael-kun) 1 5 years ago
Miscellaneous
Introduce timeout capability for ConditionVariableSleep 2058 Committed Not processed Shawn Debnath (sd) Kyotaro Horiguchi (horiguti), Thomas Munro (macdice) Thomas Munro (macdice) 1 5 years ago
Compile from source using latest Microsoft Windows SDK 2078 Committed Not processed Peifeng Qiu (pqiu) Andrew Dunstan (adunstan) 1 5 years ago
Speed up build on Windows by generating symbol definition in batch 2079 Committed Not processed Peifeng Qiu (pqiu) Noah Misch (nmisch) 1 5 years ago
uuid generation function in core 2150 Committed Not processed Peter Eisentraut (petere) Fabien Coelho (calvin) Peter Eisentraut (petere) 1 5 years ago
run collation tests by default 2168 Committed Not processed Peter Eisentraut (petere) Tom Lane (tgl) Peter Eisentraut (petere) 1 5 years ago
Logging corruption error codes 2171 Committed Not processed Andrey Borodin (x4m) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc 2184 Committed Not processed Etsuro Fujita (efujita) Julien Rouhaud (rjuju) Etsuro Fujita (efujita) 1 5 years ago
Monitoring & Control
pg_stat_statements should notice FOR UPDATE clauses 1974 Committed Not processed Andrew Gierth (rhodiumtoad), Vik Fearing (xocolatl) Greg Stark (stark), Takayuki Tsunakawa (maumau), Sergei Kornilov (melkij) Andrew Gierth (rhodiumtoad) 2 5 years ago
Performance
SortSupport implementation on inet/cdir 1991 Committed 13 Not processed Brandur Leach (brandur) Edmund Horner (ejrh) Peter Geoghegan (pgeoghegan) 2 5 years ago
Convert Lists into arrays 2019 Committed 13 Not processed Tom Lane (tgl) David Rowley (davidrowley), Jesper Pedersen (jpedersen) Tom Lane (tgl) 2 5 years ago
Minimizing pg_stat_statements performance overhead when track = none. 2080 Committed Not processed Raymond Martin (ramarti) Fabien Coelho (calvin) Jeff Davis (jdavis) 1 5 years ago
Cleanup and speedup string functions 2129 Committed Not processed David Rowley (davidrowley) David Rowley (davidrowley) 1 5 years ago
New context under MessageContext that's reset per plannable statement 2131 Committed 13 Not processed Amit Langote (amitlan) Julien Rouhaud (rjuju) Tom Lane (tgl) 1 5 years ago
Refactoring
Unwind some workarounds for lack of portable int64 format specifier 2149 Committed Not processed Peter Eisentraut (petere) Tom Lane (tgl) Peter Eisentraut (petere) 1 5 years ago
Refactoring base64 encoding and decoding into a safer interface 2165 Committed 13 Not processed Michael Paquier (michael-kun) Daniel Gustafsson (d_gustafsson) Michael Paquier (michael-kun) 1 5 years ago
Replication & Recovery
warning to publication created and wal_level is not set to logical 2068 Committed Not processed Lucas Viecelli (lucasviecelli) Thomas Munro (macdice) 1 5 years ago
fsync error handling in pg_receivewal, pg_recvlogical 2172 Committed Not processed Peter Eisentraut (petere) Sehrope Sarkuni (sehrope) Peter Eisentraut (petere) 1 5 years ago
Security
Replacing the EDH SKIP primes 2159 Committed 13 Not processed Daniel Gustafsson (d_gustafsson) Michael Paquier (michael-kun), Peter Eisentraut (petere) Michael Paquier (michael-kun) 1 5 years ago
initdb: Change authentication defaults 2162 Committed Not processed Peter Eisentraut (petere) Julien Rouhaud (rjuju) Peter Eisentraut (petere) 1 5 years ago
Server Features
Don't count parallel worker transactions as commits or rollbacks 2013 Committed 12 Not processed Haribabu Kommi (haribabu) Rahila Syed (rahila.syed), Kirk Jamison (kirkjamison) Amit Kapila (amitkapila) 2 5 years ago
Add missing operator <->(box, point) 2056 Committed 13 Not processed Nikita Glukhov (n.glukhov) Tom Lane (tgl), Alexander Korotkov (smagen), Fabien Coelho (calvin) Alexander Korotkov (smagen) 1 5 years ago
Introduce MIN/MAX aggregate functions to pg_lsn 2070 Committed Not processed Fabrízio Mello (fabriziomello) Michael Paquier (michael-kun), Surafel Temesgen (surafel) Michael Paquier (michael-kun) 1 5 years ago
Fulltext search for Greek language 2073 Committed 13 Not processed Panagiotis Mavrogiorgos (pmav99.gmail.com) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
Compilation support with Visual Studio 2019 2122 Committed Not processed Haribabu Kommi (haribabu) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
tableam: abstracting relation sizing code 2139 Committed Not processed Robert Haas (rhaas) Michael Paquier (michael-kun), Daniel Gustafsson (d_gustafsson) Robert Haas (rhaas) 1 5 years ago
Allow table AM's to cache stuff in relcache 2151 Committed Not processed Heikki Linnakangas (heikki) Julien Rouhaud (rjuju) Heikki Linnakangas (heikki) 1 5 years ago
SQL Commands
Add CREATE DATABASE LOCALE option 2146 Committed Not processed Peter Eisentraut (petere) Fabien Coelho (calvin) Peter Eisentraut (petere) 1 5 years ago