Commitfest 2017-09

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


Status summary: Committed: 89. Moved to next CF: 127. Rejected: 8. Returned with Feedback: 33. Total: 257.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
snapshot builder fixes 1020 Committed Not processed Petr Jelínek (pjmodos) Andres Freund (andresfreund) 2 7 years ago
Foreign Join pushdowns not working properly because of missing extensions 1088 Committed Not processed David Rowley (davidrowley), Ashutosh Bapat (ashutoshbapat) Peter Eisentraut (petere) 1 7 years ago
Noop case in ExecEvalConvertRowtypeExpr 1107 Committed Not processed Ashutosh Bapat (ashutoshbapat) Tom Lane (tgl) 1 8 years ago
Race conditions with WAL sender PID lookups 1132 Committed Not processed Michael Paquier (michael-kun) Álvaro Herrera (alvherre) 1 7 years ago
Fix regression in join selectivity estimations when using foreign keys 1158 Committed Not processed David Rowley (davidrowley) Tom Lane (tgl) 1 7 years ago
Fix segfault in tuplesort when creating index over ordered column and when maintenance_work_mem is large 1189 Committed Not processed Sergey Koposov (skoposov) Tom Lane (tgl) 1 7 years ago
Fix assertion failure caused by synchronous replication 1190 Committed Not processed Thomas Munro (macdice) Heikki Linnakangas (heikki) 1 7 years ago
Adjust the cost of Gather for target evaluation 1208 Moved to next CF Not processed Amit Kapila (amitkapila), Jeff Janes (jjanes) Robert Haas (rhaas) 4 7 years ago
Clients
ECPG: Fix threaded test cases on Windows not to crash in setlocale() 1177 Committed Not processed Christian Ullrich (chrullrich) Michael Meskes (meskes) 1 7 years ago
tab completion for "create user mapping for" 1213 Committed Not processed Jeff Janes (jjanes) Tom Lane (tgl) 1 7 years ago
libpq: Support for Apple Secure Transport SSL library 1228 Moved to next CF Not processed Daniel Gustafsson (d_gustafsson) 2 6 years ago
psql - add ability to test whether a variable exists 1255 Committed Not processed Fabien Coelho (calvin) Andrew Dunstan (adunstan) 1 7 years ago
Code Comments
comment update in partition.c 1219 Committed Not processed Beena Emerson (beena.emerson) Dean Rasheed (deanr) 1 7 years ago
Documentation
Fix ambiguous typesetting of callouts in examples 1082 Committed Not processed Thomas Munro (macdice) Peter Eisentraut (petere) 1 8 years ago
Updating the "tool sets" documentation for modern FreeBSD 1087 Committed Not processed Thomas Munro (macdice) Peter Eisentraut (petere) 1 8 years ago
Consistent capitalization of procedural languages 1096 Committed Not processed Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) 1 8 years ago
Fix example code about AFTER triggers 1137 Committed Not processed Paul Jungwirth (pjungwir) Robert Haas (rhaas) 1 7 years ago
Improve zh_CN.po translation 1147 Rejected Not processed Rugal Bernstein (rugal) 1
Add note about diskspace usage of pg_commit_ts 1169 Committed Not processed Thomas Munro (macdice) Simon Riggs (simon) 1 7 years ago
Make post-8.1 style PG_MODULE_MAGIC inclusion the default 1265 Committed Not processed Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) 1 7 years ago
Miscellaneous
Fixup some misusage of appendStringInfo and friends 1126 Committed Not processed David Rowley (davidrowley) Peter Eisentraut (petere) 1 7 years ago
Visual studio 2017 build support 1176 Committed Not processed Haribabu Kommi (haribabu) Andrew Dunstan (adunstan) 1 7 years ago
Allow HAVE_UCOL_STRCOLLUTF8 flag to be set conditionally on Windows 1188 Rejected Not processed Ashutosh Sharma (ashutosh.sharma88) 1 7 years ago
Pageinspect - add functions on GIN and GiST indexes from gevel 1207 Moved to next CF Not processed Alexey Chernyshov (alexey-chernyshov) 2 7 years ago
Avoid SIGBUS with DSM segments on Linux (POSIX implementation)? 1244 Committed Not processed Thomas Munro (macdice) Tom Lane (tgl) 1 7 years ago
add --if-exists to pg_recvlogical 1256 Moved to next CF Not processed Rosser Schwarz (rosser) 2 7 years ago
static assertions in C++ 1282 Moved to next CF Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 3 7 years ago
Monitoring & Control
CLUSTER command progress monitor 1268 Returned with feedback Not processed Tatsuro Yamada (tatsuro_yamada) 1 6 years ago
Performance
POC: Cache data in GetSnapshotData() 553 Returned with feedback Not processed Andres Freund (andresfreund), mithun cy (mithun.cy) 2 7 years ago
Improve performance of SPI results 1092 Returned with feedback Not processed Jim Nasby (decibel) 1 7 years ago
Atomics for heap_parallelscan_nextpage 1129 Committed Not processed David Rowley (davidrowley) Heikki Linnakangas (heikki) 1 7 years ago
Moving relation extension locks out of heavyweight lock manager 1133 Moved to next CF Not processed Masahiko Sawada (masahikosawada) 4 6 years ago
Improve bitmap costing for lossy pages 1143 Moved to next CF Not processed Dilip Kumar (dilip.kumar) Robert Haas (rhaas) 2 7 years ago
Index Only Scan support for cube 1146 Rejected Not processed Andrey Borodin (x4m) 1 7 years ago
Implicit prepare of statements: replace literals with parameters and store cached plans 1150 Moved to next CF Not processed Konstantin Knizhnik (knizhnik) 4 4 years ago
Block level parallel vacuum 1223 Moved to next CF Not processed Masahiko Sawada (masahikosawada) 2 7 years ago
Wake up WAL writer less aggressively 1280 Moved to next CF Not processed Jeff Janes (jjanes) 2 7 years ago
Refactoring
Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM 992 Moved to next CF Not processed Nikolay Shaplov (nataraj) 3 7 years ago
create_unique_path and GEQO 1094 Moved to next CF Not processed Ashutosh Bapat (ashutoshbapat) Robert Haas (rhaas) 3 7 years ago
Remove unused argument in btree_xlog_split 1097 Committed Not processed Anastasia Lubennikova (lubennikovaav), Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) 1 7 years ago
64-bit transaction identifiers 1178 Moved to next CF Not processed Alexander Korotkov (smagen) 4 3 years ago
Removing replacement selection sort (replacement_sort_tuples GUC) from tuplesort.c 1278 Committed Not processed Peter Geoghegan (pgeoghegan) Robert Haas (rhaas) 1 7 years ago
Replication & Recovery
Add function pg_advance_replication_slot 1128 Moved to next CF Not processed Magnus Hagander (mha) 2 7 years ago
Security
GnuTLS support 1277 Moved to next CF Not processed Andreas Karlsson (kandreas), Peter Eisentraut (petere) 8 6 years ago
Allow group access to $PGDATA 1445 Committed Not processed Adam Brightwell (abrightwell), David Steele (dsteele) Stephen Frost (sfrost) 1 7 years ago
Server Features
postgres_fdw: evaluate placeholdervars on remote server 1055 Returned with feedback Not processed Etsuro Fujita (efujita) 2 7 years ago
Making replication commands case-insensitive 1144 Rejected Not processed Michael Paquier (michael-kun) 1 7 years ago
Implement NULL-related checks in object address functions to prevent cache lookup errors 1204 Moved to next CF Not processed Michael Paquier (michael-kun) 7 4 years ago
Pattern based listeners for asynchronous messaging (LISTEN/NOTIFY) 1218 Moved to next CF Not processed Markus Sintonen (markuss) 2 7 years ago
Remove 1MB size limit for tsvector 1221 Moved to next CF Not processed Ildus Kurbangaliev (ildus) 2 7 years ago
Hooks to track changed pages for backup purposes 1273 Returned with feedback Not processed Andrey Borodin (x4m) 1 7 years ago
SQL Commands
Temporal query processing with range types 839 Moved to next CF Not processed Peter Moser (pemoser) 5 5 years ago
Handling of the input data errors in COPY FROM 1179 Moved to next CF Not processed Alexey Kondratov (ololobus) 2 7 years ago
Allow VACUUM to have multiple target tables 1275 Rejected Not processed Kyotaro Horiguchi (horiguti) 1 7 years ago
System Administration
Warn users about duplicate configuration parameters 1109 Rejected Not processed Aleksander Alekseev (a.alekseev) 1 8 years ago
REINDEX CONCURRENTLY 1276 Moved to next CF Not processed Michael Paquier (michael-kun), Andreas Karlsson (kandreas) 3 6 years ago