Commitfest 2015-11 (2015-11-01 â 2015-11-30)
This commitfest is closed. Open patches in this commitfest are no longer being picked up by CI. If you want CI to run on your patch, move it to an open commitfest.
No reviewers
My patches
My reviews
Status summary: Committed: 30. Moved to next CF: 50. Rejected: 8. Returned with Feedback: 15. Total: 103.
Closed patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Parallel Seq scan | 17 | Committed | Not processed | Amit Kapila (amitkapila) | Jeff Davis (jdavis), Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 5 | 10 years ago | |||
| Default Roles | 49 | Moved to different CF | System Administration | Not processed | Stephen Frost (sfrost), Adam Brightwell (abrightwell) | Michael Paquier (michael-kun), Pavel Stehule (okbobcz) | Stephen Frost (sfrost) | 6 | 10 years ago | ||
| Unique Joins | 129 | Moved to different CF | Performance | Not processed | David Rowley (davidrowley) | Tomas Vondra (fuzzycz) | Tom Lane (tgl) | 6 | 9 years ago | ||
| Join pushdown support for foreign tables | 167 | Returned with feedback | Not processed | Shigeru Hanada (hanada) | Etsuro Fujita (efujita), KaiGai Kohei (kaigai), Ashutosh Bapat (ashutoshbapat) | 4 | 10 years ago | ||||
| postgres_fdw: Options to set fetch_size at the server and table level. | 169 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti), Corey Huinker (coreyh) | Robert Haas (rhaas) | 5 | 10 years ago | ||||
| A better translation version of Chinese for psql/po/zh_CN.po file | 177 | Rejected | Docs Only | Not processed | Rugal Bernstein (rugal) | Rugal Bernstein (rugal) | 2 | 10 years ago | |||
| Atomic commit support for foreign data wrappers | 180 | Moved to different CF | Not processed | Ashutosh Bapat (ashutoshbapat) | Amit Langote (amitlan), Stas Kelvich (kelvich) | 4 | 8 years ago | ||||
| Improving test coverage of extensions with pg_dump | 187 | Returned with feedback | Not processed | Michael Paquier (michael-kun) | Andreas Karlsson (kandreas) | Ãlvaro Herrera (alvherre) | 3 | 10 years ago | |||
| extends pgbench expressions with functions | 189 | Moved to different CF | libpq | Not processed | Fabien Coelho (calvin) | Michael Paquier (michael-kun), Alex Shulgin (ash), BeomYong Lee (leebeomyong) | Robert Haas (rhaas) | 5 | 10 years ago | ||
| In-core regression test suite for recovery | 197 | Committed | Not processed | Michael Paquier (michael-kun) | Simon Riggs (simon), Amir Rohan (amirrohan) | Ãlvaro Herrera (alvherre) | 3 | 10 years ago | |||
| improving join estimates using FK | 210 | Moved to different CF | Performance | Not processed | Tomas Vondra (fuzzycz) | 4 | 10 years ago | ||||
| Freeze avoidance of very large table | 221 | Moved to different CF | Not processed | Masahiko Sawada (masahikosawada) | Amit Kapila (amitkapila), Robert Haas (rhaas), Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) | Robert Haas (rhaas) | 4 | 10 years ago | |||
| checkpoint continuous flushing | 260 | Moved to different CF | Performance | Not processed | Andres Freund (andresfreund), Fabien Coelho (calvin) | Andres Freund (andresfreund) | Andres Freund (andresfreund) | 5 | 10 years ago | ||
| replace pg_stat_activity.waiting with something more descriptive | 287 | Moved to different CF | Monitoring | Not processed | Amit Kapila (amitkapila), Ildus Kurbangaliev (ildus) | Alexander Korotkov (smagen) | Robert Haas (rhaas) | 5 | 10 years ago | ||
| Support multiple synchronous standby servers | 293 | Moved to different CF | Not processed | Masahiko Sawada (masahikosawada), Beena Emerson (beena.emerson) | Marko Tiikkaja (johto), Thomas Munro (macdice), Thom Brown (thom) | 3 | 10 years ago | ||||
| Waits monitoring | 297 | Returned with feedback | Monitoring | Not processed | Ildus Kurbangaliev (ildus) | Simon Riggs (simon), Satoshi Nagayasu (snaga) | 2 | 10 years ago | |||
| Improve handling of OOM errors in libpq making process hangling for COPY and bind (take 2) | 298 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Heikki Linnakangas (heikki), Amit Kapila (amitkapila) | 3 | 10 years ago | |||
| index-only scans with partial indexes | 299 | Moved to different CF | Performance | Not processed | Kyotaro Horiguchi (horiguti), Tomas Vondra (fuzzycz) | Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn), Konstantin Knizhnik (knizhnik) | Tom Lane (tgl) | 4 | 10 years ago | ||
| Reusing abbreviated keys during second pass of ordered [set] aggregates | 300 | Moved to different CF | Performance | Not processed | Peter Geoghegan (pgeoghegan) | Andreas Karlsson (kandreas) | Robert Haas (rhaas) | 4 | 10 years ago | ||
| postgres_fdw extension support | 304 | Committed | Not processed | Paul Ramsey (pramsey) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 2 | 10 years ago | |||
| Memory prefetching while sequentially fetching from SortTuple array, tuplestore | 305 | Returned with feedback | Performance | Not processed | Peter Geoghegan (pgeoghegan) | David Rowley (davidrowley) | 2 | 10 years ago | |||
| pgbench scripts & stats | 306 | Moved to different CF | libpq | Not processed | Fabien Coelho (calvin) | Jaime Casanova (jcasanov) | Ãlvaro Herrera (alvherre) | 3 | 10 years ago | ||
| Use pg_rewind when target timeline was switched | 311 | Committed | System Administration | Not processed | Alexander Korotkov (smagen) | Michael Paquier (michael-kun) | Fedor Sigaev (sigaev) | 2 | 10 years ago | ||
| SQL function to report log message | 314 | Returned with feedback | Not processed | Dinesh Kumar (dineshkumar) | Pavel Stehule (okbobcz) | 2 | 10 years ago | ||||
| Using quicksort for every external sort run | 317 | Moved to different CF | Performance | Not processed | Peter Geoghegan (pgeoghegan) | Robert Haas (rhaas), Tomas Vondra (fuzzycz), Jeff Janes (jjanes), Greg Stark (stark) | Robert Haas (rhaas) | 4 | 10 years ago | ||
| pgbench with multi-line scripts | 319 | Returned with feedback | libpq | Not processed | Kyotaro Horiguchi (horiguti) | Fabien Coelho (calvin) | 2 | 10 years ago | |||
| Authorization facility for multiple password verifiers + SCRAM-SHA1 | 320 | Returned with feedback | Not processed | Michael Paquier (michael-kun) | 2 | 10 years ago | |||||
| Statistics for array types | 323 | Moved to different CF | Performance | Not processed | Alexander Korotkov (smagen), Jeff Janes (jjanes) | Alexander Korotkov (smagen) | 4 | 10 years ago | |||
| Mention column name in error messages | 324 | Returned with feedback | SQL Commands | Not processed | Franck Verrot (franckverrot) | 2 | 9 years ago | ||||
| Table Partition + Join Pushdown | 325 | Moved to different CF | Performance | Not processed | Taiki Kondo (taiki-k) | KaiGai Kohei (kaigai) | 3 | 10 years ago | |||
| Declarative partitioning | 331 | Returned with feedback | SQL Commands | Not processed | Amit Langote (amitlan) | Simon Riggs (simon) | 2 | 9 years ago | |||
| Add UUID support to btree_gist extension | 332 | Moved to different CF | Not processed | Paul Jungwirth (pjungwir) | Adam Brusselback (tostino), Chris Bandy (cbandy) | Tom Lane (tgl) | 4 | 9 years ago | |||
| Implement pg_controldata & pg_config as system SRFs/views | 334 | Moved to different CF | System Administration | Not processed | Joe Conway (jconway) | Bernd Helmle (psoo) | Joe Conway (jconway) | 4 | 10 years ago | ||
| Rework index access method interface | 336 | Moved to different CF | Not processed | Alexander Korotkov (smagen) | Petr JelÃnek (pjmodos) | Tom Lane (tgl) | 3 | 10 years ago | |||
| simple decomposition of qualified identifier | 337 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Fedor Sigaev (sigaev), Marko Tiikkaja (johto) | 3 | 10 years ago | ||||
| EPQ recheck failure if ForeignScan/CustomScan replaced built-in Join logic | 338 | Moved to different CF | Bugfix | Not processed | KaiGai Kohei (kaigai) | Robert Haas (rhaas), Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti), KaiGai Kohei (kaigai) | Robert Haas (rhaas) | 3 | 10 years ago | ||
| group command option for psql | 341 | Committed | libpq | Not processed | Pavel Stehule (okbobcz), Catalin Iacob (cataliniacob) | Michael Paquier (michael-kun) | Robert Haas (rhaas) | 2 | 10 years ago | ||
| Spurious standby query cancellations | 342 | Moved to different CF | Not processed | Jeff Janes (jjanes) | Amit Kapila (amitkapila), Simon Riggs (simon) | Simon Riggs (simon) | 4 | 10 years ago | |||
| Speedup timestamp/time/date output functions | 343 | Moved to different CF | Performance | Not processed | Andres Freund (andresfreund), David Rowley (davidrowley) | Peter Geoghegan (pgeoghegan) | Tom Lane (tgl) | 3 | 10 years ago | ||
| Do the create_foreignscan_plan's decision about fsSystemCol if needed | 344 | Moved to different CF | Not processed | Etsuro Fujita (efujita) | Ãlvaro Herrera (alvherre) | 3 | 10 years ago | ||||
| Make pgwin32_is_service available for frontends | 347 | Moved to different CF | Refactoring Only | Not processed | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 3 | 10 years ago | |||
| snapshot too old, configured by time | 348 | Moved to different CF | Not processed | Kevin Grittner (kgrittn) | Steve Singer (ssinger) | 3 | 10 years ago | ||||
| VACUUM Progress Checker | 349 | Moved to different CF | Monitoring | Not processed | Vinayak Pokale (vinayak) | Rahila Syed (rahila.syed), Fujii Masao (masaofujii), Amit Langote (amitlan) | 3 | 10 years ago | |||
| interrogate other backends for plans of the queries they are running | 352 | Returned with feedback | Monitoring | Not processed | Alex Shulgin (ash), Pavel Stehule (okbobcz) | Julien Rouhaud (rjuju) | 2 | 10 years ago | |||
| Access method extendability | 353 | Moved to different CF | Not processed | Alexander Korotkov (smagen) | Fedor Sigaev (sigaev), Petr JelÃnek (pjmodos), Aleksander Alekseev (a.alekseev) | Fedor Sigaev (sigaev) | 4 | 10 years ago | |||
| Columnar storage | 354 | Moved to different CF | Not processed | Ãlvaro Herrera (alvherre), Simon Riggs (simon), Tomas Vondra (fuzzycz) | 3 | 10 years ago | |||||
| pg_hba_lookup function to get all matching pg_hba.conf entries | 356 | Moved to different CF | System Administration | Not processed | Haribabu Kommi (haribabu) | Alex Shulgin (ash), Scott Mead (scottm) | 4 | 10 years ago | |||
| More isolated multi-tenancy with RLS | 357 | Moved to different CF | Not processed | Haribabu Kommi (haribabu) | 3 | 9 years ago | |||||
| Group mode for CLOG updates | 358 | Moved to different CF | Performance | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas), Dilip Kumar (dilip.kumar), Pavan Deolasee (pavan) | Robert Haas (rhaas) | 9 | 8 years ago | ||
| Note about NOTIFY in bgworkers | 361 | Committed | Docs Only | Not processed | Thomas Munro (macdice) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Show tuple data in pageinspect: raw data, data splitted into attributes and data splitted to attributes and toasted attributes are fetched from TOAST | 363 | Committed | Not processed | Nikolay Shaplov (nataraj) | Michael Paquier (michael-kun) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Improving replay of XLOG_BTREE_VACUUM records | 364 | Moved to different CF | Not processed | Vladimir Borodin (d0uble) | Heikki Linnakangas (heikki), Simon Riggs (simon), Andres Freund (andresfreund), Jim Nasby (decibel) | Simon Riggs (simon) | 3 | 10 years ago | |||
| Fix pg_stat_statements query jumbling to use relation name instead of relation oid | 365 | Rejected | Monitoring | Not processed | Satoshi Nagayasu (snaga) | Julien Rouhaud (rjuju) | 1 | 10 years ago | |||
| A better translation version of Chinese for psql/po/zh_CN.po file | 366 | Rejected | Docs Only | Not processed | Rugal Bernstein (rugal) | 1 | 10 years ago | ||||
| Fix small bug for build without HAVE_SYMLINK | 367 | Committed | Bugfix | Not processed | Tom Lane (tgl) | 1 | 10 years ago | ||||
| Refactoring of LWLock tranches | 368 | Moved to different CF | Monitoring | Not processed | Amit Kapila (amitkapila), Ildus Kurbangaliev (ildus) | Alexander Korotkov (smagen) | Robert Haas (rhaas) | 2 | 10 years ago | ||
| ALTER INDEX...SET tab completion | 369 | Committed | libpq | Not processed | Jeff Janes (jjanes) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Move PinBuffer and UnpinBuffer to atomics | 370 | Returned with feedback | Performance | Not processed | Uriy Zhuravlev (stalkerg) | Jesper Pedersen (jpedersen) | 1 | 10 years ago | |||
| New gist vacuum | 371 | Moved to different CF | Performance | Not processed | Constantine Kuznetsov (chapaev28) | Jeff Janes (jjanes) | Fedor Sigaev (sigaev) | 2 | 8 years ago | ||
| \crosstabview (previously: \rotate) in psql for crosstab-style display | 372 | Moved to different CF | libpq | Not processed | Daniel Vérité (danielverite) | Fedor Sigaev (sigaev), Pavel Stehule (okbobcz) | 2 | 10 years ago | |||
| Additional LWLOCK_STATS statistics | 373 | Rejected | Not processed | Jesper Pedersen (jpedersen) | Robert Haas (rhaas), Andres Freund (andresfreund) | 1 | 10 years ago | ||||
| minor geqo tweaks | 374 | Committed | Performance | Not processed | nathan wagner (nw) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Make tab-complete.c easier to maintain | 375 | Committed | libpq | Not processed | Thomas Munro (macdice) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Make pg_size_pretty handle negative values | 376 | Committed | Not processed | Adrian Vondendriesch (discostu) | Julien Rouhaud (rjuju) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Tab completion for ALTER COLUMN SET STATISTICS | 377 | Rejected | libpq | Not processed | Jeff Janes (jjanes) | 1 | 10 years ago | ||||
| pgbench tps computation fixes | 378 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Tatsuo Ishii (ishii) | 1 | 10 years ago | |||
| Revise documentation on base backups | 379 | Rejected | Docs Only | Not processed | Amir Rohan (amirrohan) | 1 | 10 years ago | ||||
| Skip ALTER x SET SCHEMA if the schema didn't change | 380 | Committed | SQL Commands | Not processed | Marti Raudsepp (intgr) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Mention htup_details.h instead of htup.h in storage.sgml | 381 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Fujii Masao (masaofujii) | 1 | 10 years ago | |||
| Fix for pg_stat_statements external file garbage collection issues | 382 | Committed | Bugfix | Not processed | Peter Geoghegan (pgeoghegan) | Tom Lane (tgl) | 1 | 10 years ago | |||
| COPY result file's umask | 383 | Rejected | Security | Not processed | Dinesh Kumar (dineshkumar) | Michael Paquier (michael-kun), Peter Eisentraut (petere) | 1 | 10 years ago | |||
| SortSupport for UUID type | 384 | Committed | Performance | Not processed | Peter Geoghegan (pgeoghegan) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Tsvector editing functions | 385 | Moved to different CF | SQL Commands | Not processed | Stas Kelvich (kelvich) | Fedor Sigaev (sigaev), Tomas Vondra (fuzzycz) | Fedor Sigaev (sigaev) | 3 | 10 years ago | ||
| "variable length" -> "variable-length" in create_type.sgml | 386 | Committed | Docs Only | Not processed | Nikolay Shaplov (nataraj) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| rich constructor for plpy.Error class, possible raise structured exception | 387 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Catalin Iacob (cataliniacob) | 2 | 10 years ago | ||||
| INSERT ... ON CONFLICT documentation clean-up patch | 388 | Committed | Docs Only | Not processed | Peter Geoghegan (pgeoghegan) | Andres Freund (andresfreund) | 1 | 10 years ago | |||
| Implement failover on libpq level | 389 | Moved to different CF | libpq | Not processed | Victor Wagner (vitus_wagner) | Aleksander Alekseev (a.alekseev), Thom Brown (thom), mithun cy (mithun.cy), Takayuki Tsunakawa (maumau) | Robert Haas (rhaas) | 5 | 9 years ago | ||
| Optimize memory allocation in function "bringetbitmap" | 390 | Returned with feedback | Performance | Not processed | Jinyu Zhang (jinyu1985) | Ãlvaro Herrera (alvherre) | Ãlvaro Herrera (alvherre) | 1 | 9 years ago | ||
| pam auth - add rhost item | 392 | Moved to different CF | System Administration | Not processed | Grzegorz Sampolski (grzsmp) | Haribabu Kommi (haribabu) | Peter Eisentraut (petere) | 2 | 10 years ago | ||
| Fix inaccuracies and errors in numeric transcendental functions | 393 | Committed | Bugfix | Not processed | Dean Rasheed (deanr) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Realign TAP test stuff from master to 9.4 and 9.5 | 394 | Committed | Not processed | Michael Paquier (michael-kun) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | |||
| Tab completion for extension versions | 395 | Committed | libpq | Not processed | Jeff Janes (jjanes) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Tolerate ssl_renegotiation_ssl parameter for backwards compatibility | 396 | Committed | Not processed | Shay Rojansky (roji) | Robert Haas (rhaas) | 1 | 10 years ago | ||||
| Omitted boundaries in the slice | 397 | Moved to different CF | SQL Commands | Not processed | Uriy Zhuravlev (stalkerg) | Fedor Sigaev (sigaev) | Tom Lane (tgl) | 2 | 10 years ago | ||
| Fix handling on XLOG_RUNNING_XACTS generated by bgwriter on idle systems | 398 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Amit Kapila (amitkapila), Simon Riggs (simon), Jeff Janes (jjanes) | Simon Riggs (simon) | 3 | 10 years ago | ||
| Forcing client backend process to exit on postmaster death | 399 | Committed | Not processed | Rajeev Rastogi (rajeevrastogi03) | Robert Haas (rhaas) | 1 | 10 years ago | ||||
| Improve overflow checks potentially optimized away by compiler | 400 | Returned with feedback | Not processed | Michael Paquier (michael-kun), Greg Stark (stark) | 1 | 10 years ago | |||||
| COPY FREEZE and PD_ALL_VISIBLE | 401 | Returned with feedback | Performance | Not processed | Simon Riggs (simon), Jeff Janes (jjanes) | Amit Kapila (amitkapila) | 1 | 10 years ago | |||
| PL/Python Trigger Memory Leak fix | 402 | Committed | Bugfix | Not processed | Haribabu Kommi (haribabu) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Refactoring speculative insertion with unique indexes a little | 403 | Moved to different CF | Refactoring Only | Not processed | Peter Geoghegan (pgeoghegan) | Heikki Linnakangas (heikki) | 4 | 9 years ago | |||
| Add = and <> operators for xid | 404 | Committed | Not processed | Michael Paquier (michael-kun) | Julien Rouhaud (rjuju) | Tom Lane (tgl) | 1 | 10 years ago | |||
| WIP: Fix parallel workers connection bug in pg_dump | 405 | Committed | Bugfix | Not processed | Collin Stedman (kronion) | Marko Tiikkaja (johto) | Tom Lane (tgl) | 1 | 10 years ago | ||
| psql: Add \pset true/false | 406 | Rejected | libpq | Not processed | Marko Tiikkaja (johto) | 1 | 10 years ago | ||||
| onlyvalue aggregate | 407 | Returned with feedback | Not processed | Marko Tiikkaja (johto) | Dean Rasheed (deanr) | 1 | 10 years ago | ||||
| Replace buffer manager spinlock with atomic operations | 408 | Moved to different CF | Performance | Not processed | Andres Freund (andresfreund), Alexander Korotkov (smagen) | Andres Freund (andresfreund) | 3 | 10 years ago | |||
| Partial sort | 409 | Moved to different CF | Performance | Not processed | Alexander Korotkov (smagen) | Peter Geoghegan (pgeoghegan) | 6 | 9 years ago | |||
| Cube extension kNN support | 410 | Committed | Not processed | Stas Kelvich (kelvich) | Fedor Sigaev (sigaev) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| plpgsql - possibility to get element or array type for referenced variable type | 412 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Artur Zakirov (a.zakirov) | 3 | 10 years ago | ||||
| COPY (INSERT/UPDATE/DELETE .. RETURNING) TO .. | 414 | Committed | Not processed | Marko Tiikkaja (johto) | Michael Paquier (michael-kun) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| HINTing on UPDATE foo SET foo.bar = .. | 415 | Moved to different CF | Not processed | Marko Tiikkaja (johto) | Collin Stedman (kronion) | 2 | 10 years ago | ||||
| Trigonometric functions in degrees | 416 | Moved to different CF | Not processed | Dean Rasheed (deanr) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 2 | 10 years ago | |||
| vacuumdb and password handling | 417 | Committed | Bugfix | Not processed | Haribabu Kommi (haribabu) | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | ||
| pglogical_output - a general purpose logical decoding output plugin | 418 | Moved to different CF | Not processed | Petr JelÃnek (pjmodos), Craig Ringer (ringerc) | Tomasz Rybak (rybak) | 2 | 10 years ago |
