Commitfest 2015-09

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


Status summary: Committed: 30. Moved to next CF: 48. Rejected: 3. Returned with Feedback: 10. Total: 91.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Improve handling of OOM errors in libpq making process hangling for COPY and bind (take 2) 298 Moved to next CF Not processed Michael Paquier (michael-kun) Heikki Linnakangas (heikki), Amit Kapila (amitkapila) 3 9 years ago
EPQ recheck failure if ForeignScan/CustomScan replaced built-in Join logic 338 Moved to next CF Not processed KaiGai Kohei (kaigai) Robert Haas (rhaas), Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti), KaiGai Kohei (kaigai) Robert Haas (rhaas) 3 9 years ago
Clients
extends pgbench expressions with functions 189 Moved to next CF Not processed Fabien Coelho (calvin) Michael Paquier (michael-kun), Alex Shulgin (ash), BeomYong Lee (leebeomyong) Robert Haas (rhaas) 5 9 years ago
pgbench scripts & stats 306 Moved to next CF Not processed Fabien Coelho (calvin) Jaime Casanova (jcasanov) Álvaro Herrera (alvherre) 3 9 years ago
pgbench with multi-line scripts 319 Moved to next CF Not processed Kyotaro Horiguchi (horiguti) Fabien Coelho (calvin) 2 9 years ago
group command option for psql 341 Moved to next CF Not processed Pavel Stehule (okbobcz), Catalin Iacob (cataliniacob) Michael Paquier (michael-kun) Robert Haas (rhaas) 2 9 years ago
Miscellaneous
In-core regression test suite for recovery 197 Moved to next CF Not processed Michael Paquier (michael-kun) Simon Riggs (simon), Amir Rohan (amirrohan) Álvaro Herrera (alvherre) 3 9 years ago
postgres_fdw extension support 304 Moved to next CF Not processed Paul Ramsey (pramsey) Michael Paquier (michael-kun) Tom Lane (tgl) 2 9 years ago
SQL function to report log message 314 Moved to next CF Not processed Dinesh Kumar (dineshkumar) Pavel Stehule (okbobcz) 2 9 years ago
Add UUID support to btree_gist extension 332 Moved to next CF Not processed Paul Jungwirth (pjungwir) Adam Brusselback (tostino), Chris Bandy (cbandy) Tom Lane (tgl) 4 8 years ago
Rework index access method interface 336 Moved to next CF Not processed Alexander Korotkov (smagen) Petr Jelínek (pjmodos) Tom Lane (tgl) 3 9 years ago
simple decomposition of qualified identifier 337 Moved to next CF Not processed Pavel Stehule (okbobcz) Fedor Sigaev (sigaev), Marko Tiikkaja (johto) 3 9 years ago
Do the create_foreignscan_plan's decision about fsSystemCol if needed 344 Moved to next CF Not processed Etsuro Fujita (efujita) Álvaro Herrera (alvherre) 3 9 years ago
Monitoring & Control
replace pg_stat_activity.waiting with something more descriptive 287 Moved to next CF Not processed Amit Kapila (amitkapila), Ildus Kurbangaliev (ildus) Alexander Korotkov (smagen) Robert Haas (rhaas) 5 9 years ago
Waits monitoring 297 Moved to next CF Not processed Ildus Kurbangaliev (ildus) Simon Riggs (simon), Satoshi Nagayasu (snaga) 2 9 years ago
VACUUM Progress Checker 349 Moved to next CF Not processed Vinayak Pokale (vinayak) Rahila Syed (rahila.syed), Fujii Masao (masaofujii), Amit Langote (amitlan) 3 9 years ago
interrogate other backends for plans of the queries they are running 352 Moved to next CF Not processed Alex Shulgin (ash), Pavel Stehule (okbobcz) Julien Rouhaud (rjuju) 2 9 years ago
Performance
Unique Joins 129 Moved to next CF Not processed David Rowley (davidrowley) Tomas Vondra (fuzzycz) Tom Lane (tgl) 6 8 years ago
improving join estimates using FK 210 Moved to next CF Not processed Tomas Vondra (fuzzycz) 4 9 years ago
checkpoint continuous flushing 260 Moved to next CF Not processed Andres Freund (andresfreund), Fabien Coelho (calvin) Andres Freund (andresfreund) Andres Freund (andresfreund) 5 9 years ago
index-only scans with partial indexes 299 Moved to next CF Not processed Kyotaro Horiguchi (horiguti), Tomas Vondra (fuzzycz) Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn), Konstantin Knizhnik (knizhnik) Tom Lane (tgl) 4 9 years ago
Reusing abbreviated keys during second pass of ordered [set] aggregates 300 Moved to next CF Not processed Peter Geoghegan (pgeoghegan) Andreas Karlsson (kandreas) Robert Haas (rhaas) 4 9 years ago
Memory prefetching while sequentially fetching from SortTuple array, tuplestore 305 Moved to next CF Not processed Peter Geoghegan (pgeoghegan) David Rowley (davidrowley) 2 9 years ago
Using quicksort for every external sort run 317 Moved to next CF Not processed Peter Geoghegan (pgeoghegan) Robert Haas (rhaas), Tomas Vondra (fuzzycz), Jeff Janes (jjanes), Greg Stark (stark) Robert Haas (rhaas) 4 9 years ago
Statistics for array types 323 Moved to next CF Not processed Alexander Korotkov (smagen), Jeff Janes (jjanes) Alexander Korotkov (smagen) 4 9 years ago
Table Partition + Join Pushdown 325 Moved to next CF Not processed Taiki Kondo (taiki-k) KaiGai Kohei (kaigai) 3 9 years ago
Speedup timestamp/time/date output functions 343 Moved to next CF Not processed Andres Freund (andresfreund), David Rowley (davidrowley) Peter Geoghegan (pgeoghegan) Tom Lane (tgl) 3 9 years ago
Group mode for CLOG updates 358 Moved to next CF Not processed Amit Kapila (amitkapila) Robert Haas (rhaas), Dilip Kumar (dilip.kumar), Pavan Deolasee (pavan) Robert Haas (rhaas) 9 7 years ago
Refactoring
Make pgwin32_is_service available for frontends 347 Moved to next CF Not processed Michael Paquier (michael-kun) Álvaro Herrera (alvherre) 3 9 years ago
Replication & Recovery
Support multiple synchronous standby servers 293 Moved to next CF Not processed Masahiko Sawada (masahikosawada), Beena Emerson (beena.emerson) Marko Tiikkaja (johto), Thomas Munro (macdice), Thom Brown (thom) 3 9 years ago
Spurious standby query cancellations 342 Moved to next CF Not processed Jeff Janes (jjanes) Amit Kapila (amitkapila), Simon Riggs (simon) Simon Riggs (simon) 4 9 years ago
Server Features
Parallel Seq scan 17 Moved to next CF Not processed Amit Kapila (amitkapila) Jeff Davis (jdavis), Haribabu Kommi (haribabu) Robert Haas (rhaas) 5 9 years ago
Join pushdown support for foreign tables 167 Moved to next CF Not processed Shigeru Hanada (hanada) Etsuro Fujita (efujita), KaiGai Kohei (kaigai), Ashutosh Bapat (ashutoshbapat) 4 9 years ago
postgres_fdw: Options to set fetch_size at the server and table level. 169 Moved to next CF Not processed Kyotaro Horiguchi (horiguti), Corey Huinker (coreyh) Robert Haas (rhaas) 5 9 years ago
Atomic commit support for foreign data wrappers 180 Moved to next CF Not processed Ashutosh Bapat (ashutoshbapat) Amit Langote (amitlan), Stas Kelvich (kelvich) 4 6 years ago
Improving test coverage of extensions with pg_dump 187 Moved to next CF Not processed Michael Paquier (michael-kun) Andreas Karlsson (kandreas) Álvaro Herrera (alvherre) 3 9 years ago
Freeze avoidance of very large table 221 Moved to next CF Not processed Masahiko Sawada (masahikosawada) Amit Kapila (amitkapila), Robert Haas (rhaas), Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) Robert Haas (rhaas) 4 9 years ago
Authorization facility for multiple password verifiers + SCRAM-SHA1 320 Moved to next CF Not processed Michael Paquier (michael-kun) 2 9 years ago
snapshot too old, configured by time 348 Moved to next CF Not processed Kevin Grittner (kgrittn) Steve Singer (ssinger) 3 9 years ago
Access method extendability 353 Moved to next CF Not processed Alexander Korotkov (smagen) Fedor Sigaev (sigaev), Petr Jelínek (pjmodos), Aleksander Alekseev (a.alekseev) Fedor Sigaev (sigaev) 4 9 years ago
Columnar storage 354 Moved to next CF Not processed Álvaro Herrera (alvherre), Simon Riggs (simon), Tomas Vondra (fuzzycz) 3 9 years ago
More isolated multi-tenancy with RLS 357 Moved to next CF Not processed Haribabu Kommi (haribabu) 3 8 years ago
SQL Commands
Mention column name in error messages 324 Moved to next CF Not processed Franck Verrot (franckverrot) 2 8 years ago
Declarative partitioning 331 Moved to next CF Not processed Amit Langote (amitlan) Simon Riggs (simon) 2 8 years ago
System Administration
Default Roles 49 Moved to next CF Not processed Stephen Frost (sfrost), Adam Brightwell (abrightwell) Michael Paquier (michael-kun), Pavel Stehule (okbobcz) Stephen Frost (sfrost) 6 9 years ago
Use pg_rewind when target timeline was switched 311 Moved to next CF Not processed Alexander Korotkov (smagen) Michael Paquier (michael-kun) Fedor Sigaev (sigaev) 2 9 years ago
Implement pg_controldata & pg_config as system SRFs/views 334 Moved to next CF Not processed Joe Conway (jconway) Bernd Helmle (psoo) Joe Conway (jconway) 4 9 years ago
pg_hba_lookup function to get all matching pg_hba.conf entries 356 Moved to next CF Not processed Haribabu Kommi (haribabu) Alex Shulgin (ash), Scott Mead (scottm) 4 9 years ago