Commitfest 2017-01 (2017-01-01 â 2017-01-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: Committed: 58. Moved to next CF: 74. Rejected: 4. Returned with Feedback: 19. Total: 155.
Closed patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| Partial sort | 409 | Returned with feedback | Performance | Not processed | Alexander Korotkov (smagen) | Peter Geoghegan (pgeoghegan) | 6 | 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 | |
| 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 | ||
| Add pg_current_logfile() function to obtain the current log file used by the syslogger | 587 | Moved to different CF | System Administration | Not processed | Gilles Darold (darold) | Robert Haas (rhaas), Christoph Berg (myon), Karl Pinc (kop) | Robert Haas (rhaas) | 4 | 9 years ago | ||
| pgbench - more operators and functions | 596 | Returned with feedback | libpq | Not processed | Fabien Coelho (calvin) | Jeevan Ladhe (jeevanladhe) | 3 | 8 years ago | |||
| pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled | 604 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun), Takayuki Tsunakawa (maumau) | Takayuki Tsunakawa (maumau) | Heikki Linnakangas (heikki) | 4 | 9 years ago | ||
| Invalidate cached plans dependent on FDW/foreign table/foreign server option(s) | 609 | Committed | Bugfix | Not processed | Amit Langote (amitlan) | Etsuro Fujita (efujita), Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 3 | 9 years ago | ||
| Declarative partitioning | 611 | Committed | SQL Commands | Not processed | Amit Langote (amitlan) | Robert Haas (rhaas), jacob bogers (lucifer333), Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 3 | 9 years ago | ||
| Updating Windows environment variables | 620 | Committed | Bugfix | Not processed | Christian Ullrich (chrullrich) | Michael Paquier (michael-kun) | Noah Misch (nmisch) | 3 | 9 years ago | ||
| Fix checkpoint skip logic on idle systems by tracking LSN progress | 628 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Amit Kapila (amitkapila), Kyotaro Horiguchi (horiguti), David Steele (dsteele) | Andres Freund (andresfreund) | 3 | 9 years ago | ||
| pgbench - allow to store query results into variables | 669 | Moved to different CF | libpq | Not processed | Fabien Coelho (calvin) | Stephen Frost (sfrost), Amit Langote (amitlan), Rafia Sabih (rafia.sabih) | Ãlvaro Herrera (alvherre) | 12 | 7 years ago | ||
| RAW COPY | 676 | Returned with feedback | SQL Commands | Not processed | Pavel Stehule (okbobcz) | KaiGai Kohei (kaigai) | 3 | 9 years ago | |||
| pg_xlogdump follow into the future when specifying filename | 678 | Returned with feedback | System Administration | Not processed | Magnus Hagander (mha) | Vladimir Rusinov (vrusinov) | 3 | 9 years ago | |||
| Floating point comparison inconsistencies of the geometric types | 679 | Moved to different CF | Bugfix | Not processed | Emre Hasegeli (hasegeli) | Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn) | 4 | 9 years ago | |||
| Parallel tuplesort (for parallel B-Tree index creation) | 690 | Moved to different CF | Performance | Not processed | Peter Geoghegan (pgeoghegan), Rushabh Lathia (rlathia) | Thomas Munro (macdice) | Robert Haas (rhaas) | 5 | 8 years ago | ||
| slab-like memory allocators for reorderbuffer | 694 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | Simon Riggs (simon), Petr JelÃnek (pjmodos), John Gorman (johngorman) | Andres Freund (andresfreund) | 4 | 8 years ago | |||
| Forbid use of LF and CR characters in database and role names | 711 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere), Takeshi Ideriha (ideriha) | 4 | 9 years ago | ||||
| Correct space parsing in to_timestamp() | 713 | Moved to different CF | Not processed | Artur Zakirov (a.zakirov) | Dmitry Dolgov (erthalion), Amul Sul (sulamul), Paulo Junior (paulocsd) | Alexander Korotkov (smagen) | 10 | 7 years ago | |||
| Cache Hash Index meta page | 715 | Moved to different CF | Performance | Not processed | mithun cy (mithun.cy) | Amit Kapila (amitkapila), Robert Haas (rhaas), Jeff Janes (jjanes), Jesper Pedersen (jpedersen) | Robert Haas (rhaas) | 4 | 9 years ago | ||
| Multi-tenancy with RLS | 722 | Rejected | Not processed | Haribabu Kommi (haribabu) | 3 | 9 years ago | |||||
| Push down more full joins in postgres_fdw | 727 | Moved to different CF | Not processed | Etsuro Fujita (efujita) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 4 | 9 years ago | |||
| XMLTABLE function | 728 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Craig Ringer (ringerc) | Ãlvaro Herrera (alvherre) | 4 | 9 years ago | |||
| Transaction traceability - txid_status(bigint) | 730 | Moved to different CF | Not processed | Craig Ringer (ringerc) | Robert Haas (rhaas) | Robert Haas (rhaas) | 3 | 9 years ago | |||
| Fix for failed assertion ("!(XLogCtl->Insert.exclusiveBackup)" by improving tracking of starting pg_start_backup() | 731 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Kyotaro Horiguchi (horiguti) | Fujii Masao (masaofujii) | 3 | 9 years ago | ||
| Fix pg_basebackup because of STATUS_DELETE_PENDING files on Windows | 737 | Committed | Bugfix | Not processed | Magnus Hagander (mha) | Michael Paquier (michael-kun) | Magnus Hagander (mha) | 3 | 9 years ago | ||
| Write Ahead Logging for Hash Indexes | 740 | Moved to different CF | Not processed | Amit Kapila (amitkapila), Ashutosh Sharma (ashutosh.sharma88) | Jeff Janes (jjanes), Jesper Pedersen (jpedersen) | Robert Haas (rhaas) | 4 | 9 years ago | |||
| WAL consistency check facility | 741 | Moved to different CF | Not processed | Kuntal Ghosh (kuntal_ghosh) | Robert Haas (rhaas), Simon Riggs (simon), Michael Paquier (michael-kun) | Robert Haas (rhaas) | 4 | 9 years ago | |||
| Renaming of pg_xlog, pg_subtrans and pg_clog | 750 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | Craig Ringer (ringerc) | Robert Haas (rhaas) | 4 | 9 years ago | |||
| Pinning a buffer in TupleTableSlot is unnecessary | 755 | Returned with feedback | Refactoring Only | Not processed | Heikki Linnakangas (heikki) | 3 | 9 years ago | ||||
| identity columns | 767 | Moved to different CF | SQL Commands | Not processed | Peter Eisentraut (petere) | Vitaly Burovoy (vitaly.burovoy) | Peter Eisentraut (petere) | 4 | 9 years ago | ||
| sequence data type | 768 | Moved to different CF | SQL Commands | Not processed | Peter Eisentraut (petere) | Steve Singer (ssinger) | Peter Eisentraut (petere) | 4 | 9 years ago | ||
| pg_sequence catalog | 771 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Andreas Karlsson (kandreas) | Peter Eisentraut (petere) | 3 | 9 years ago | ||
| Write Amplification Reduction Method (WARM) | 775 | Moved to different CF | Performance | Not processed | Pavan Deolasee (pavan) | Ãlvaro Herrera (alvherre) | Ãlvaro Herrera (alvherre) | 5 | 8 years ago | ||
| delta relations in AFTER triggers | 778 | Moved to different CF | Not processed | Kevin Grittner (kgrittn) | David Rowley (davidrowley), Thomas Munro (macdice) | Kevin Grittner (kgrittn) | 4 | 9 years ago | |||
| pg_recvlogical --endpos | 780 | Committed | Not processed | Craig Ringer (ringerc) | Euler Taveira (eulerto), Okano Naoki (okano) | Simon Riggs (simon) | 3 | 9 years ago | |||
| Restrictive RLS policy support | 781 | Committed | Security | Not processed | Stephen Frost (sfrost) | Jeevan Chalke (jeevan.chalke) | Stephen Frost (sfrost) | 3 | 9 years ago | ||
| psql \setfileref - new psql variable type - reference to file | 787 | Returned with feedback | libpq | Not processed | Pavel Stehule (okbobcz) | Tom Lane (tgl), Gilles Darold (darold) | 2 | 9 years ago | |||
| Logical decoding on standby | 788 | Moved to different CF | Not processed | Craig Ringer (ringerc) | Simon Riggs (simon), Petr JelÃnek (pjmodos) | 5 | 8 years ago | ||||
| SQL statements statistics counter view (pg_stat_sql) | 790 | Moved to different CF | Monitoring | Not processed | Haribabu Kommi (haribabu) | Dilip Kumar (dilip.kumar), Vinayak Pokale (vinpokale), Mark Dilger (mark.dilger) | 8 | 5 years ago | |||
| Push down more UPDATEs/DELETEs in postgres_fdw | 791 | Moved to different CF | Not processed | Etsuro Fujita (efujita) | Rushabh Lathia (rlathia), Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 5 | 8 years ago | |||
| Generic type subscription | 793 | Returned with feedback | Not processed | Dmitry Dolgov (erthalion) | Victor Wagner (vitus_wagner), Artur Zakirov (a.zakirov), Aleksander Alekseev (a.alekseev) | 2 | 9 years ago | ||||
| CMake build system | 797 | Returned with feedback | Refactoring Only | Not processed | Uriy Zhuravlev (stalkerg) | Peter Eisentraut (petere) | 2 | 9 years ago | |||
| Improvements in psql hooks for variables | 799 | Committed | libpq | Not processed | Daniel Vérité (danielverite) | Rahila Syed (rahila.syed) | Tom Lane (tgl) | 2 | 9 years ago | ||
| pgpassfile connection option | 800 | Committed | libpq | Not processed | Julian Markwort (markwort) | Fabien Coelho (calvin) | Tom Lane (tgl) | 2 | 9 years ago | ||
| pgbench - allow backslash continuations in \set expressions | 807 | Committed | libpq | Not processed | Fabien Coelho (calvin) | John Gorman (johngorman), Rafia Sabih (rafia.sabih) | Tom Lane (tgl) | 2 | 9 years ago | ||
| Add a max_parallel_workers GUC | 809 | Committed | Not processed | Julien Rouhaud (rjuju) | Amit Kapila (amitkapila), Robert Haas (rhaas) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| Gather Merge | 810 | Moved to different CF | Performance | Not processed | Rushabh Lathia (rlathia) | Thomas Munro (macdice) | Robert Haas (rhaas) | 3 | 9 years ago | ||
| Parallel bitmap heap scan | 812 | Moved to different CF | Performance | Not processed | Dilip Kumar (dilip.kumar) | Haribabu Kommi (haribabu), Amit Khandekar (amitdkhan) | Robert Haas (rhaas) | 3 | 9 years ago | ||
| Supporting huge pages on Windows | 813 | Moved to different CF | Performance | Not processed | Takayuki Tsunakawa (maumau) | Magnus Hagander (mha), Amit Kapila (amitkapila) | 3 | 8 years ago | |||
| Cascading standby cannot catch up and get stuck emitting the same message repeatedly | 815 | Committed | Bugfix | Not processed | Takayuki Tsunakawa (maumau) | Amit Kapila (amitkapila), Robert Haas (rhaas), Simon Riggs (simon), Asif Naeem (muhammad.asif.naeem) | Fujii Masao (masaofujii) | 2 | 9 years ago | ||
| pg_dump, pg_dumpall and data durability | 823 | Moved to different CF | libpq | Not processed | Michael Paquier (michael-kun) | Laurenz Albe (laurenz) | Andrew Dunstan (adunstan) | 3 | 9 years ago | ||
| Quorum commit for multiple synchronous replication | 826 | Committed | Not processed | Masahiko Sawada (masahikosawada) | Michael Paquier (michael-kun), Fujii Masao (masaofujii), mithun cy (mithun.cy) | Fujii Masao (masaofujii) | 2 | 9 years ago | |||
| Support for SCRAM-SHA-256 | 829 | Returned with feedback | Not processed | Heikki Linnakangas (heikki), Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 9 years ago | ||||
| Microvacuum support for hash index | 835 | Moved to different CF | Performance | Not processed | Ashutosh Sharma (ashutosh.sharma88) | Amit Kapila (amitkapila), Robert Haas (rhaas), Jesper Pedersen (jpedersen) | Robert Haas (rhaas) | 3 | 9 years ago | ||
| Logical Replication | 836 | Committed | Not processed | Petr JelÃnek (pjmodos) | Andres Freund (andresfreund), Steve Singer (ssinger), Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 9 years ago | |||
| MAC address (EUI-64) type support | 837 | Moved to different CF | Not processed | Haribabu Kommi (haribabu) | Stephen Frost (sfrost), Vitaly Burovoy (vitaly.burovoy), Kuntal Ghosh (kuntal_ghosh) | Stephen Frost (sfrost) | 3 | 9 years ago | |||
| pg_hba_rules view | 838 | Committed | System Administration | Not processed | Haribabu Kommi (haribabu) | Simon Riggs (simon), Michael Paquier (michael-kun), Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 2 | 9 years ago | ||
| Temporal query processing with range types | 839 | Moved to different CF | SQL Commands | Not processed | Peter Moser (pemoser) | 5 | 6 years ago | ||||
| Vacuum: allow usage of more than 1GB of work mem | 844 | Moved to different CF | Performance | Not processed | Heikki Linnakangas (heikki), Claudio Freire (klaussfreire) | Heikki Linnakangas (heikki), Masahiko Sawada (masahikosawada), Anastasia Lubennikova (lubennikovaav), Aleksander Alekseev (a.alekseev), Alexey Chernyshov (alexey-chernyshov) | 9 | 7 years ago | |||
| Allow PostgreSQL to perform promote/pause/shutdown operations at end-of-the-wal when the recovery does not reach the recovery target | 847 | Moved to different CF | Not processed | Venkata Balaji Nagothi (vbn) | David Steele (dsteele) | 3 | 9 years ago | ||||
| Auto Prewarm | 848 | Moved to different CF | Performance | Not processed | Robert Haas (rhaas), mithun cy (mithun.cy) | Andres Freund (andresfreund), Jim Nasby (decibel), Beena Emerson (beena.emerson) | Robert Haas (rhaas) | 4 | 8 years ago | ||
| Parallel Index Scans | 849 | Moved to different CF | Performance | Not processed | Amit Kapila (amitkapila), Rahila Syed (rahila.syed) | Haribabu Kommi (haribabu), Anastasia Lubennikova (lubennikovaav) | Robert Haas (rhaas) | 3 | 9 years ago | ||
| Scan key push down to heap | 850 | Returned with feedback | Performance | Not processed | Dilip Kumar (dilip.kumar) | KaiGai Kohei (kaigai) | 2 | 9 years ago | |||
| multivariate statistics | 852 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | Ãlvaro Herrera (alvherre), David Rowley (davidrowley) | Simon Riggs (simon) | 3 | 9 years ago | |||
| Transactions involving multiple postgres foreign servers | 853 | Returned with feedback | Not processed | Masahiko Sawada (masahikosawada) | Vinayak Pokale (vinpokale) | 2 | 8 years ago | ||||
| Character conversion by radix trees. | 854 | Moved to different CF | Performance | Not processed | Heikki Linnakangas (heikki), Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | Heikki Linnakangas (heikki) | 3 | 9 years ago | ||
| Tab-completion refactoring and word-removal feature (was IF-NOT_EXISTS for tab-completion) | 855 | Moved to different CF | libpq | Not processed | Kyotaro Horiguchi (horiguti) | 3 | 9 years ago | ||||
| Asynchronous execution for postgres_fdw | 856 | Moved to different CF | Performance | Not processed | Kyotaro Horiguchi (horiguti) | Corey Huinker (coreyh) | 3 | 9 years ago | |||
| move collation import to backend | 857 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Andres Freund (andresfreund), Euler Taveira (eulerto) | Peter Eisentraut (petere) | 2 | 9 years ago | ||
| Unique Joins | 859 | Moved to different CF | Performance | Not processed | David Rowley (davidrowley) | Tom Lane (tgl) | Tom Lane (tgl) | 3 | 9 years ago | ||
| Dynamic Storage Areas (DSA): a memory allocator backed by DSM | 860 | Committed | Not processed | Thomas Munro (macdice) | Robert Haas (rhaas) | 2 | 9 years ago | ||||
| A DSA area for parallel query | 861 | Committed | Not processed | Thomas Munro (macdice) | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| DSA Hash Tables (DHT): hash tables backed by DSM segments | 862 | Returned with feedback | Not processed | Thomas Munro (macdice) | Dilip Kumar (dilip.kumar), John Gorman (johngorman) | 2 | 9 years ago | ||||
| Reload SSL certificates on SIGHUP | 863 | Committed | System Administration | Not processed | Andreas Karlsson (kandreas) | Michael Banck (mbanck) | Tom Lane (tgl) | 2 | 9 years ago | ||
| ParallelFinish Hook of FDW/CSP | 867 | Moved to different CF | Not processed | KaiGai Kohei (kaigai) | Claudio Freire (klaussfreire) | Robert Haas (rhaas) | 3 | 9 years ago | |||
| copy_srf (was COPY as a set returning function) | 869 | Returned with feedback | Not processed | Corey Huinker (coreyh) | David Fetter (dfetter) | 2 | 9 years ago | ||||
| Parallel Hash | 871 | Moved to different CF | Performance | Not processed | Thomas Munro (macdice) | Peter Geoghegan (pgeoghegan), Andres Freund (andresfreund), Ashutosh Bapat (ashutoshbapat) | Andres Freund (andresfreund) | 6 | 8 years ago | ||
| background sessions | 873 | Moved to different CF | Not processed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz), Andrey Borodin (x4m) | 3 | 9 years ago | ||||
| indirect indexes | 874 | Moved to different CF | Not processed | Ãlvaro Herrera (alvherre) | 3 | 9 years ago | |||||
| DROP FUNCTION of multiple functions | 875 | Moved to different CF | SQL Commands | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun), Jim Nasby (decibel) | Peter Eisentraut (petere) | 3 | 9 years ago | ||
| Improving RLS planning | 876 | Committed | Performance | Not processed | Tom Lane (tgl) | Stephen Frost (sfrost) | Tom Lane (tgl) | 1 | 9 years ago | ||
| Missing option effective_io_concurrency in ALTER TABLESPACE docs | 877 | Committed | Docs Only | Not processed | Michael Paquier (michael-kun) | Julien Rouhaud (rjuju) | Fujii Masao (masaofujii) | 1 | 9 years ago | ||
| Make pg_basebackup stream wal by default | 878 | Committed | Not processed | Magnus Hagander (mha) | Simon Riggs (simon), Fujii Masao (masaofujii), Vladimir Rusinov (vrusinov) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| Libpq: Failover to new master | 879 | Committed | libpq | Not processed | mithun cy (mithun.cy) | Gerdan Santos (gerdan), Takayuki Tsunakawa (maumau) | Robert Haas (rhaas) | 1 | 9 years ago | ||
| Fix WAL-logging of INIT_FORKNUM for unlogged relations with wal_level = minimal | 880 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Robert Haas (rhaas) | Robert Haas (rhaas) | 1 | 9 years ago | ||
| Add in documentation possible values of "state" and "sync_state" in pg_stat_replication | 881 | Committed | Docs Only | Not processed | Michael Paquier (michael-kun) | Fujii Masao (masaofujii) | 1 | 9 years ago | |||
| Allow TAP tests to be run individually | 882 | Committed | Not processed | Craig Ringer (ringerc) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| PostgresNode.pm TAP enhancements, pg_lsn.pm, test slots in recovery | 883 | Committed | Not processed | Craig Ringer (ringerc) | Aleksander Alekseev (a.alekseev) | Simon Riggs (simon) | 1 | 9 years ago | |||
| jsonb_delete_array | 884 | Committed | Not processed | Magnus Hagander (mha) | Michael Paquier (michael-kun), Dmitry Dolgov (erthalion) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| Document Perl 5.8.0 requirement and how to get it for TAP tests | 885 | Committed | Docs Only | Not processed | Craig Ringer (ringerc) | Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) | Noah Misch (nmisch) | 1 | 9 years ago | ||
| Close backend file handles on exec | 886 | Returned with feedback | Not processed | Oskari Saarenmaa (os) | Peter Eisentraut (petere) | 1 | 9 years ago | ||||
| ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS | 887 | Moved to different CF | SQL Commands | Not processed | Matheus Oliveira (matheus.oliveira) | Stephen Frost (sfrost), Petr JelÃnek (pjmodos), Gerdan Santos (gerdan), Ashutosh Sharma (ashutosh.sharma88) | Fedor Sigaev (sigaev) | 2 | 9 years ago | ||
| Fix tablespace of rebuilt indexes in ALTER TABLE | 888 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Julien Rouhaud (rjuju) | Tom Lane (tgl) | 1 | 9 years ago | ||
| Commit timestamp should treat FrozenTransactionId and BootstrapTransactionId as too-old not ERROR | 889 | Committed | Bugfix | Not processed | Craig Ringer (ringerc) | Ãlvaro Herrera (alvherre) | 1 | 9 years ago | |||
| Enable and fix parallel query for prepared statements | 890 | Committed | Not processed | Laurenz Albe (laurenz), Tobias Bussmann (t.bussmann) | Amit Kapila (amitkapila), Gerdan Santos (gerdan) | Robert Haas (rhaas) | 1 | 9 years ago | |||
| Documentation not mentioning that SSL parameters are postmaster-only | 891 | Committed | Docs Only | Not processed | Michael Paquier (michael-kun) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| Fix psql tab completion for ALTER DEFAULT PRIVILEGES | 892 | Committed | libpq | Not processed | Gilles Darold (darold) | Gerdan Santos (gerdan) | Stephen Frost (sfrost) | 1 | 9 years ago | ||
| pg_background contrib module proposal | 893 | Moved to different CF | Not processed | Amul Sul (sulamul) | Peter Eisentraut (petere), Andrey Borodin (x4m) | 2 | 9 years ago | ||||
| psql \quit_if | 894 | Returned with feedback | libpq | Not processed | Corey Huinker (coreyh) | Fabien Coelho (calvin) | 1 | 9 years ago | |||
| pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION | 895 | Committed | Bugfix | Not processed | Artur Zakirov (a.zakirov) | Stephen Frost (sfrost) | 1 | 9 years ago | |||
| GIN: non-intrusive vacuum of posting tree | 896 | Moved to different CF | Performance | Not processed | Andrey Borodin (x4m) | Fedor Sigaev (sigaev), Jeff Davis (jdavis) | Fedor Sigaev (sigaev) | 2 | 9 years ago | ||
| Fix compilation failure of pgcrypto with OpenSSL 1.1.0 (HEAD-only) | 897 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Asif Naeem (muhammad.asif.naeem) | Heikki Linnakangas (heikki) | 1 | 9 years ago | ||
| Refactor "if(strspn(str, ...) == strlen(str)" code | 898 | Rejected | Refactoring Only | Not processed | Aleksander Alekseev (a.alekseev) | Michael Paquier (michael-kun) | 1 | 9 years ago | |||
| Fix for segfault in plpython's exception handling | 899 | Committed | Not processed | Rafa de la Torre (rafatower) | Tom Lane (tgl) | 1 | 9 years ago | ||||
| Remove unneeded tuplesort routine should_free argument | 900 | Committed | Refactoring Only | Not processed | Peter Geoghegan (pgeoghegan) | Robert Haas (rhaas) | 1 | 9 years ago | |||
| Have tuplesort_gettupleslot() callers avoid having tuple copied where safe | 901 | Moved to different CF | Performance | Not processed | Peter Geoghegan (pgeoghegan) | Anastasia Lubennikova (lubennikovaav) | Andres Freund (andresfreund) | 2 | 9 years ago | ||
| Crash in tsquery_rewrite/QTNBinary | 902 | Committed | Bugfix | Not processed | Artur Zakirov (a.zakirov) | Tom Lane (tgl) | 1 | 9 years ago | |||
| Fix for documentation of timestamp type | 903 | Committed | Docs Only | Not processed | Aleksander Alekseev (a.alekseev) | Cynthia Shang (cshang) | Robert Haas (rhaas) | 1 | 9 years ago | ||
| Fix cleanup of WSA events in WIN32 wait event code | 904 | Rejected | Bugfix | Not processed | Michael Paquier (michael-kun) | 1 | 9 years ago | ||||
| Improve planner's handling of boolean index columns | 905 | Committed | Performance | Not processed | Tom Lane (tgl) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 1 | 9 years ago | ||
| pg_catversion builtin function | 906 | Rejected | Not processed | Jesper Pedersen (jpedersen) | 1 | 9 years ago | |||||
| Rename pg_switch_xlog to pg_switch_wal | 907 | Moved to different CF | Not processed | Vladimir Rusinov (vrusinov) | Venkata Balaji Nagothi (vbn) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| Make pltcl composite handling consistent | 908 | Committed | Refactoring Only | Not processed | Karl Lehenbauer (karl) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 9 years ago | ||
| Convert literal constants from UNKNOWN to TEXT for view creation | 909 | Committed | Not processed | Tom Lane (tgl), Rahila Syed (rahila.syed) | Tom Lane (tgl), Michael Paquier (michael-kun), Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 1 | 9 years ago | |||
| Add GUCs for predicate lock promotion thresholds | 910 | Moved to different CF | Not processed | Dagfinn Ilmari Mannsåker (ilmari) | Kevin Grittner (kgrittn) | Kevin Grittner (kgrittn) | 2 | 9 years ago | |||
| Remove trailing whitespaces from documentation | 911 | Committed | Docs Only | Not processed | Vladimir Rusinov (vrusinov) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| Recursive json_populate_record() | 912 | Moved to different CF | Not processed | Nikita Glukhov (n.glukhov) | Andrew Dunstan (adunstan), Aleksander Alekseev (a.alekseev) | Andrew Dunstan (adunstan) | 2 | 9 years ago | |||
| psql export import bytea data | 913 | Moved to different CF | libpq | Not processed | Pavel Stehule (okbobcz) | Stephen Frost (sfrost), Jason O'Donnell (jasonodonnell) | 3 | 8 years ago | |||
| Use temporary replication slots in pg_basebackup | 914 | Committed | Not processed | Magnus Hagander (mha) | Peter Eisentraut (petere) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| Improve performance of 2PC recovery, take 2 | 915 | Moved to different CF | Performance | Not processed | Michael Paquier (michael-kun), Stas Kelvich (kelvich), Nikhil Sontakke (nikkhils) | Simon Riggs (simon), Michael Paquier (michael-kun), Nikhil Sontakke (nikkhils) | Simon Riggs (simon) | 2 | 9 years ago | ||
| server side variables | 916 | Returned with feedback | Not processed | Pavel Stehule (okbobcz) | Fabien Coelho (calvin) | 1 | 9 years ago | ||||
| Extending the parallelism for index-only scans | 917 | Moved to different CF | Not processed | Rafia Sabih (rafia.sabih) | Amit Kapila (amitkapila), Rahila Syed (rahila.syed), Anastasia Lubennikova (lubennikovaav) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| Parallel Merge Join | 918 | Moved to different CF | Performance | Not processed | Dilip Kumar (dilip.kumar) | Amit Kapila (amitkapila) | Robert Haas (rhaas) | 2 | 9 years ago | ||
| Logical replication existing data copy | 919 | Moved to different CF | Not processed | Petr JelÃnek (pjmodos) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 9 years ago | |||
| Track replay lag in pg_stat_replication | 920 | Returned with feedback | Monitoring | Not processed | Thomas Munro (macdice) | Simon Riggs (simon), Fujii Masao (masaofujii), Masahiko Sawada (masahikosawada) | 1 | 9 years ago | |||
| initdb configurable wal_segment_size | 921 | Moved to different CF | Not processed | Beena Emerson (beena.emerson) | Robert Haas (rhaas), Simon Riggs (simon), Andres Freund (andresfreund), Jim Nasby (decibel), David Steele (dsteele), Kuntal Ghosh (kuntal_ghosh) | Andres Freund (andresfreund) | 3 | 8 years ago | |||
| Failure at replay for corrupted 2PC files + reduce window between end-of-recovery record and history file write | 922 | Moved to different CF | Bugfix | Not processed | Heikki Linnakangas (heikki), Michael Paquier (michael-kun) | Alexander Korotkov (smagen), Takayuki Tsunakawa (maumau) | Michael Paquier (michael-kun) | 7 | 7 years ago | ||
| pageinspect: Hash index support | 923 | Moved to different CF | Not processed | Jesper Pedersen (jpedersen), Ashutosh Sharma (ashutosh.sharma88) | Robert Haas (rhaas), Jesper Pedersen (jpedersen), mithun cy (mithun.cy) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| Reset slot xmin when HS feedback is turned off while standby is shut down | 924 | Committed | Not processed | Ants Aasma (antsaasma) | Craig Ringer (ringerc) | Simon Riggs (simon) | 1 | 9 years ago | |||
| Potential data loss with 2PC files and unlink() durability | 925 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Fedor Sigaev (sigaev), Takayuki Tsunakawa (maumau), Ashutosh Bapat (ashutoshbapat) | Fedor Sigaev (sigaev) | 2 | 9 years ago | ||
| Add pgstathashindex() to get hash index table statistics | 926 | Moved to different CF | Not processed | Ashutosh Sharma (ashutosh.sharma88) | Kuntal Ghosh (kuntal_ghosh) | Robert Haas (rhaas) | 2 | 9 years ago | |||
| Bug : Ilegal type cast in _hash_doinsert() | 927 | Committed | Bugfix | Not processed | mithun cy (mithun.cy) | Robert Haas (rhaas) | 1 | 9 years ago | |||
| Transactions involving multiple postgres foreign servers | 928 | Moved to different CF | Not processed | Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) | Vinayak Pokale (vinpokale) | 3 | 8 years ago | ||||
| Parallel Append implementation | 929 | Returned with feedback | Performance | Not processed | Amit Khandekar (amitdkhan) | Maksim Milyutin (maksm90), Ashutosh Bapat (ashutoshbapat) | 1 | 8 years ago | |||
| fix pg_stat_statements handling of compound queries | 930 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Craig Ringer (ringerc) | Tom Lane (tgl) | 1 | 9 years ago | ||
| Protect syscache from bloating with negative cache entries | 931 | Moved to different CF | Performance | Not processed | Kyotaro Horiguchi (horiguti) | Heikki Linnakangas (heikki), Jim Nasby (decibel), Takayuki Tsunakawa (maumau), Takeshi Ideriha (ideriha) | 23 | 5 years ago | |||
| pg_receivexlog creating holes in WAL (HEAD only bug) | 932 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| replace broken GetExistingLocalJoinPath with CreateLocalJoinPath | 933 | Moved to different CF | Bugfix | Not processed | Etsuro Fujita (efujita) | Robert Haas (rhaas), Tom Lane (tgl), Ryan Murphy (murftown), Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 5 | 8 years ago | ||
| ICU support | 934 | Moved to different CF | SQL Commands | Not processed | Peter Eisentraut (petere) | Andreas Karlsson (kandreas), Thomas Munro (macdice) | Peter Eisentraut (petere) | 2 | 9 years ago | ||
| pg_ctl: Change default to wait for all actions | 935 | Committed | Monitoring | Not processed | Peter Eisentraut (petere) | Beena Emerson (beena.emerson), Ryan Murphy (murftown) | Peter Eisentraut (petere) | 1 | 9 years ago | ||
| ECPG: Declare Statement | 936 | Moved to different CF | libpq | Not processed | Takeshi Ideriha (ideriha) | Haribabu Kommi (haribabu), Vinayak Pokale (vinpokale) | 4 | 8 years ago | |||
| pg_receivexlog --compress=0|9 | 937 | Committed | libpq | Not processed | Michael Paquier (michael-kun) | Magnus Hagander (mha) | Magnus Hagander (mha) | 1 | 9 years ago | ||
| Fix minor race between lookups and SLRU truncation in commit_ts | 938 | Committed | Bugfix | Not processed | Craig Ringer (ringerc) | Petr JelÃnek (pjmodos) | Ãlvaro Herrera (alvherre) | 1 | 9 years ago | ||
| Report planning time in EXPLAIN | 939 | Moved to different CF | Monitoring | Not processed | Ashutosh Bapat (ashutoshbapat) | mithun cy (mithun.cy) | Stephen Frost (sfrost) | 2 | 9 years ago | ||
| Improve pltcl test coverage | 940 | Committed | Not processed | Karl Lehenbauer (karl) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 9 years ago | |||
| parallelize queries containing subplans | 941 | Moved to different CF | Performance | Not processed | Amit Kapila (amitkapila) | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 2 | 9 years ago | ||
| Add support to COMMENT ON CURRENT DATABASE | 942 | Returned with feedback | SQL Commands | Not processed | FabrÃzio Mello (fabriziomello) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| Group clear xid can leak semaphore count | 943 | Committed | Bugfix | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas) | 1 | 9 years ago | |||
| Logical decoding of two-phase transactions | 944 | Moved to different CF | 13 | Not processed | Nikhil Sontakke (nikkhils) | Tomas Vondra (fuzzycz), Petr JelÃnek (pjmodos) | 13 | 4 years ago | |||
| Vertical Clustered Index (columnar storage extension) | 945 | Moved to different CF | Not processed | Haribabu Kommi (haribabu) | 2 | 9 years ago | |||||
| Default values for backup and replication | 946 | Committed | Not processed | Magnus Hagander (mha) | Peter Eisentraut (petere) | Magnus Hagander (mha) | 1 | 9 years ago | |||
| generating fmgr prototypes automatically | 947 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz) | Peter Eisentraut (petere) | 1 | 9 years ago | ||
| A contrib extension to help prevent common errors in DML | 948 | Moved to different CF | Not processed | David Fetter (dfetter) | Pavel Stehule (okbobcz) | 2 | 9 years ago | ||||
| An isolation test for SERIALIZABLE READ ONLY DEFERRABLE | 949 | Moved to different CF | Not processed | Thomas Munro (macdice) | Michael Paquier (michael-kun), Kevin Grittner (kgrittn) | Kevin Grittner (kgrittn) | 2 | 9 years ago |
