Commitfest 2016-03 (2016-03-01 â 2016-03-31)
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: Needs review: 1. Committed: 102. Moved to next CF: 12. Returned with Feedback: 27. Rejected: 6. Total: 148.
Active patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Failover slots | 488 | Needs review | Not processed | Simon Riggs (simon), Craig Ringer (ringerc) | Petr JelÃnek (pjmodos), Craig Ringer (ringerc) | 1 | 10 years ago |
Closed patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Unique Joins | 129 | Returned with feedback | Performance | Not processed | David Rowley (davidrowley) | Tomas Vondra (fuzzycz) | Tom Lane (tgl) | 6 | 9 years ago | ||
| postgres_fdw: Options to set fetch_size at the server and table level. | 169 | Committed | Not processed | Kyotaro Horiguchi (horiguti), Corey Huinker (coreyh) | Robert Haas (rhaas) | 5 | 10 years ago | ||||
| extends pgbench expressions with functions | 189 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Michael Paquier (michael-kun), Alex Shulgin (ash), BeomYong Lee (leebeomyong) | Robert Haas (rhaas) | 5 | 10 years ago | ||
| Freeze avoidance of very large table | 221 | Committed | Not processed | Masahiko Sawada (masahikosawada) | Amit Kapila (amitkapila), Robert Haas (rhaas), Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) | Robert Haas (rhaas) | 4 | 10 years ago | |||
| COPY RAW | 223 | Returned with feedback | Not processed | Pavel Stehule (okbobcz) | Corey Huinker (coreyh), Pavlo Golub (pasha_golub), Ildar Musin (i.musin) | 2 | 9 years ago | ||||
| checkpoint continuous flushing | 260 | Committed | 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 | Committed | Monitoring | Not processed | Amit Kapila (amitkapila), Ildus Kurbangaliev (ildus) | Alexander Korotkov (smagen) | Robert Haas (rhaas) | 5 | 10 years ago | ||
| index-only scans with partial indexes | 299 | Committed | 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 | Committed | Performance | Not processed | Peter Geoghegan (pgeoghegan) | Andreas Karlsson (kandreas) | Robert Haas (rhaas) | 4 | 10 years ago | ||
| Using quicksort for every external sort run | 317 | Committed | 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 | ||
| Statistics for array types | 323 | Returned with feedback | Performance | Not processed | Alexander Korotkov (smagen), Jeff Janes (jjanes) | Alexander Korotkov (smagen) | 4 | 10 years ago | |||
| Implement pg_controldata & pg_config as system SRFs/views | 334 | Committed | System Administration | Not processed | Joe Conway (jconway) | Bernd Helmle (psoo) | Joe Conway (jconway) | 4 | 10 years ago | ||
| Spurious standby query cancellations | 342 | Committed | Not processed | Jeff Janes (jjanes) | Amit Kapila (amitkapila), Simon Riggs (simon) | Simon Riggs (simon) | 4 | 10 years ago | |||
| Access method extendability | 353 | Committed | Not processed | Alexander Korotkov (smagen) | Fedor Sigaev (sigaev), Petr JelÃnek (pjmodos), Aleksander Alekseev (a.alekseev) | Fedor Sigaev (sigaev) | 4 | 10 years ago | |||
| pg_hba_lookup function to get all matching pg_hba.conf entries | 356 | Returned with feedback | System Administration | Not processed | Haribabu Kommi (haribabu) | Alex Shulgin (ash), Scott Mead (scottm) | 4 | 10 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 | ||
| Improving replay of XLOG_BTREE_VACUUM records | 364 | Rejected | Not processed | Vladimir Borodin (d0uble) | Heikki Linnakangas (heikki), Simon Riggs (simon), Andres Freund (andresfreund), Jim Nasby (decibel) | Simon Riggs (simon) | 3 | 10 years ago | |||
| Tsvector editing functions | 385 | Committed | SQL Commands | Not processed | Stas Kelvich (kelvich) | Fedor Sigaev (sigaev), Tomas Vondra (fuzzycz) | Fedor Sigaev (sigaev) | 3 | 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 | ||
| pam auth - add rhost item | 392 | Committed | System Administration | Not processed | Grzegorz Sampolski (grzsmp) | Haribabu Kommi (haribabu) | Peter Eisentraut (petere) | 2 | 10 years ago | ||
| Fix handling on XLOG_RUNNING_XACTS generated by bgwriter on idle systems | 398 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Amit Kapila (amitkapila), Simon Riggs (simon), Jeff Janes (jjanes) | Simon Riggs (simon) | 3 | 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 | |||
| Replace buffer manager spinlock with atomic operations | 408 | Committed | 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 | |||
| plpgsql - possibility to get element or array type for referenced variable type | 412 | Rejected | Not processed | Pavel Stehule (okbobcz) | Artur Zakirov (a.zakirov) | 3 | 10 years ago | ||||
| remove wal_level archive | 413 | Committed | Not processed | Peter Eisentraut (petere) | David Steele (dsteele) | Peter Eisentraut (petere) | 2 | 10 years ago | |||
| HINTing on UPDATE foo SET foo.bar = .. | 415 | Returned with feedback | Not processed | Marko Tiikkaja (johto) | Collin Stedman (kronion) | 2 | 10 years ago | ||||
| Improvements of Hunspell dictionaries support | 420 | Committed | Not processed | Artur Zakirov (a.zakirov) | Fedor Sigaev (sigaev) | Fedor Sigaev (sigaev) | 2 | 10 years ago | |||
| CONTEXT of ALTER TABLE behind-the-scenes effects | 427 | Returned with feedback | System Administration | Not processed | Marko Tiikkaja (johto) | Simon Riggs (simon) | Simon Riggs (simon) | 2 | 10 years ago | ||
| Add numeric_trim(numeric) | 429 | Returned with feedback | Not processed | Marko Tiikkaja (johto) | Pavel Stehule (okbobcz), Dean Rasheed (deanr) | 2 | 10 years ago | ||||
| Refactor Client Log Output Filtering | 431 | Committed | Refactoring Only | Not processed | David Steele (dsteele) | Petr JelÃnek (pjmodos), Fabien Coelho (calvin) | Tom Lane (tgl) | 2 | 10 years ago | ||
| Covering + unique indexes | 433 | Returned with feedback | Not processed | Anastasia Lubennikova (lubennikovaav) | Peter Geoghegan (pgeoghegan), David Rowley (davidrowley) | Fedor Sigaev (sigaev) | 2 | 8 years ago | |||
| Remove Functionally Dependent GROUP BY Columns | 435 | Committed | Performance | Not processed | David Rowley (davidrowley) | Julien Rouhaud (rjuju) | Tom Lane (tgl) | 2 | 10 years ago | ||
| Set of regression tests for standbys using TAP stuff | 438 | Committed | Not processed | Michael Paquier (michael-kun) | Craig Ringer (ringerc), Stas Kelvich (kelvich), Victor Wagner (vitus_wagner) | Ãlvaro Herrera (alvherre) | 2 | 10 years ago | |||
| Fuzzy substring searching with the pg_trgm extension | 448 | Committed | Not processed | Alexander Korotkov (smagen), Artur Zakirov (a.zakirov) | Fedor Sigaev (sigaev), Jeff Janes (jjanes) | Fedor Sigaev (sigaev) | 2 | 10 years ago | |||
| multivariate statistics | 450 | Returned with feedback | Not processed | Tomas Vondra (fuzzycz) | 2 | 9 years ago | |||||
| DML Pushdown for foreign tables | 453 | Committed | Not processed | Etsuro Fujita (efujita) | Rushabh Lathia (rlathia) | Robert Haas (rhaas) | 2 | 10 years ago | |||
| OR-clauses for index | 454 | Returned with feedback | Performance | Not processed | Fedor Sigaev (sigaev) | 2 | 1 year ago | ||||
| Add type of expression notation | 459 | Returned with feedback | SQL Commands | Not processed | Tom Lane (tgl), Joe Conway (jconway) | 2 | 10 years ago | ||||
| Relation Extension Scalability using Multi Extend | 461 | Committed | Performance | Not processed | Andres Freund (andresfreund), Dilip Kumar (dilip.kumar) | Amit Kapila (amitkapila) | Robert Haas (rhaas) | 2 | 10 years ago | ||
| SET ROLE hook | 462 | Returned with feedback | Not processed | Joe Conway (jconway) | Pavel Stehule (okbobcz), Craig Ringer (ringerc) | 2 | 10 years ago | ||||
| PostgreSQL Audit Extension | 463 | Returned with feedback | Security | Not processed | David Steele (dsteele) | Payal Singh (payalsingh) | 2 | 10 years ago | |||
| Sequence Access Methods | 466 | Returned with feedback | Not processed | Petr JelÃnek (pjmodos) | Simon Riggs (simon), FabrÃzio Mello (fabriziomello), Jose Luis Tallon (jltallon) | Simon Riggs (simon) | 2 | 10 years ago | |||
| Generic WAL Logical Messages | 468 | Committed | Not processed | Andres Freund (andresfreund), Petr JelÃnek (pjmodos) | Simon Riggs (simon), Artur Zakirov (a.zakirov) | Simon Riggs (simon) | 2 | 10 years ago | |||
| Declarative partitioning | 469 | Returned with feedback | SQL Commands | Not processed | Amit Langote (amitlan) | Ildar Musin (i.musin), jacob bogers (lucifer333) | 2 | 9 years ago | |||
| Improve error messages in format() | 470 | Committed | Not processed | Jim Nasby (decibel) | Fedor Sigaev (sigaev), Vik Fearing (xocolatl) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Do not use expanded mode for EXPLAIN output in "\x auto" | 471 | Committed | libpq | Not processed | Andreas Karlsson (kandreas) | Vik Fearing (xocolatl) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Fix some comment typos | 472 | Committed | Comments Only | Not processed | David Rowley (davidrowley) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Install dynloader.h in MSVC builds | 473 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun), Bruce Momjian (bmomjian) | Bruce Momjian (bmomjian) | 1 | 10 years ago | |||
| Inconsistent error handling in START_REPLICATION command | 474 | Rejected | Bugfix | Not processed | Alex Shulgin (ash) | Craig Ringer (ringerc) | 1 | 10 years ago | |||
| Add \errverbose to psql (and support in libpq) | 475 | Committed | libpq | Not processed | Alex Shulgin (ash), Petr Korobeinikov (pkorobeinikov) | Daniel Vérité (danielverite) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Add BSD Authentication support | 476 | Committed | Not processed | Marisa Emerson (mje) | Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 10 years ago | |||
| Use correct realm name in SSPI authentication | 477 | Committed | Security | Not processed | Christian Ullrich (chrullrich) | Magnus Hagander (mha), Robbie Harwood (rharwood) | Magnus Hagander (mha) | 1 | 10 years ago | ||
| Apply recovery_min_apply_delay once standby has reached consistent state | 478 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Simon Riggs (simon), Julien Rouhaud (rjuju) | Fujii Masao (masaofujii) | 1 | 10 years ago | ||
| Remove service-related code in cygwin for pg_ctl | 479 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Andrew Dunstan (adunstan) | 1 | 10 years ago | |||
| Take into account \pset title when using \watch if set | 480 | Committed | libpq | Not processed | Michael Paquier (michael-kun) | Vik Fearing (xocolatl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| pg_dump broken with constraint comments of domains using double-quotes | 481 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| Optimizer patch moving evaluation of non-trivial target list expressions in case of ORDER BY+LIMIT to projection after limit. | 482 | Committed | Performance | Not processed | Konstantin Knizhnik (knizhnik) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Fix handling of RETURNING tableoid in updating foreign tables | 483 | Committed | Bugfix | Not processed | Etsuro Fujita (efujita) | Thom Brown (thom) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Silent data loss with ext4 / all current versions | 484 | Committed | Bugfix | Not processed | Tomas Vondra (fuzzycz) | Andres Freund (andresfreund), Michael Paquier (michael-kun) | Andres Freund (andresfreund) | 1 | 10 years ago | ||
| jsonb array-style subscription | 485 | Returned with feedback | Not processed | Dmitry Dolgov (erthalion) | Peter Geoghegan (pgeoghegan) | 1 | 10 years ago | ||||
| ALTER ROLE SET/RESET for multiple options | 486 | Rejected | SQL Commands | Not processed | Masahiko Sawada (masahikosawada) | Payal Singh (payalsingh) | 1 | 10 years ago | |||
| "Causal reads" mode for load balancing reads without stale data | 487 | Returned with feedback | Not processed | Thomas Munro (macdice) | Michael Paquier (michael-kun) | 1 | 10 years ago | ||||
| Optimized use of launched workers in parallelism code | 489 | Committed | Refactoring Only | Not processed | Amit Kapila (amitkapila) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Improve unaccent default rules generation script: better support for diacritics and ligatures | 490 | Committed | Not processed | Léonard Benedetti (mlpo) | Fedor Sigaev (sigaev), Vik Fearing (xocolatl) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Prevent multibyte characters from being quoted in format() and quote_ident() | 491 | Rejected | Not processed | Tatsuo Ishii (ishii) | Dickson Guedes (guedes) | 1 | 10 years ago | ||||
| Add generate_series(date,date,[step]) | 492 | Returned with feedback | Not processed | Corey Huinker (coreyh) | David Steele (dsteele) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| pgbench small fixes under low rate | 493 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Aleksander Alekseev (a.alekseev) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Btree compression | 494 | Returned with feedback | Performance | Not processed | Anastasia Lubennikova (lubennikovaav) | Peter Geoghegan (pgeoghegan), Alexander Korotkov (smagen) | 1 | 6 years ago | |||
| CustomScan/ForeignScan under the Gather node | 495 | Committed | Not processed | KaiGai Kohei (kaigai) | Robert Haas (rhaas) | 1 | 10 years ago | ||||
| Mac OS: invalid byte sequence for encoding "UTF8" | 496 | Committed | Bugfix | Not processed | Artur Zakirov (a.zakirov) | Fedor Sigaev (sigaev) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Idle In Transaction Session Timeout | 497 | Committed | System Administration | Not processed | Vik Fearing (xocolatl) | Stéphane Schildknecht (sas22) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Phrase search | 498 | Committed | Not processed | Fedor Sigaev (sigaev), Dmitry Ivanov (funbringer) | Alexander Korotkov (smagen), Artur Zakirov (a.zakirov) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| pgbench with multiline and multistatement of SQL and multiline metacommands. | 499 | Committed | libpq | Not processed | Kyotaro Horiguchi (horiguti) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | ||
| pl/pgSQL, get diagnostics and big data | 500 | Committed | Not processed | Andreas 'ads' Scherbaum (ads) | Christian Ullrich (chrullrich) | Tom Lane (tgl) | 1 | 10 years ago | |||
| Detect SSI conflicts before reporting constraint violations | 501 | Committed | Not processed | Thomas Munro (macdice) | Marko Tiikkaja (johto), Kevin Grittner (kgrittn) | Kevin Grittner (kgrittn) | 1 | 10 years ago | |||
| Support ALTER INDEX ... WHERE ... clause | 502 | Returned with feedback | Performance | Not processed | Konstantin Knizhnik (knizhnik) | Marko Tiikkaja (johto) | 1 | 10 years ago | |||
| Statistics fixes and improvements in face of high fraction of NULLs and/or skewed distribution | 503 | Returned with feedback | Not processed | Alex Shulgin (ash), Tomas Vondra (fuzzycz) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 10 years ago | |||
| pgbench weights & prefix selection (follow-up to pgbench per-script stats) | 504 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| parse_ident | 505 | Committed | Not processed | Pavel Stehule (okbobcz) | Fedor Sigaev (sigaev), Jim Nasby (decibel) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Convert pltcl to using objects instead of strings | 506 | Committed | Not processed | Jim Nasby (decibel), Karl Lehenbauer (karl) | Victor Wagner (vitus_wagner) | Tom Lane (tgl) | 1 | 10 years ago | |||
| Ensure boolean sounding macros return 0 or 1. | 507 | Committed | Bugfix | Not processed | Andres Freund (andresfreund) | Robert Haas (rhaas), Peter Eisentraut (petere) | Andres Freund (andresfreund) | 1 | 10 years ago | ||
| pgcrypto: add s2k-count | 508 | Committed | Security | Not processed | Jeff Janes (jjanes) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| Fix lock contention for HASHHDR.mutex | 509 | Committed | Performance | Not processed | Aleksander Alekseev (a.alekseev) | Anastasia Lubennikova (lubennikovaav) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Updated backup APIs for non-exclusive backups | 510 | Committed | System Administration | Not processed | Magnus Hagander (mha) | Amit Kapila (amitkapila), David Steele (dsteele) | Magnus Hagander (mha) | 1 | 10 years ago | ||
| make NOTIFY list de-duplication optional | 511 | Returned with feedback | Performance | Not processed | Filip RembiaÅkowski (filiprem) | Vik Fearing (xocolatl) | 1 | 6 years ago | |||
| eXtensible Transaction Manager API (v2) | 512 | Returned with feedback | Not processed | Konstantin Knizhnik (knizhnik) | 1 | 10 years ago | |||||
| GSSAPI encryption support | 513 | Returned with feedback | Security | Not processed | Robbie Harwood (rharwood) | Michael Paquier (michael-kun), David Steele (dsteele) | 1 | 7 years ago | |||
| function for converting human readable sizes to bytes - pg_size_bytes | 514 | Committed | Not processed | Pavel Stehule (okbobcz) | Vitaly Burovoy (vitaly.burovoy) | Dean Rasheed (deanr) | 1 | 10 years ago | |||
| Fix handling of 0-dimension objects in jsonb_object() | 515 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Andrew Dunstan (adunstan) | 1 | 10 years ago | |||
| Fix crash when running on old Windows and new CPU | 516 | Committed | Bugfix | Not processed | Christian Ullrich (chrullrich) | Magnus Hagander (mha) | Magnus Hagander (mha) | 1 | 10 years ago | ||
| Support multiple synchronous standby servers | 517 | Committed | Not processed | Masahiko Sawada (masahikosawada) | Kyotaro Horiguchi (horiguti), Thomas Munro (macdice) | Fujii Masao (masaofujii) | 1 | 10 years ago | |||
| IF (NOT) EXISTS in psql-completion | 518 | Moved to different CF | libpq | Not processed | Kyotaro Horiguchi (horiguti) | Pavel Stehule (okbobcz) | 2 | 9 years ago | |||
| support for box type in SP-GiST index | 519 | Committed | Not processed | Fedor Sigaev (sigaev), Alexander Lebedev (a.lebedev) | Emre Hasegeli (hasegeli) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Fix for OpenSSL error queue bug | 520 | Committed | Bugfix | Not processed | Peter Geoghegan (pgeoghegan) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| \crosstabview in psql for crosstab-style display | 521 | Committed | libpq | Not processed | Daniel Vérité (danielverite) | Pavel Stehule (okbobcz) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | ||
| Fix handling of invalid sockets returned by PQsocket() | 522 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| Twophase transactions on slave | 523 | Moved to different CF | Performance | Not processed | Stas Kelvich (kelvich) | Simon Riggs (simon) | Simon Riggs (simon) | 2 | 9 years ago | ||
| Add sample rate to auto_explain | 524 | Committed | Monitoring | Not processed | Craig Ringer (ringerc), Julien Rouhaud (rjuju) | Petr JelÃnek (pjmodos) | Magnus Hagander (mha) | 1 | 10 years ago | ||
| enhanced custom error in PLPythonu | 525 | Committed | Not processed | Pavel Stehule (okbobcz) | Catalin Iacob (cataliniacob) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| Fix handling of TXID wraparound in pg_subtrans at beginning of recovery | 526 | Committed | Bugfix | Not processed | Jeff Janes (jjanes) | Tom Lane (tgl), Michael Paquier (michael-kun) | Simon Riggs (simon) | 1 | 10 years ago | ||
| speeding up GIN build with parallel workers | 527 | Moved to different CF | Performance | Not processed | Constantin Pan (kvap) | Fedor Sigaev (sigaev), Dmitry Ivanov (funbringer) | 2 | 9 years ago | |||
| Fix the optimization to skip WAL-logging on table created in same transaction | 528 | Moved to different CF | Bugfix | 13 | Not processed | Heikki Linnakangas (heikki), Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti), Noah Misch (nmisch), satyanarayana Narlapuram (snarlap), Sameer Arora (sameera), Hüseyin Demir (huseyin.demir) | Noah Misch (nmisch) | 19 | 6 years ago | |
| Prepared Statement support for Parallel query | 529 | Committed | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas) | 1 | 10 years ago | ||||
| jsonb_insert | 530 | Committed | Not processed | Dmitry Dolgov (erthalion) | Petr JelÃnek (pjmodos), Vitaly Burovoy (vitaly.burovoy) | Fedor Sigaev (sigaev) | 1 | 10 years ago | |||
| meta-queries with \gexec psql command | 531 | Committed | libpq | Not processed | Corey Huinker (coreyh) | Jim Nasby (decibel), Daniel Vérité (danielverite) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Relaxing SSL key permissions check to allow group read access | 532 | Committed | System Administration | Not processed | Christoph Berg (myon) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| Correct negative/zero year in to_date/to_timestamp | 533 | Rejected | Bugfix | Not processed | Vitaly Burovoy (vitaly.burovoy) | Ivan Kartyshov (fenimorkin) | 1 | 10 years ago | |||
| Sanity checking for configure --with-pgport | 534 | Committed | Bugfix | Not processed | Jim Nasby (decibel) | Alex Shulgin (ash), Peter Eisentraut (petere), Ivan Kartyshov (fenimorkin) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Password identifiers, protocol aging and SCRAM protocol | 535 | Returned with feedback | SQL Commands | Not processed | Heikki Linnakangas (heikki), Michael Paquier (michael-kun) | David Steele (dsteele), Valery Popov (v.popov) | 1 | 9 years ago | |||
| Add documentation for perl TAP tests | 536 | Committed | Docs Only | Not processed | Craig Ringer (ringerc) | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | ||
| unexpected result from to_tsvector | 537 | Committed | Bugfix | Not processed | Artur Zakirov (a.zakirov) | Dmitrii Golub (houdini) | Fedor Sigaev (sigaev) | 1 | 10 years ago | ||
| GROUP BY cardinality estimation improvement | 538 | Committed | Performance | Not processed | Tomas Vondra (fuzzycz) | Alexander Korotkov (smagen), Dean Rasheed (deanr) | Dean Rasheed (deanr) | 1 | 10 years ago | ||
| use foreign keys to improve join estimates | 539 | Committed | Performance | Not processed | Tomas Vondra (fuzzycz) | Simon Riggs (simon) | Simon Riggs (simon) | 1 | 10 years ago | ||
| Integer overflow in timestamp[tz]_part() and date/time boundaries check | 540 | Committed | Bugfix | Not processed | Vitaly Burovoy (vitaly.burovoy) | Anastasia Lubennikova (lubennikovaav) | Tom Lane (tgl) | 1 | 10 years ago | ||
| GCC 6 warning fixes | 541 | Committed | Not processed | Peter Eisentraut (petere) | Thomas Munro (macdice) | Peter Eisentraut (petere) | 1 | 10 years ago | |||
| insufficient qualification of some objects in dump files | 542 | Committed | libpq | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| Fixing wrong comment on PQmblen and PQdsplen. | 543 | Committed | Bugfix | Not processed | Robert Haas (rhaas) | 1 | 10 years ago | ||||
| psql completion for ids in multibyte string | 544 | Committed | libpq | Not processed | Thomas Munro (macdice) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| VACUUM Progress Checker | 545 | Committed | Monitoring | Not processed | Vinayak-1 Pokale (vinayak-1) | Kyotaro Horiguchi (horiguti), Rahila Syed (rahila.syed), Amit Langote (amitlan) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Supporting +-Infinity values by to_timestamp(float8) | 546 | Committed | Bugfix | Not processed | Vitaly Burovoy (vitaly.burovoy) | Anastasia Lubennikova (lubennikovaav) | Tom Lane (tgl) | 1 | 10 years ago | ||
| COPY RAW | 547 | Returned with feedback | SQL Commands | Not processed | Pavel Stehule (okbobcz) | Daniel Vérité (danielverite) | 1 | 9 years ago | |||
| fix DROP OPERATOR to reset links to itself on commutator and negator | 548 | Committed | Bugfix | Not processed | Roma Sokolov (roma.sokolov) | Robert Haas (rhaas), Tomas Vondra (fuzzycz) | Tom Lane (tgl) | 1 | 10 years ago | ||
| syslog configurable line splitting behavior | 549 | Committed | System Administration | Not processed | Peter Eisentraut (petere) | Andreas Karlsson (kandreas) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| Improve error reporting in pltcl | 550 | Committed | Not processed | Jim Nasby (decibel) | Pavel Stehule (okbobcz) | Tom Lane (tgl) | 1 | 10 years ago | |||
| parallel aggregate | 551 | Committed | Not processed | David Rowley (davidrowley), Haribabu Kommi (haribabu) | Robert Haas (rhaas) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| Combine Aggs: Serialize/Deserialize Internal aggregate states | 552 | Committed | Not processed | David Rowley (davidrowley) | Robert Haas (rhaas) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| POC: Cache data in GetSnapshotData() | 553 | Moved to different CF | Performance | Not processed | Andres Freund (andresfreund), mithun cy (mithun.cy) | 2 | 8 years ago | ||||
| Reworks of CustomScan serialization/deserialization | 554 | Committed | Refactoring Only | Not processed | KaiGai Kohei (kaigai) | Petr JelÃnek (pjmodos) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Reduce WAL logging for 2PC GID | 555 | Committed | Performance | Not processed | Pavan Deolasee (pavan) | Petr JelÃnek (pjmodos), Stas Kelvich (kelvich), Jesper Pedersen (jpedersen) | Simon Riggs (simon) | 1 | 10 years ago | ||
| pg_ctl promote wait | 556 | Moved to different CF | System Administration | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 9 years ago | ||
| Upper planner path-ification | 557 | Committed | Performance | Not processed | Tom Lane (tgl) | Robert Haas (rhaas) | Tom Lane (tgl) | 1 | 10 years ago | ||
| Reduce lock levels down to ShareUpdateExclusiveLock for other relation options in ALTER TABLE statement | 558 | Committed | SQL Commands | Not processed | FabrÃzio Mello (fabriziomello) | Simon Riggs (simon) | Simon Riggs (simon) | 1 | 10 years ago | ||
| Add hooks to autovacuum | 559 | Returned with feedback | Monitoring | Not processed | Julien Rouhaud (rjuju) | Alexander Korotkov (smagen) | 1 | 10 years ago | |||
| pg_resetxlog reference page reorganization | 560 | Committed | Docs Only | Not processed | Peter Eisentraut (petere) | Alexander Korotkov (smagen) | Peter Eisentraut (petere) | 1 | 10 years ago | ||
| amcheck (B-Tree integrity checking tool) | 561 | Moved to different CF | Monitoring | Not processed | Peter Geoghegan (pgeoghegan) | Andres Freund (andresfreund), Anastasia Lubennikova (lubennikovaav) | Andres Freund (andresfreund) | 5 | 9 years ago | ||
| snapshot too old, configured by time | 562 | Committed | Performance | Not processed | Kevin Grittner (kgrittn) | Peter Geoghegan (pgeoghegan), Jose Luis Tallon (jltallon) | Kevin Grittner (kgrittn) | 1 | 10 years ago | ||
| pg_dump dump catalog ACLs | 563 | Committed | Not processed | Stephen Frost (sfrost) | Alexander Korotkov (smagen), Jose Luis Tallon (jltallon) | Stephen Frost (sfrost) | 1 | 10 years ago | |||
| Default Roles | 564 | Committed | Not processed | Stephen Frost (sfrost) | Jose Luis Tallon (jltallon) | Robert Haas (rhaas) | 1 | 10 years ago | |||
| OOM in libpq and infinite loop with getCopyStart() | 565 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Aleksander Alekseev (a.alekseev) | 2 | 10 years ago | |||
| Equivalent of --enable-tap-tests in MSVC scripts | 566 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Craig Ringer (ringerc) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | ||
| New DEPENDENCY_AUTO_EXTENSION/'x' dependency type | 567 | Committed | Not processed | Abhijit Menon-Sen (ams) | Alexander Korotkov (smagen) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| Timeline following for logical slots | 568 | Committed | Not processed | Craig Ringer (ringerc) | Simon Riggs (simon), Petr JelÃnek (pjmodos) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| TAP test enhancements | 569 | Committed | Not processed | Craig Ringer (ringerc) | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 10 years ago | |||
| Incorrect error message in InitializeSessionUserId | 570 | Committed | Bugfix | Not processed | Dmitriy Sarafannikov (dsarafannikov) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 1 | 10 years ago | ||
| Identifying a message in emit_log_hook | 576 | Committed | Monitoring | Not processed | Kyotaro Horiguchi (horiguti) | Simon Riggs (simon), Pavel Stehule (okbobcz) | Simon Riggs (simon) | 1 | 10 years ago | ||
| Refactor receivelog.c | 577 | Committed | Refactoring Only | Not processed | Magnus Hagander (mha) | Craig Ringer (ringerc), Daniel Gustafsson (d_gustafsson) | Magnus Hagander (mha) | 1 | 10 years ago |
