Commitfest 2017-09 (2017-09-01 â 2017-09-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: 89. Moved to next CF: 127. Rejected: 8. Returned with Feedback: 33. Total: 257.
Closed patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Group mode for CLOG updates | 358 | Committed | Performance | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas), Dilip Kumar (dilip.kumar), Pavan Deolasee (pavan) | Robert Haas (rhaas) | 9 | 8 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 | |
| POC: Cache data in GetSnapshotData() | 553 | Returned with feedback | Performance | Not processed | Andres Freund (andresfreund), mithun cy (mithun.cy) | 2 | 8 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 | ||
| 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 | |||
| Make async slave to wait for lsn to be replayed | 772 | Moved to different CF | Not processed | Ivan Kartyshov (fenimorkin) | Thomas Munro (macdice), Dmitry Ivanov (funbringer), Anna Akenteva (a.akenteva), Alexandra Pervushina (a.pervushina) | 14 | 5 years ago | ||||
| Write Amplification Reduction Method (WARM) | 775 | Returned with feedback | Performance | Not processed | Pavan Deolasee (pavan) | Ãlvaro Herrera (alvherre) | Ãlvaro Herrera (alvherre) | 5 | 8 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 | ||||
| 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 | |||
| 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 | |||
| Auto Prewarm | 848 | Committed | 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 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 | ||
| psql export import bytea data | 913 | Rejected | libpq | Not processed | Pavel Stehule (okbobcz) | Stephen Frost (sfrost), Jason O'Donnell (jasonodonnell) | 3 | 8 years ago | |||
| initdb configurable wal_segment_size | 921 | Committed | 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 | ||
| Transactions involving multiple postgres foreign servers | 928 | Returned with feedback | Not processed | Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) | Vinayak Pokale (vinpokale) | 3 | 8 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 | |||
| 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 | ||
| ECPG: Declare Statement | 936 | Moved to different CF | libpq | Not processed | Takeshi Ideriha (ideriha) | Haribabu Kommi (haribabu), Vinayak Pokale (vinpokale) | 4 | 8 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 | |||
| "synchronous_replay" mode for load balancing reads without stale data | 951 | Moved to different CF | Not processed | Thomas Munro (macdice) | Dmitry Dolgov (erthalion), Thom Brown (thom), Alex Scotti (ajscotti) | 3 | 8 years ago | ||||
| GUC for cleanup index threshold | 952 | Moved to different CF | Not processed | Masahiko Sawada (masahikosawada) | Peter Geoghegan (pgeoghegan), Kyotaro Horiguchi (horiguti), Alexander Korotkov (smagen) | Fedor Sigaev (sigaev) | 5 | 8 years ago | |||
| new plpgsql extra_checks | 962 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Stephen Frost (sfrost), Tomas Vondra (fuzzycz) | Tomas Vondra (fuzzycz) | 6 | 7 years ago | |||
| Cache line alignment of PGXACT | 974 | Returned with feedback | Performance | Not processed | Alexander Korotkov (smagen) | Tomas Vondra (fuzzycz), Ashutosh Sharma (ashutosh.sharma88), jason li (jasonysli) | 2 | 8 years ago | |||
| Fix a bug that can prevent standby from restarting | 980 | Moved to different CF | Bugfix | Not processed | Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | Heikki Linnakangas (heikki) | 6 | 8 years ago | ||
| LWLock optimization for Power processors | 984 | Returned with feedback | Performance | Not processed | Alexander Korotkov (smagen) | mithun cy (mithun.cy) | 2 | 8 years ago | |||
| pgbench - functions & operators | 985 | Moved to different CF | libpq | Not processed | Fabien Coelho (calvin) | Fedor Sigaev (sigaev), Pavel Stehule (okbobcz) | Fedor Sigaev (sigaev) | 4 | 8 years ago | ||
| Parallel Append implementation | 987 | Moved to different CF | Performance | Not processed | Amit Khandekar (amitdkhan) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 4 | 8 years ago | ||
| add GUCs to control custom plan logic | 990 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 6 | 7 years ago | |||
| Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM | 992 | Moved to different CF | Refactoring Only | Not processed | Nikolay Shaplov (nataraj) | 3 | 8 years ago | ||||
| Partition-wise join for declarative partitioned tables | 994 | Moved to different CF | Performance | Not processed | Ashutosh Bapat (ashutoshbapat) | Etsuro Fujita (efujita), Amit Langote (amitlan), Antonin Houska (a.houska), Thomas Munro (macdice) | Robert Haas (rhaas) | 3 | 6 years ago | ||
| parallelize queries containing initplans | 997 | Moved to different CF | Performance | Not processed | Amit Kapila (amitkapila), Kuntal Ghosh (kuntal_ghosh) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 3 | 8 years ago | ||
| Page Scan Mode in Hash Index | 999 | Committed | Performance | Not processed | Ashutosh Sharma (ashutosh.sharma88) | Amit Kapila (amitkapila), Alexander Korotkov (smagen), Jesper Pedersen (jpedersen) | Robert Haas (rhaas) | 2 | 8 years ago | ||
| Convert join OR clauses into UNION queries | 1001 | Moved to different CF | Performance | Not processed | Tom Lane (tgl) | Peter Geoghegan (pgeoghegan), Jim Nasby (decibel), Noah Misch (nmisch) | 7 | 7 years ago | |||
| pg_stat_walwrites system view | 1003 | Moved to different CF | Monitoring | Not processed | Haribabu Kommi (haribabu) | Fujii Masao (masaofujii), Julien Rouhaud (rjuju), Kuntal Ghosh (kuntal_ghosh), Vinayak Pokale (vinpokale) | 3 | 8 years ago | |||
| SERIALIZABLE with parallel query | 1004 | Moved to different CF | Performance | 12 | Not processed | Thomas Munro (macdice) | Masahiko Sawada (masahikosawada), Haribabu Kommi (haribabu), Kevin Grittner (kgrittn) | Thomas Munro (macdice) | 10 | 7 years ago | |
| Proposal for changes to recovery.conf API | 1008 | Moved to different CF | Not processed | Simon Riggs (simon) | Michael Paquier (michael-kun), Peter Eisentraut (petere) | 3 | 8 years ago | ||||
| snapshot builder fixes | 1020 | Committed | Bugfix | Not processed | Petr JelÃnek (pjmodos) | Andres Freund (andresfreund) | 2 | 8 years ago | |||
| Statement timeout behavior in extended queries | 1021 | Committed | Not processed | Tatsuo Ishii (ishii) | Takayuki Tsunakawa (maumau) | Andres Freund (andresfreund) | 2 | 8 years ago | |||
| UPDATE of partition key | 1023 | Moved to different CF | Not processed | Amit Khandekar (amitdkhan) | Ãlvaro Herrera (alvherre), David Rowley (davidrowley), Dilip Kumar (dilip.kumar), Amit Langote (amitlan), Thomas Munro (macdice) | Robert Haas (rhaas) | 5 | 8 years ago | |||
| Pipelining/batch mode support for libpq | 1024 | Returned with feedback | Performance | Not processed | Craig Ringer (ringerc), vaishnavi prabakaran (vaishnavip) | Andres Freund (andresfreund), Michael Paquier (michael-kun), Daniel Vérité (danielverite), Aya Iwata (iwata.aya) | 2 | 5 years ago | |||
| possibility to specify sort columns for psql describe commands in verbose mode | 1032 | Moved to different CF | libpq | Not processed | Pavel Stehule (okbobcz) | Alexander Korotkov (smagen), Davy Machado (davy.machado) | 4 | 8 years ago | |||
| Better estimate merging for duplicate vars in clausesel.c | 1036 | Returned with feedback | Performance | Not processed | David Rowley (davidrowley) | Claudio Freire (klaussfreire) | 2 | 8 years ago | |||
| Remove special wraparound code for pg_serial SLRU | 1041 | Moved to different CF | Refactoring Only | Not processed | Thomas Munro (macdice) | Anastasia Lubennikova (lubennikovaav) | Tom Lane (tgl) | 5 | 8 years ago | ||
| postgres_fdw: support parameterized foreign joins | 1042 | Moved to different CF | Not processed | Etsuro Fujita (efujita) | Artur Zakirov (a.zakirov) | 3 | 8 years ago | ||||
| Allow some utility commands underneath query eligible for parallel plan | 1045 | Moved to different CF | Performance | Not processed | Haribabu Kommi (haribabu) | Rafia Sabih (rafia.sabih) | Robert Haas (rhaas) | 3 | 8 years ago | ||
| Statement-level rollback | 1050 | Returned with feedback | Not processed | Takayuki Tsunakawa (maumau) | Simon Riggs (simon) | 2 | 8 years ago | ||||
| Moving documentation to DocBook.XML | 1052 | Moved to different CF | Docs Only | Not processed | Alexander Lakhin (law) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 3 | 8 years ago | ||
| postgres_fdw: evaluate placeholdervars on remote server | 1055 | Returned with feedback | Not processed | Etsuro Fujita (efujita) | 2 | 8 years ago | |||||
| psql markdown output format | 1056 | Moved to different CF | libpq | Not processed | Jan Michálek (jeleniste) | Fabien Coelho (calvin) | 3 | 8 years ago | |||
| Hash partitioning | 1059 | Moved to different CF | Not processed | Amul Sul (sulamul) | Dilip Kumar (dilip.kumar), Jesper Pedersen (jpedersen), Yugo Nagata (yugo.nagata), Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 3 | 8 years ago | |||
| Generic type subscripting | 1062 | Moved to different CF | 14 | Not processed | Dmitry Dolgov (erthalion) | Tom Lane (tgl), Pavel Stehule (okbobcz), Artur Zakirov (a.zakirov) | Alexander Korotkov (smagen) | 19 | 5 years ago | ||
| SQL/JSON support in PostgreSQL | 1063 | Moved to different CF | SQL Commands | Not processed | Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) | Piotr Stefaniak (pstef) | 4 | 8 years ago | |||
| Refactor handling of database attributes between pg_dump and pg_dumpall | 1067 | Moved to different CF | libpq | Not processed | Haribabu Kommi (haribabu) | vaishnavi prabakaran (vaishnavip) | Tom Lane (tgl) | 4 | 8 years ago | ||
| Fix ambiguous typesetting of callouts in examples | 1082 | Committed | Docs Only | Not processed | Thomas Munro (macdice) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| Make psql \di show index with type info | 1083 | Returned with feedback | libpq | Not processed | Amos Bird (amosbird) | Fabien Coelho (calvin) | 1 | 8 years ago | |||
| Fix off-by-one in logical slot resource retention | 1084 | Returned with feedback | Bugfix | Not processed | Craig Ringer (ringerc) | Aleksander Alekseev (a.alekseev) | 1 | 8 years ago | |||
| XML XPath default namespace support | 1085 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Kyotaro Horiguchi (horiguti) | 8 | 7 years ago | ||||
| Rename pg_log directory | 1086 | Committed | System Administration | Not processed | Andreas Karlsson (kandreas) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 9 years ago | ||
| Updating the "tool sets" documentation for modern FreeBSD | 1087 | Committed | Docs Only | Not processed | Thomas Munro (macdice) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| Foreign Join pushdowns not working properly because of missing extensions | 1088 | Committed | Bugfix | Not processed | David Rowley (davidrowley), Ashutosh Bapat (ashutoshbapat) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| \d+ improvements for partitioned tables | 1089 | Moved to different CF | Not processed | Amit Langote (amitlan), Ashutosh Bapat (ashutoshbapat) | Rushabh Lathia (rlathia) | Simon Riggs (simon) | 2 | 8 years ago | |||
| Add and report the new "session_read_only" GUC pseudo-variable. | 1090 | Moved to different CF | Not processed | Elvis Pranskevichus (elprans) | Melanie Plageman (melanieplageman) | 3 | 7 years ago | ||||
| Improve performance of SPI results | 1092 | Returned with feedback | Performance | Not processed | Jim Nasby (decibel) | 1 | 8 years ago | ||||
| Make the optimiser aware of partitions ordering | 1093 | Moved to different CF | Performance | Not processed | Julien Rouhaud (rjuju), Ronan Dunklau (rdunklau) | Amit Langote (amitlan) | 2 | 8 years ago | |||
| create_unique_path and GEQO | 1094 | Moved to different CF | Refactoring Only | Not processed | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 3 | 8 years ago | |||
| pg_dump generates corrupted gzip file in Windows | 1095 | Committed | Bugfix | Not processed | Kuntal Ghosh (kuntal_ghosh) | Ashutosh Sharma (ashutosh.sharma88) | Tom Lane (tgl) | 1 | 9 years ago | ||
| Consistent capitalization of procedural languages | 1096 | Committed | Docs Only | Not processed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | 1 | 9 years ago | |||
| Remove unused argument in btree_xlog_split | 1097 | Committed | Refactoring Only | Not processed | Anastasia Lubennikova (lubennikovaav), Aleksander Alekseev (a.alekseev) | Heikki Linnakangas (heikki) | 1 | 8 years ago | |||
| merge psql ef/ev sf/sv handling functions | 1098 | Committed | Refactoring Only | Not processed | Fabien Coelho (calvin) | Victor Drobny (faza107) | Tom Lane (tgl) | 1 | 8 years ago | ||
| psql version number access | 1099 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Pavel Stehule (okbobcz) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Savepoint-related statements terminate connection | 1100 | Committed | Bugfix | Not processed | Takayuki Tsunakawa (maumau) | Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Rewriting the test of pg_upgrade as a TAP test | 1101 | Returned with feedback | Refactoring Only | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Refactoring identifier checks to consistently use strcmp | 1102 | Moved to different CF | Refactoring Only | Not processed | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 3 | 8 years ago | ||
| psql - set special variables to show query status | 1103 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Pavel Stehule (okbobcz) | Tom Lane (tgl) | 1 | 8 years ago | ||
| ANALYZE command progress checker | 1104 | Returned with feedback | Monitoring | Not processed | Vinayak Pokale (vinpokale) | Tatsuro Yamada (tatsuro_yamada) | 1 | 8 years ago | |||
| Cosmetic renaming of PG_GETARG_FOO to PG_GETARG_FOO_P for all (FOO *) returning functions | 1105 | Committed | Not processed | Mark Dilger (hornschnorter) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 8 years ago | |||
| Range Merge Join | 1106 | Moved to different CF | Performance | Not processed | Jeff Davis (jdavis) | Andrey Borodin (x4m), Peter Moser (pemoser) | 2 | 8 years ago | |||
| Noop case in ExecEvalConvertRowtypeExpr | 1107 | Committed | Bugfix | Not processed | Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 1 | 9 years ago | |||
| Constraint exclusion on partitioned tables | 1108 | Moved to different CF | Performance | Not processed | Ashutosh Bapat (ashutoshbapat) | Jeevan Chalke (jeevan.chalke) | Robert Haas (rhaas) | 3 | 8 years ago | ||
| Warn users about duplicate configuration parameters | 1109 | Rejected | System Administration | Not processed | Aleksander Alekseev (a.alekseev) | 1 | 9 years ago | ||||
| Document the order of changing certain settings when using hot-standby servers | 1110 | Moved to different CF | Docs Only | Not processed | Yorick Peterse (yorickpeterse) | Aleksander Alekseev (a.alekseev) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| pgbench - allow non ascii chars in variable names | 1111 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Tatsuo Ishii (ishii) | Tom Lane (tgl) | 1 | 7 years ago | ||
| Add option to create a replication slot in pg_basebackup if not yet present | 1112 | Committed | Not processed | Michael Banck (mbanck) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Replication status in logical replication | 1113 | Moved to different CF | Bugfix | Not processed | Masahiko Sawada (masahikosawada) | Simon Riggs (simon), Petr JelÃnek (pjmodos), vaishnavi prabakaran (vaishnavip) | Michael Paquier (michael-kun) | 5 | 7 years ago | ||
| Minor code improvement to postgresGetForeignPlan | 1114 | Committed | Refactoring Only | Not processed | Tatsuro Yamada (tatsuro_yamada) | Etsuro Fujita (efujita) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Refactoring of repetitive code in RI triggers | 1115 | Moved to different CF | Refactoring Only | Not processed | Ildar Musin (i.musin) | Ildus Kurbangaliev (ildus) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Supporting huge pages on Windows | 1116 | Moved to different CF | Performance | Not processed | Thomas Munro (macdice), Takayuki Tsunakawa (maumau) | Magnus Hagander (mha) | Magnus Hagander (mha) | 3 | 8 years ago | ||
| index-only count(*) for indexes supporting bitmap scans | 1117 | Moved to different CF | Performance | Not processed | Alexander Kuzmenkov (akuzmenkov) | Alexey Chernyshov (alexey-chernyshov) | Tom Lane (tgl) | 2 | 8 years ago | ||
| pgbench - improve tap test infrastructure | 1118 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Tom Lane (tgl), Nikolay Shaplov (nataraj) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Push LIMIT to SORT through a subquery | 1119 | Committed | Performance | Not processed | Doug Doole (dougdoole) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| WIP: Precalculate stable functions | 1120 | Returned with feedback | Performance | Not processed | Alexander Korotkov (smagen), Artur Zakirov (a.zakirov), Marina Polyakova (whipping.top1991) | Aleksander Alekseev (a.alekseev) | 1 | 7 years ago | |||
| Check integers in command line parameters | 1121 | Returned with feedback | System Administration | Not processed | Pierre Ducroquet (pinaraf) | Ryan Murphy (murftown) | 1 | 8 years ago | |||
| Unpack only first 8 bytes in bitlength function | 1122 | Moved to different CF | Performance | Not processed | Mark Dilger (hornschnorter) | Heikki Linnakangas (heikki) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Stable datadir names in TAP tests and retain-on-success override | 1123 | Committed | Not processed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Incremental sort | 1124 | Moved to different CF | Performance | Not processed | Alexander Korotkov (smagen), Tomas Vondra (fuzzycz), James Coleman (jcole1989) | Tomas Vondra (fuzzycz), Antonin Houska (a.houska), James Coleman (jcole1989), Diego - (galponcio) | Tomas Vondra (fuzzycz) | 11 | 6 years ago | ||
| pg_basebackup has stricter tablespace rules than the server | 1125 | Returned with feedback | Not processed | Pierre Ducroquet (pinaraf) | Michael Paquier (michael-kun) | 1 | 8 years ago | ||||
| Fixup some misusage of appendStringInfo and friends | 1126 | Committed | Not processed | David Rowley (davidrowley) | Peter Eisentraut (petere) | 1 | 8 years ago | ||||
| describe query result in psql | 1127 | Committed | libpq | Not processed | Pavel Stehule (okbobcz) | Fabien Coelho (calvin) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Add function pg_advance_replication_slot | 1128 | Moved to different CF | Not processed | Magnus Hagander (mha) | 2 | 8 years ago | |||||
| Atomics for heap_parallelscan_nextpage | 1129 | Committed | Performance | Not processed | David Rowley (davidrowley) | Heikki Linnakangas (heikki) | 1 | 8 years ago | |||
| Test coverage for FDW HANDLER DDL. | 1130 | Committed | Not processed | Amit Langote (amitlan), Mark Dilger (hornschnorter) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Allow users to specify multiple tables in VACUUM commands | 1131 | Moved to different CF | SQL Commands | Not processed | Nathan Bossart (bossartn) | Michael Paquier (michael-kun), Masahiko Sawada (masahikosawada) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Race conditions with WAL sender PID lookups | 1132 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 8 years ago | |||
| Moving relation extension locks out of heavyweight lock manager | 1133 | Moved to different CF | Performance | Not processed | Masahiko Sawada (masahikosawada) | 4 | 7 years ago | ||||
| RLS Summary Table | 1134 | Committed | Docs Only | Not processed | Rod Taylor (rbt) | Fabien Coelho (calvin) | Dean Rasheed (deanr) | 1 | 8 years ago | ||
| Fix planner performance degradation with using new type of snapshot in get_actual_variable_range | 1135 | Committed | Performance | Not processed | Dmitriy Sarafannikov (dsarafan) | Andrey Borodin (x4m) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Improve eval_const_expressions | 1136 | Moved to different CF | Refactoring Only | Not processed | Tom Lane (tgl) | Dmitry Dolgov (erthalion) | Tom Lane (tgl) | 3 | 8 years ago | ||
| Fix example code about AFTER triggers | 1137 | Committed | Docs Only | Not processed | Paul Jungwirth (pjungwir) | Robert Haas (rhaas) | 1 | 9 years ago | |||
| Improve compactify_tuples and PageRepairFragmentation | 1138 | Moved to different CF | Performance | Not processed | Yura Sokolov (funny_falcon) | Claudio Freire (klaussfreire) | 6 | 7 years ago | |||
| allow mix of composite and scalar variables in target list | 1139 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Anthony Bykov (anthonyb) | 2 | 8 years ago | ||||
| clean function argument related variable name | 1140 | Committed | Not processed | Pavel Stehule (okbobcz) | Jeevan Chalke (jeevan.chalke) | Tom Lane (tgl) | 1 | 8 years ago | |||
| Full merge join on comparison clause | 1141 | Moved to different CF | Performance | Not processed | Alexander Kuzmenkov (akuzmenkov) | Jeff Davis (jdavis), Ashutosh Bapat (ashutoshbapat) | 7 | 7 years ago | |||
| disallowing multiple queries in PQexec() | 1142 | Rejected | libpq | Not processed | Surafel Temesgen (surafel) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Improve bitmap costing for lossy pages | 1143 | Moved to different CF | Performance | Not processed | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 2 | 8 years ago | |||
| Making replication commands case-insensitive | 1144 | Rejected | Not processed | Michael Paquier (michael-kun) | 1 | 9 years ago | |||||
| using cached IO function inside concat, concat_ws functions | 1145 | Committed | Performance | Not processed | Pavel Stehule (okbobcz) | Alexander Kuzmenkov (akuzmenkov) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Index Only Scan support for cube | 1146 | Rejected | Performance | Not processed | Andrey Borodin (x4m) | 1 | 8 years ago | ||||
| Improve zh_CN.po translation | 1147 | Rejected | Docs Only | Not processed | Rugal Bernstein (rugal) | 1 | |||||
| Support target_session_attrs=read-only and eliminate the added round-trip to detect session status. | 1148 | Moved to different CF | libpq | Not processed | Takayuki Tsunakawa (maumau) | Michael Banck (mbanck) | 2 | 7 years ago | |||
| Error-like LOG when connecting with SSL for password authentication | 1149 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Ryan Murphy (murftown) | Heikki Linnakangas (heikki) | 1 | 8 years ago | ||
| Implicit prepare of statements: replace literals with parameters and store cached plans | 1150 | Moved to different CF | Performance | Not processed | Konstantin Knizhnik (knizhnik) | 4 | 5 years ago | ||||
| Walsender timeout and large transactions | 1151 | Moved to different CF | Bugfix | Not processed | Petr JelÃnek (pjmodos) | Kyotaro Horiguchi (horiguti), Yura Sokolov (funny_falcon) | Andrew Dunstan (adunstan) | 3 | 8 years ago | ||
| Surjective indexes | 1152 | Moved to different CF | Performance | Not processed | Konstantin Knizhnik (knizhnik) | Simon Riggs (simon), Karl Whitford-Pollard (karlw) | Simon Riggs (simon) | 4 | 8 years ago | ||
| Channel binding support for SCRAM-SHA-256 | 1153 | Returned with feedback | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 1 | 8 years ago | ||||
| Improve implementation of generic atomics | 1154 | Committed | Performance | Not processed | Yura Sokolov (funny_falcon) | Tom Lane (tgl), Jesper Pedersen (jpedersen) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Add --no-comments to skip COMMENTs with pg_dump | 1155 | Moved to different CF | libpq | Not processed | Robins Tharakan (robins) | FabrÃzio Mello (fabriziomello) | Tom Lane (tgl) | 3 | 8 years ago | ||
| Gather speed-up | 1156 | Moved to different CF | Performance | Not processed | Rafia Sabih (rafia.sabih) | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 4 | 8 years ago | ||
| Allow uncompressed GiST | 1157 | Committed | Refactoring Only | Not processed | Andrey Borodin (x4m) | Dmitriy Sarafannikov (dsarafan) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Fix regression in join selectivity estimations when using foreign keys | 1158 | Committed | Bugfix | Not processed | David Rowley (davidrowley) | Tom Lane (tgl) | 1 | 9 years ago | |||
| ALTER INDEX ... SET STATISTICS | 1159 | Committed | System Administration | Not processed | Alexander Korotkov (smagen), Adrien Nayrat (anayrat) | Adrien Nayrat (anayrat) | Simon Riggs (simon) | 1 | 8 years ago | ||
| Improve geometric types | 1160 | Moved to different CF | Not processed | Emre Hasegeli (hasegeli) | Kyotaro Horiguchi (horiguti), Tomas Vondra (fuzzycz), Aleksander Alekseev (a.alekseev) | Tomas Vondra (fuzzycz) | 6 | 7 years ago | |||
| Add missing characters to unaccent rules file. | 1161 | Committed | Bugfix | Not processed | Minh Huong Dang (minhhuong) | Michael Paquier (michael-kun), Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Support to COMMENT ON DATABASE CURRENT_DATABASE | 1163 | Returned with feedback | SQL Commands | Not processed | jing wang (ian) | Surafel Temesgen (surafel), Nathan Bossart (bossartn) | 1 | 8 years ago | |||
| Fix bug in adjusting inherited UPDATE/DELETE tlist in foreign table inheritance | 1164 | Moved to different CF | Bugfix | Not processed | Etsuro Fujita (efujita) | Ildus Kurbangaliev (ildus) | Tom Lane (tgl) | 2 | 8 years ago | ||
| bgw_type | 1165 | Committed | Monitoring | Not processed | Peter Eisentraut (petere) | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Fix LWLock degradation on NUMA | 1166 | Moved to different CF | Performance | Not processed | Yura Sokolov (funny_falcon) | Jesper Pedersen (jpedersen), kalyan s (kalyan) | 7 | 7 years ago | |||
| pg_receivewal --endpos with TAP tests | 1167 | Committed | libpq | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Fix pg_receivewal --verbose | 1168 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Add note about diskspace usage of pg_commit_ts | 1169 | Committed | Docs Only | Not processed | Thomas Munro (macdice) | Simon Riggs (simon) | 1 | 9 years ago | |||
| WIP: Pgbench Serialization and deadlock errors | 1170 | Returned with feedback | libpq | Not processed | Alexander Korotkov (smagen), Marina Polyakova (whipping.top1991) | Fabien Coelho (calvin) | 1 | 4 years ago | |||
| Add memory fields (sometimes) available from getrusage() | 1171 | Committed | Monitoring | Not processed | Justin Pryzby (justinpryzby) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Predicate locking in Gist index | 1172 | Moved to different CF | Not processed | Shubham Barai (shubham) | Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrey Borodin (x4m) | Fedor Sigaev (sigaev) | 4 | 8 years ago | |||
| ECPG: WHENEVER statement with DO CONTINUE action | 1173 | Committed | libpq | Not processed | Vinayak Pokale (vinpokale) | Masahiko Sawada (masahikosawada) | Michael Meskes (meskes) | 1 | 8 years ago | ||
| Optional message to signalled process in pg_terminate_backend()/pg_cancel_backend() | 1174 | Returned with feedback | System Administration | Not processed | Daniel Gustafsson (d_gustafsson) | Yugo Nagata (yugo.nagata) | 1 | 7 years ago | |||
| pg_basebackup should write tar to stdout in binary mode in windows | 1175 | Committed | Bugfix | Not processed | Haribabu Kommi (haribabu) | Ashutosh Sharma (ashutosh.sharma88) | Heikki Linnakangas (heikki) | 1 | 8 years ago | ||
| Visual studio 2017 build support | 1176 | Committed | Not processed | Haribabu Kommi (haribabu) | Andrew Dunstan (adunstan) | 1 | 8 years ago | ||||
| ECPG: Fix threaded test cases on Windows not to crash in setlocale() | 1177 | Committed | libpq | Not processed | Christian Ullrich (chrullrich) | Michael Meskes (meskes) | 1 | 9 years ago | |||
| 64-bit transaction identifiers | 1178 | Moved to different CF | Refactoring Only | Not processed | Alexander Korotkov (smagen) | 4 | 4 years ago | ||||
| Handling of the input data errors in COPY FROM | 1179 | Moved to different CF | SQL Commands | Not processed | Alexey Kondratov (ololobus) | 2 | 8 years ago | ||||
| distinct estimate of a hard-coded VALUES list | 1180 | Committed | Performance | Not processed | Tom Lane (tgl) | Jeff Janes (jjanes) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Fix comparison handling of pg_basebackup for tablespace mapping on Windows | 1181 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Ashutosh Sharma (ashutosh.sharma88) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Setting pd_lower in GIN, BRIN, and SP-GiSt index metapages | 1182 | Moved to different CF | Not processed | Amit Langote (amitlan) | Michael Paquier (michael-kun) | Tom Lane (tgl) | 2 | 8 years ago | |||
| Predicate locking in hash index | 1183 | Moved to different CF | Not processed | Shubham Barai (shubham) | Amit Kapila (amitkapila), Alexander Korotkov (smagen), Thomas Munro (macdice) | Fedor Sigaev (sigaev) | 4 | 8 years ago | |||
| Add support for tuple routing to foreign partitions | 1184 | Moved to different CF | Not processed | Etsuro Fujita (efujita), Amit Langote (amitlan) | Amit Langote (amitlan) | Robert Haas (rhaas) | 4 | 8 years ago | |||
| Incorrect mentions to pg_xlog in walmethods.c/h | 1185 | Committed | Comments Only | Not processed | Michael Paquier (michael-kun) | Ryan Murphy (murftown) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Distinguish selectivity of < from <= and > from >= | 1186 | Committed | Performance | Not processed | Tom Lane (tgl) | Aleksander Alekseev (a.alekseev), Kuntal Ghosh (kuntal_ghosh) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Data corruption and file size overflows in pg_rewind | 1187 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun), Kuntal Ghosh (kuntal_ghosh) | Michael Paquier (michael-kun) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Allow HAVE_UCOL_STRCOLLUTF8 flag to be set conditionally on Windows | 1188 | Rejected | Not processed | Ashutosh Sharma (ashutosh.sharma88) | 1 | 8 years ago | |||||
| Fix segfault in tuplesort when creating index over ordered column and when maintenance_work_mem is large | 1189 | Committed | Bugfix | Not processed | Sergey Koposov (skoposov) | Tom Lane (tgl) | 1 | 8 years ago | |||
| Fix assertion failure caused by synchronous replication | 1190 | Committed | Bugfix | Not processed | Thomas Munro (macdice) | Heikki Linnakangas (heikki) | 1 | 8 years ago | |||
| Shared memory record typmod registry to enable more parallel features | 1192 | Committed | Not processed | Thomas Munro (macdice) | Andres Freund (andresfreund) | Andres Freund (andresfreund) | 1 | 8 years ago | |||
| Explictly initialize replication_slot_catalog_xmin when creating ProcArray | 1193 | Committed | Not processed | Yi Wen Wong (yiwong) | Masahiko Sawada (masahikosawada) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Allow domains over composite types | 1194 | Moved to different CF | Not processed | Tom Lane (tgl) | Andrew Dunstan (adunstan) | Tom Lane (tgl) | 2 | 8 years ago | |||
| Replace lfirst() with lfirst_node() and linitial() with linitial_node() appropriately in planner.c | 1195 | Committed | Refactoring Only | Not processed | Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat) | Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Adding -E switch to pg_dumpall | 1196 | Committed | libpq | Not processed | Michael Paquier (michael-kun) | Fabien Coelho (calvin) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| More flexible LDAP search filters | 1197 | Committed | System Administration | Not processed | Thomas Munro (macdice) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Default Partition for Range | 1198 | Committed | SQL Commands | Not processed | Beena Emerson (beena.emerson) | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Predicate locking in Gin index | 1199 | Moved to different CF | Not processed | Shubham Barai (shubham) | Alexander Korotkov (smagen) | 2 | 8 years ago | ||||
| Add citext_pattern_ops to citext contrib module | 1200 | Committed | Not processed | Alexey Chernyshov (alexey-chernyshov) | Jacob Champion (jchampion) | Andrew Dunstan (adunstan) | 1 | 8 years ago | |||
| pgbench doc typo about random_exponential | 1201 | Committed | Docs Only | Not processed | Alik Khilazhev (alikhil) | Fabien Coelho (calvin) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| New function for tsquery creation | 1202 | Moved to different CF | Not processed | Dmitry Ivanov (funbringer), Victor Drobny (faza107) | Aleksander Alekseev (a.alekseev), Oliver Ford (ojford) | Fedor Sigaev (sigaev) | 4 | 8 years ago | |||
| Fix handling of WCO constraints in direct foreign table modification | 1203 | Committed | Bugfix | Not processed | Etsuro Fujita (efujita) | Kyotaro Horiguchi (horiguti) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Implement NULL-related checks in object address functions to prevent cache lookup errors | 1204 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | 7 | 5 years ago | |||||
| Improve selectivity estimate for semi- and anti-join with <> quals | 1205 | Moved to different CF | Performance | Not processed | Thomas Munro (macdice) | Ashutosh Bapat (ashutoshbapat) | Tom Lane (tgl) | 3 | 8 years ago | ||
| pgbench - add random_zipfian function | 1206 | Returned with feedback | libpq | Not processed | Alik Khilazhev (alikhil) | Fabien Coelho (calvin) | 1 | 8 years ago | |||
| Pageinspect - add functions on GIN and GiST indexes from gevel | 1207 | Moved to different CF | Not processed | Alexey Chernyshov (alexey-chernyshov) | 2 | 8 years ago | |||||
| Adjust the cost of Gather for target evaluation | 1208 | Moved to different CF | Bugfix | Not processed | Amit Kapila (amitkapila), Jeff Janes (jjanes) | Robert Haas (rhaas) | 4 | 8 years ago | |||
| Make ExplainOpenGroup()/ExplainCloseGroup() available for extensions. | 1209 | Committed | Refactoring Only | Not processed | Hadi Moshayedi (hadi) | Robert Haas (rhaas), Kyotaro Horiguchi (horiguti) | Tom Lane (tgl) | 1 | 8 years ago | ||
| fix tabcomplete for psql pset pager | 1210 | Committed | libpq | Not processed | Pavel Stehule (okbobcz) | Jeff Janes (jjanes) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| possibility to specify pager by PSQL_PAGER env variable | 1211 | Committed | libpq | Not processed | Pavel Stehule (okbobcz) | Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Spread SET NOT NULL to child tables with PRIMARY KEY created on parent | 1212 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 8 years ago | ||
| tab completion for "create user mapping for" | 1213 | Committed | libpq | Not processed | Jeff Janes (jjanes) | Tom Lane (tgl) | 1 | 8 years ago | |||
| postgres_fdw super user checks | 1214 | Moved to different CF | Security | Not processed | Jeff Janes (jjanes) | Andreas Karlsson (kandreas) | Robert Haas (rhaas) | 3 | 8 years ago | ||
| Predicate locking in SP-Gist index | 1215 | Returned with feedback | Not processed | Shubham Barai (shubham) | Alexander Korotkov (smagen) | 1 | 8 years ago | ||||
| Mention pg_stat_wal_receiver in streaming replication docs | 1216 | Moved to different CF | Docs Only | Not processed | Michael Paquier (michael-kun) | Jeff Janes (jjanes) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Vacuum: Update FSM more frequently | 1217 | Moved to different CF | Not processed | Claudio Freire (klaussfreire) | Masahiko Sawada (masahikosawada), jing wang (ian) | Tom Lane (tgl) | 4 | 8 years ago | |||
| Pattern based listeners for asynchronous messaging (LISTEN/NOTIFY) | 1218 | Moved to different CF | Not processed | Markus Sintonen (markuss) | 2 | 8 years ago | |||||
| comment update in partition.c | 1219 | Committed | Comments Only | Not processed | Beena Emerson (beena.emerson) | Dean Rasheed (deanr) | 1 | 8 years ago | |||
| reload-through-the-top-parent switch for the partition table | 1220 | Committed | Not processed | Rushabh Lathia (rlathia) | Amul Sul (sulamul) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Remove 1MB size limit for tsvector | 1221 | Moved to different CF | Not processed | Ildus Kurbangaliev (ildus) | 2 | 8 years ago | |||||
| pgbench: custom initialization steps | 1222 | Moved to different CF | libpq | Not processed | Masahiko Sawada (masahikosawada) | Fabien Coelho (calvin), Beena Emerson (beena.emerson) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Block level parallel vacuum | 1223 | Moved to different CF | Performance | Not processed | Masahiko Sawada (masahikosawada) | 2 | 8 years ago | ||||
| INSERT ON CONFLICT and partitioned tables | 1224 | Moved to different CF | Not processed | Amit Langote (amitlan) | Ãlvaro Herrera (alvherre), Jeevan Ladhe (jeevanladhe) | Robert Haas (rhaas) | 3 | 8 years ago | |||
| Tests for red-black trees | 1225 | Committed | Not processed | Victor Drobny (faza107) | Tom Lane (tgl), Aleksander Alekseev (a.alekseev) | Tom Lane (tgl) | 1 | 8 years ago | |||
| pgbench - remove -M order constraint | 1226 | Committed | libpq | Not processed | Tom Lane (tgl) | Tatsuo Ishii (ishii), Fabien Coelho (calvin) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Add Roman numeral conversion to to_number | 1227 | Moved to different CF | Not processed | Oliver Ford (ojford) | Doug Doole (dougdoole) | 2 | 8 years ago | ||||
| libpq: Support for Apple Secure Transport SSL library | 1228 | Moved to different CF | libpq | Not processed | Daniel Gustafsson (d_gustafsson) | 2 | 7 years ago | ||||
| Better LDAP error messages | 1229 | Moved to different CF | System Administration | Not processed | Thomas Munro (macdice) | Ashutosh Bapat (ashutoshbapat) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Small code improvement for btree | 1230 | Committed | Refactoring Only | Not processed | Masahiko Sawada (masahikosawada) | Doug Doole (dougdoole) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Creating backup history files for backups taken from standbys | 1231 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | Masahiko Sawada (masahikosawada), David Steele (dsteele) | Fujii Masao (masaofujii) | 4 | 8 years ago | |||
| Add support for Default partition | 1232 | Committed | Not processed | Rahila Syed (rahila.syed), Jeevan Ladhe (jeevanladhe) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Fix number skipping in to_number | 1233 | Moved to different CF | Bugfix | Not processed | Oliver Ford (ojford) | Thomas Munro (macdice), nathan wagner (nw) | Tom Lane (tgl) | 2 | 8 years ago | ||
| coverage analysis improvements | 1234 | Moved to different CF | Refactoring Only | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Support arrays over domain types | 1235 | Committed | Not processed | Tom Lane (tgl) | Andrew Dunstan (adunstan) | Tom Lane (tgl) | 1 | 8 years ago | |||
| additional contrib test suites | 1236 | Committed | Not processed | Peter Eisentraut (petere) | David Steele (dsteele) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING | 1237 | Returned with feedback | Not processed | Marko Tiikkaja (johto) | Haribabu Kommi (haribabu) | 1 | 1 year ago | ||||
| multivariate MCV lists and histograms | 1238 | Moved to different CF | 12 | Not processed | Tomas Vondra (fuzzycz) | David Rowley (davidrowley), Dean Rasheed (deanr) | Tomas Vondra (fuzzycz) | 9 | 7 years ago | ||
| Generational memory allocator | 1239 | Moved to different CF | Performance | Not processed | Tomas Vondra (fuzzycz) | Simon Riggs (simon) | Simon Riggs (simon) | 2 | 8 years ago | ||
| Simplify ACL handling for large objects and removal of superuser() checks | 1240 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | vaishnavi prabakaran (vaishnavip) | Tom Lane (tgl) | 2 | 8 years ago | |||
| INSERT .. ON CONFLICT DO SELECT | 1241 | Moved to different CF | SQL Commands | Not processed | Marko Tiikkaja (johto) | Peter Geoghegan (pgeoghegan) | 3 | 8 years ago | |||
| taking stdbool.h into use | 1242 | Moved to different CF | Not processed | Peter Eisentraut (petere) | Thomas Munro (macdice) | 2 | 8 years ago | ||||
| reltuples in VACUUM and ANALYZE | 1243 | Moved to different CF | Bugfix | Not processed | Tomas Vondra (fuzzycz) | Haribabu Kommi (haribabu) | Tom Lane (tgl) | 4 | 8 years ago | ||
| Avoid SIGBUS with DSM segments on Linux (POSIX implementation)? | 1244 | Committed | Not processed | Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 8 years ago | ||||
| Default names for CRL and CA files in the backend | 1245 | Committed | Docs Only | Not processed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Explicit relation name in VACUUM VERBOSE log | 1246 | Returned with feedback | Refactoring Only | Not processed | Masahiko Sawada (masahikosawada) | Simon Riggs (simon) | 1 | 8 years ago | |||
| Push aggregation down to base relations and joins | 1247 | Moved to different CF | Not processed | Antonin Houska (a.houska) | Tom Lane (tgl), Ashutosh Bapat (ashutoshbapat), Richard Guo (richardguo), Andy Fan (andyf) | 19 | 5 years ago | ||||
| Subscription code improvements | 1248 | Moved to different CF | Refactoring Only | Not processed | Petr JelÃnek (pjmodos), Masahiko Sawada (masahikosawada) | Peter Eisentraut (petere) | 4 | 8 years ago | |||
| assorted code cleanup | 1249 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun), Ryan Murphy (murftown) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Partition-wise aggregation/grouping | 1250 | Moved to different CF | Performance | Not processed | Jeevan Chalke (jeevan.chalke) | Ashutosh Bapat (ashutoshbapat) | Robert Haas (rhaas) | 4 | 8 years ago | ||
| scan-build plpython stuff | 1251 | Moved to different CF | Refactoring Only | Not processed | Peter Eisentraut (petere) | John Naylor (john.naylor) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Foreign Key Arrays | 1252 | Moved to different CF | SQL Commands | Not processed | Mark Rofail (markmoheb) | Andreas Karlsson (kandreas), Sergey Myasoedov (smyasoedov) | Ãlvaro Herrera (alvherre) | 6 | 4 years ago | ||
| add max_worker_processes_per_user setting | 1253 | Moved to different CF | Monitoring | Not processed | Peter Eisentraut (petere) | Rosser Schwarz (rosser) | 2 | 8 years ago | |||
| psql \graw execution and output format | 1254 | Returned with feedback | libpq | Not processed | Pavel Stehule (okbobcz) | Fabien Coelho (calvin) | 1 | 8 years ago | |||
| psql - add ability to test whether a variable exists | 1255 | Committed | libpq | Not processed | Fabien Coelho (calvin) | Andrew Dunstan (adunstan) | 1 | 8 years ago | |||
| add --if-exists to pg_recvlogical | 1256 | Moved to different CF | Not processed | Rosser Schwarz (rosser) | 2 | 8 years ago | |||||
| pgbench: faster version of tpcb-like transaction | 1257 | Returned with feedback | libpq | Not processed | Jeff Janes (jjanes) | Fabien Coelho (calvin) | 1 | 8 years ago | |||
| show "aggressive" or not in closing message of vacuum | 1258 | Moved to different CF | Not processed | Kyotaro Horiguchi (horiguti) | Masahiko Sawada (masahikosawada) | Robert Haas (rhaas) | 2 | 8 years ago | |||
| Fix race condition between SELECT and ALTER TABLE NO INHERIT | 1259 | Moved to different CF | Bugfix | Not processed | Kyotaro Horiguchi (horiguti) | Tom Lane (tgl) | Tom Lane (tgl) | 3 | 8 years ago | ||
| Restricting maximum keep segments by repslots | 1260 | Moved to different CF | 13 | Not processed | Kyotaro Horiguchi (horiguti) | Masahiko Sawada (masahikosawada), Greg Stark (stark), Jehan-Guillaume de Rorthais (ioguix) | 12 | 6 years ago | |||
| Improving overflow checks when adding tuple to PGresult | 1261 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 8 years ago | ||
| OpenFile() Permissions Refactor | 1262 | Committed | Refactoring Only | Not processed | David Steele (dsteele) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| amcheck heap verification | 1263 | Moved to different CF | Monitoring | Not processed | Peter Geoghegan (pgeoghegan) | Simon Riggs (simon), Andrey Borodin (x4m) | Andres Freund (andresfreund) | 4 | 8 years ago | ||
| Exclude partition constaint checking in query execution plan for partitioned table queries | 1264 | Moved to different CF | Performance | Not processed | Konstantin Knizhnik (knizhnik) | David Rowley (davidrowley), Thomas Munro (macdice) | 6 | 7 years ago | |||
| Make post-8.1 style PG_MODULE_MAGIC inclusion the default | 1265 | Committed | Docs Only | Not processed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| Parallel COPY FROM | 1266 | Returned with feedback | Performance | Not processed | Alexey Kondratov (ololobus) | Gerdan Santos (gerdan) | 1 | 8 years ago | |||
| Retire polyphase merge | 1267 | Returned with feedback | Performance | Not processed | Heikki Linnakangas (heikki) | Peter Geoghegan (pgeoghegan) | 1 | 4 years ago | |||
| CLUSTER command progress monitor | 1268 | Returned with feedback | Monitoring | Not processed | Tatsuro Yamada (tatsuro_yamada) | 1 | 7 years ago | ||||
| document and use SPI_result_code_string() | 1269 | Moved to different CF | Refactoring Only | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| code cleanup empty string initializations | 1270 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Aleksandr Parfenov (a.parfenov) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| generated columns | 1271 | Returned with feedback | SQL Commands | Not processed | Peter Eisentraut (petere) | Jaime Casanova (jcasanov) | 1 | 7 years ago | |||
| faster partition pruning in planner | 1272 | Moved to different CF | Performance | Not processed | Amit Langote (amitlan) | Kyotaro Horiguchi (horiguti), David Rowley (davidrowley), Dilip Kumar (dilip.kumar), Amit Khandekar (amitdkhan), Jesper Pedersen (jpedersen), jiang fei (yifei) | Ãlvaro Herrera (alvherre) | 4 | 8 years ago | ||
| Hooks to track changed pages for backup purposes | 1273 | Returned with feedback | Not processed | Andrey Borodin (x4m) | 1 | 8 years ago | |||||
| log_destination=file | 1274 | Moved to different CF | System Administration | Not processed | Magnus Hagander (mha) | Gerdan Santos (gerdan) | 4 | 8 years ago | |||
| Allow VACUUM to have multiple target tables | 1275 | Rejected | SQL Commands | Not processed | Kyotaro Horiguchi (horiguti) | 1 | 8 years ago | ||||
| REINDEX CONCURRENTLY | 1276 | Moved to different CF | System Administration | Not processed | Michael Paquier (michael-kun), Andreas Karlsson (kandreas) | 3 | 7 years ago | ||||
| GnuTLS support | 1277 | Moved to different CF | Security | Not processed | Andreas Karlsson (kandreas), Peter Eisentraut (petere) | 8 | 7 years ago | ||||
| Removing replacement selection sort (replacement_sort_tuples GUC) from tuplesort.c | 1278 | Committed | Refactoring Only | Not processed | Peter Geoghegan (pgeoghegan) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Assert that locks are properly held in PageGetLSN | 1279 | Returned with feedback | Bugfix | Not processed | Asim Rama Praveen (apraveen), Jacob Champion (jchampion), Ashwin Agrawal (ashwinstar) | Michael Paquier (michael-kun) | 1 | 8 years ago | |||
| Wake up WAL writer less aggressively | 1280 | Moved to different CF | Performance | Not processed | Jeff Janes (jjanes) | 2 | 8 years ago | ||||
| sync process names between ps and pg_stat_activity | 1281 | Committed | Monitoring | Not processed | Peter Eisentraut (petere) | Takayuki Tsunakawa (maumau) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| static assertions in C++ | 1282 | Moved to different CF | Not processed | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 3 | 8 years ago | ||||
| Pluggable storage API | 1283 | Moved to different CF | 12 | Not processed | Ãlvaro Herrera (alvherre), Andres Freund (andresfreund), Alexander Korotkov (smagen), Haribabu Kommi (haribabu) | Alexander Korotkov (smagen) | Andres Freund (andresfreund) | 9 | 7 years ago | ||
| Controlling toast_tuple_target to tune rows >2kB | 1284 | Moved to different CF | Performance | Not processed | Simon Riggs (simon) | Andrew Dunstan (adunstan) | Simon Riggs (simon) | 2 | 8 years ago | ||
| JIT compiling expressions/tuple deforming | 1285 | Moved to different CF | Performance | Not processed | Andres Freund (andresfreund) | Konstantin Knizhnik (knizhnik) | 2 | 8 years ago | |||
| Allow group access to $PGDATA | 1445 | Committed | Security | Not processed | Adam Brightwell (abrightwell), David Steele (dsteele) | Stephen Frost (sfrost) | 1 | 8 years ago |
