Commitfest 2017-11 (2017-11-01 â 2017-11-30)
This commitfest is closed. Open patches in this commitfest are no longer being picked up by CI. If you want CI to run on your patch, move it to an open commitfest.
No reviewers
My patches
My reviews
Status summary: Committed: 55. Moved to next CF: 108. Rejected: 1. Returned with Feedback: 42. Total: 206.
Closed patches
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |
| 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 | ||||
| Logical decoding on standby | 788 | Returned with feedback | 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 | Returned with feedback | 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 | Returned with feedback | 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 | |||
| 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 | ||
| 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 | ||
| 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 | Returned with feedback | 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 | Returned with feedback | 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 | |||
| 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 | ||
| 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 | Returned with feedback | Refactoring Only | Not processed | Nikolay Shaplov (nataraj) | 3 | 8 years ago | ||||
| Partition-wise join for declarative partitioned tables | 994 | Committed | 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 | Committed | Performance | Not processed | Amit Kapila (amitkapila), Kuntal Ghosh (kuntal_ghosh) | Haribabu Kommi (haribabu) | Robert Haas (rhaas) | 3 | 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 | Returned with feedback | 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 | Returned with feedback | Not processed | Simon Riggs (simon) | Michael Paquier (michael-kun), Peter Eisentraut (petere) | 3 | 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 | |||
| 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 | |||
| 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 | Returned with feedback | Not processed | Etsuro Fujita (efujita) | Artur Zakirov (a.zakirov) | 3 | 8 years ago | ||||
| Allow some utility commands underneath query eligible for parallel plan | 1045 | Committed | Performance | Not processed | Haribabu Kommi (haribabu) | Rafia Sabih (rafia.sabih) | Robert Haas (rhaas) | 3 | 8 years ago | ||
| Moving documentation to DocBook.XML | 1052 | Committed | Docs Only | Not processed | Alexander Lakhin (law) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 3 | 8 years ago | ||
| psql markdown output format | 1056 | Returned with feedback | libpq | Not processed | Jan Michálek (jeleniste) | Fabien Coelho (calvin) | 3 | 8 years ago | |||
| Hash partitioning | 1059 | Committed | 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 | ||
| XML XPath default namespace support | 1085 | Moved to different CF | Not processed | Pavel Stehule (okbobcz) | Kyotaro Horiguchi (horiguti) | 8 | 7 years ago | ||||
| \d+ improvements for partitioned tables | 1089 | Committed | Not processed | Amit Langote (amitlan), Ashutosh Bapat (ashutoshbapat) | Rushabh Lathia (rlathia) | Simon Riggs (simon) | 2 | 8 years ago | |||
| Make the optimiser aware of partitions ordering | 1093 | Returned with feedback | 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 | |||
| 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 | ||
| Range Merge Join | 1106 | Returned with feedback | Performance | Not processed | Jeff Davis (jdavis) | Andrey Borodin (x4m), Peter Moser (pemoser) | 2 | 8 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 | ||
| Document the order of changing certain settings when using hot-standby servers | 1110 | Committed | Docs Only | Not processed | Yorick Peterse (yorickpeterse) | Aleksander Alekseev (a.alekseev) | Peter Eisentraut (petere) | 2 | 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 | ||
| Refactoring of repetitive code in RI triggers | 1115 | Committed | 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 | Committed | Performance | Not processed | Alexander Kuzmenkov (akuzmenkov) | Alexey Chernyshov (alexey-chernyshov) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Unpack only first 8 bytes in bitlength function | 1122 | Committed | Performance | Not processed | Mark Dilger (hornschnorter) | Heikki Linnakangas (heikki) | Tom Lane (tgl) | 2 | 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 | ||
| Add function pg_advance_replication_slot | 1128 | Returned with feedback | Not processed | Magnus Hagander (mha) | 2 | 8 years ago | |||||
| Allow users to specify multiple tables in VACUUM commands | 1131 | Committed | SQL Commands | Not processed | Nathan Bossart (bossartn) | Michael Paquier (michael-kun), Masahiko Sawada (masahikosawada) | Tom Lane (tgl) | 2 | 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 | ||||
| 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 | ||
| 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 | Returned with feedback | Not processed | Pavel Stehule (okbobcz) | Anthony Bykov (anthonyb) | 2 | 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 | |||
| Improve bitmap costing for lossy pages | 1143 | Committed | Performance | Not processed | Dilip Kumar (dilip.kumar) | Robert Haas (rhaas) | 2 | 8 years ago | |||
| Support target_session_attrs=read-only and eliminate the added round-trip to detect session status. | 1148 | Returned with feedback | libpq | Not processed | Takayuki Tsunakawa (maumau) | Michael Banck (mbanck) | 2 | 7 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 | ||
| 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 | ||
| 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 | |||
| Fix bug in adjusting inherited UPDATE/DELETE tlist in foreign table inheritance | 1164 | Committed | Bugfix | Not processed | Etsuro Fujita (efujita) | Ildus Kurbangaliev (ildus) | Tom Lane (tgl) | 2 | 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 | |||
| 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 | |||
| 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 | Returned with feedback | SQL Commands | Not processed | Alexey Kondratov (ololobus) | 2 | 8 years ago | ||||
| Fix comparison handling of pg_basebackup for tablespace mapping on Windows | 1181 | Committed | 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 | Committed | 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 | |||
| Allow domains over composite types | 1194 | Committed | Not processed | Tom Lane (tgl) | Andrew Dunstan (adunstan) | Tom Lane (tgl) | 2 | 8 years ago | |||
| Predicate locking in Gin index | 1199 | Returned with feedback | Not processed | Shubham Barai (shubham) | Alexander Korotkov (smagen) | 2 | 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 | |||
| 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 | ||
| Pageinspect - add functions on GIN and GiST indexes from gevel | 1207 | Returned with feedback | 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 | |||
| 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 | ||
| Mention pg_stat_wal_receiver in streaming replication docs | 1216 | Committed | 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 | Returned with feedback | Not processed | Markus Sintonen (markuss) | 2 | 8 years ago | |||||
| Remove 1MB size limit for tsvector | 1221 | Returned with feedback | Not processed | Ildus Kurbangaliev (ildus) | 2 | 8 years ago | |||||
| pgbench: custom initialization steps | 1222 | Committed | 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 | Returned with feedback | 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 | |||
| Add Roman numeral conversion to to_number | 1227 | Returned with feedback | Not processed | Oliver Ford (ojford) | Doug Doole (dougdoole) | 2 | 8 years ago | ||||
| libpq: Support for Apple Secure Transport SSL library | 1228 | Returned with feedback | libpq | Not processed | Daniel Gustafsson (d_gustafsson) | 2 | 7 years ago | ||||
| Better LDAP error messages | 1229 | Committed | System Administration | Not processed | Thomas Munro (macdice) | Ashutosh Bapat (ashutoshbapat) | Peter Eisentraut (petere) | 2 | 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 | |||
| Fix number skipping in to_number | 1233 | Committed | Bugfix | Not processed | Oliver Ford (ojford) | Thomas Munro (macdice), nathan wagner (nw) | Tom Lane (tgl) | 2 | 8 years ago | ||
| coverage analysis improvements | 1234 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 8 years 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 | Committed | 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 | Committed | 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 | Returned with feedback | 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 | ||
| 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 | |||
| 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 | Committed | 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 | Returned with feedback | Monitoring | Not processed | Peter Eisentraut (petere) | Rosser Schwarz (rosser) | 2 | 8 years ago | |||
| add --if-exists to pg_recvlogical | 1256 | Returned with feedback | Not processed | Rosser Schwarz (rosser) | 2 | 8 years ago | |||||
| show "aggressive" or not in closing message of vacuum | 1258 | Committed | 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 | |||
| 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 | |||
| document and use SPI_result_code_string() | 1269 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | 2 | 8 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 | ||
| log_destination=file | 1274 | Moved to different CF | System Administration | Not processed | Magnus Hagander (mha) | Gerdan Santos (gerdan) | 4 | 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 | ||||
| Wake up WAL writer less aggressively | 1280 | Returned with feedback | Performance | Not processed | Jeff Janes (jjanes) | 2 | 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 | Committed | Performance | Not processed | Simon Riggs (simon) | Andrew Dunstan (adunstan) | Simon Riggs (simon) | 2 | 8 years ago | ||
| JIT compiling expressions/tuple deforming | 1285 | Returned with feedback | Performance | Not processed | Andres Freund (andresfreund) | Konstantin Knizhnik (knizhnik) | 2 | 8 years ago | |||
| Exclude pg_internal.init from base backup | 1286 | Committed | Not processed | David Steele (dsteele) | Petr JelÃnek (pjmodos) | Simon Riggs (simon) | 1 | 8 years ago | |||
| Remove useless code in ExecInitModifyTable | 1287 | Moved to different CF | Refactoring Only | Not processed | Etsuro Fujita (efujita) | Amit Langote (amitlan) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Lazy hash table for snapshot's "xid in progress" | 1288 | Moved to different CF | Performance | Not processed | Yura Sokolov (funny_falcon) | Tomas Vondra (fuzzycz) | 6 | 7 years ago | |||
| Old row version in hot chain become visible after a freeze | 1289 | Moved to different CF | Bugfix | Not processed | Robert Haas (rhaas), Andres Freund (andresfreund), Daniel Wood (danwood) | Robert Haas (rhaas), Andres Freund (andresfreund) | Andres Freund (andresfreund) | 2 | 8 years ago | ||
| Cache lookup errors for missing replication origins | 1290 | Committed | Not processed | Michael Paquier (michael-kun) | Masahiko Sawada (masahikosawada) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| psql - add :SERVER_VERSION variable | 1291 | Rejected | libpq | Not processed | Fabien Coelho (calvin) | Pavel Stehule (okbobcz), Gerdan Santos (gerdan) | 1 | 8 years ago | |||
| fix pgbench active loop under low rate | 1292 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Heikki Linnakangas (heikki) | 1 | 8 years ago | |||
| GatherMerge misses to push target list | 1293 | Committed | Bugfix | Not processed | Amit Kapila (amitkapila) | Rushabh Lathia (rlathia) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Custom compression methods | 1294 | Moved to different CF | Not processed | Ildus Kurbangaliev (ildus) | 10 | 5 years ago | |||||
| Call RelationDropStorage() for broader range of object drops. | 1295 | Moved to different CF | Refactoring Only | Not processed | Hadi Moshayedi (hadi) | 2 | 8 years ago | ||||
| Better estimate for filter cost | 1296 | Moved to different CF | Performance | Not processed | Yuto Hayamizu (hayamiz), Ryoji Kawamichi (kawamichi) | Thomas Munro (macdice), Ashutosh Bapat (ashutoshbapat) | 5 | 7 years ago | |||
| Commits don't block for synchronous replication | 1297 | Moved to different CF | Bugfix | Not processed | Asim Rama Praveen (apraveen), Ashwin Agrawal (ashwinstar) | Michael Paquier (michael-kun), Masahiko Sawada (masahikosawada) | Simon Riggs (simon) | 2 | 8 years ago | ||
| Compress method for SP-GiST | 1298 | Returned with feedback | Performance | Not processed | Heikki Linnakangas (heikki), Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov) | 1 | 8 years ago | ||||
| Assertion failure when the non-exclusive pg_stop_backup aborted | 1299 | Moved to different CF | Bugfix | Not processed | Masahiko Sawada (masahikosawada) | Michael Paquier (michael-kun) | Fujii Masao (masaofujii) | 2 | 8 years ago | ||
| Improve catcache/syscache performance | 1300 | Committed | Performance | Not processed | Andres Freund (andresfreund) | Andres Freund (andresfreund) | 1 | 8 years ago | |||
| Don't ignore idle_in_transaction_session_timeout when statement timeout is pending | 1301 | Committed | Bugfix | Not processed | Lukas Fittl (lfittl) | Andres Freund (andresfreund) | 1 | 8 years ago | |||
| Make pg_rewind not copy useless WALs | 1302 | Moved to different CF | Performance | Not processed | Chen huajun (chenhuajun) | Alexander Korotkov (smagen) | 2 | 8 years ago | |||
| Regression tests for V2 protocol. | 1303 | Returned with feedback | Not processed | Andres Freund (andresfreund) | Michael Paquier (michael-kun) | 1 | 8 years ago | ||||
| pgbench - use enum for meta commands | 1304 | Committed | Refactoring Only | Not processed | Fabien Coelho (calvin) | Aleksandr Parfenov (a.parfenov) | Tom Lane (tgl) | 1 | 8 years ago | ||
| pgbench - fix progress and final report when some transactions are skipped | 1305 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Steve Singer (ssinger) | Tom Lane (tgl) | 1 | 8 years ago | ||
| pgbench - another attempt at tap test for time-related options | 1306 | Moved to different CF | libpq | Not processed | Fabien Coelho (calvin) | 14 | 5 years ago | ||||
| pgbench - option to build using ppoll() for larger connection counts | 1307 | Returned with feedback | libpq | Not processed | doug rady (drady) | Fabien Coelho (calvin), Robins Tharakan (robins) | 1 | 8 years ago | |||
| pgbench - - break out timing data for initialization phases | 1308 | Returned with feedback | libpq | Not processed | doug rady (drady) | Fabien Coelho (calvin), Robins Tharakan (robins) | 1 | 8 years ago | |||
| Enhancements to passwordcheck | 1309 | Returned with feedback | Not processed | Nathan Bossart (bossartn) | 1 | 8 years ago | |||||
| moving some partitioning code to executor | 1310 | Committed | Refactoring Only | Not processed | Amit Langote (amitlan) | Ãlvaro Herrera (alvherre) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Another oddity in handling of WCO constraints in postgres_fdw | 1311 | Moved to different CF | Bugfix | Not processed | Etsuro Fujita (efujita) | Artur Zakirov (a.zakirov) | Jeff Davis (jdavis) | 4 | 7 years ago | ||
| pgbench - fix loop on sql send failure | 1312 | Committed | Bugfix | Not processed | Fabien Coelho (calvin) | Pavan Deolasee (pavan) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Fix bloom WAL check | 1313 | Committed | Bugfix | Not processed | Alexander Korotkov (smagen) | Michael Paquier (michael-kun), Masahiko Sawada (masahikosawada) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Tests for reloptions | 1314 | Committed | Not processed | Nikolay Shaplov (nataraj) | Michael Paquier (michael-kun) | Ãlvaro Herrera (alvherre) | 1 | 8 years ago | |||
| Adding an option to pg_basebackup to output messages as if it were running in batch-mode, as opossed to running in a tty | 1315 | Moved to different CF | System Administration | Not processed | MartÃn Marqués (mmarques) | Artur Zakirov (a.zakirov) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Additional logging for VACUUM and ANALYZE | 1316 | Moved to different CF | Not processed | Nathan Bossart (bossartn) | FabrÃzio Mello (fabriziomello) | Robert Haas (rhaas) | 2 | 8 years ago | |||
| Pipelining/batch mode support for libpq | 1317 | Moved to different CF | Performance | Not processed | Craig Ringer (ringerc), vaishnavi prabakaran (vaishnavip) | Andres Freund (andresfreund), Daniel Vérité (danielverite) | 6 | 5 years ago | |||
| Session Start/End hooks | 1318 | Returned with feedback | Not processed | FabrÃzio Mello (fabriziomello), Yugo Nagata (yugo.nagata) | Michael Paquier (michael-kun) | Andrew Dunstan (adunstan) | 1 | 8 years ago | |||
| Add ALWAYS DEFERRED option for CONSTRAINTs and CONSTRAINT TRIGGERs | 1319 | Moved to different CF | Security | Not processed | Nicolas Williams (cryptonector) | Ãlvaro Herrera (alvherre), Robbie Harwood (rharwood) | 5 | 7 years ago | |||
| Support to COMMENT ON DATABASE CURRENT_DATABASE | 1320 | Moved to different CF | SQL Commands | Not processed | jing wang (ian) | Surafel Temesgen (surafel), Nathan Bossart (bossartn) | 3 | 8 years ago | |||
| Channel binding support for SCRAM-SHA-256, take two | 1321 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 8 years ago | |||
| Fix write query with CTE having the same name as a qualified table | 1322 | Committed | Bugfix | Not processed | Julien Rouhaud (rjuju) | Thomas Munro (macdice) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Fix json[b]_build_array and json[b]_build_object for variadic calls | 1323 | Committed | Bugfix | Not processed | Michael Paquier (michael-kun) | Tom Lane (tgl) | 1 | 8 years ago | |||
| Improper const-evaluation of HAVING with grouping sets and subquery pullup | 1324 | Moved to different CF | Bugfix | Not processed | Heikki Linnakangas (heikki) | Tom Lane (tgl), Andrew Gierth (rhodiumtoad) | Tom Lane (tgl) | 2 | 8 years ago | ||
| Add recovery_min_apply_delay_reconnect recovery option | 1325 | Returned with feedback | Not processed | Eric Radman (eradman) | Michael Paquier (michael-kun) | 1 | 8 years ago | ||||
| EXPLAIN (ANALYZE, BUFFERS) reports bogus temporary buffer read at EOF | 1326 | Committed | Not processed | Thomas Munro (macdice) | Robert Haas (rhaas) | 1 | 8 years ago | ||||
| Make FDWs writable from standby | 1327 | Returned with feedback | Not processed | Alexander Korotkov (smagen) | 1 | 8 years ago | |||||
| Fix typo in blvacuum.c | 1329 | Committed | Comments Only | Not processed | Eiji Seki (seki.eiji) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Runtime Partition Pruning | 1330 | Moved to different CF | Performance | Not processed | David Rowley (davidrowley), Beena Emerson (beena.emerson) | Ãlvaro Herrera (alvherre), David Rowley (davidrowley), Jesper Pedersen (jpedersen), Amul Sul (sulamul) | Ãlvaro Herrera (alvherre) | 3 | 8 years ago | ||
| An ECPG application skips the next character after a single quote when it shound't | 1331 | Committed | Bugfix | Not processed | Takayuki Tsunakawa (maumau) | Michael Meskes (meskes) | 1 | 8 years ago | |||
| IDENTITY columns causing crash on typed and partition tables | 1332 | Moved to different CF | Bugfix | Not processed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 2 | 8 years ago | ||
| Implementing pg_receivewal --no-sync | 1333 | Committed | libpq | Not processed | Michael Paquier (michael-kun) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| Lockable views | 1334 | Returned with feedback | SQL Commands | Not processed | Yugo Nagata (yugo.nagata) | Tatsuo Ishii (ishii) | 1 | 8 years ago | |||
| Jsonb transform for pl/perl | 1335 | Moved to different CF | Not processed | Anthony Bykov (anthonyb) | Pavel Stehule (okbobcz), Aleksander Alekseev (a.alekseev), Nikita Glukhov (n.glukhov) | Peter Eisentraut (petere) | 3 | 8 years ago | |||
| Jsonb transform for pl/python | 1336 | Returned with feedback | Not processed | Anthony Bykov (anthonyb) | Pavel Stehule (okbobcz), Aleksander Alekseev (a.alekseev) | 1 | 8 years ago | ||||
| Support UTF16/32 host variable in ECPG | 1337 | Returned with feedback | libpq | Not processed | jing wang (ian) | 1 | 8 years ago | ||||
| Index only scan for cube and seg | 1338 | Committed | Refactoring Only | Not processed | Andrey Borodin (x4m) | Tom Lane (tgl) | Tom Lane (tgl) | 1 | 8 years ago | ||
| Timeline ID in backup_label file | 1339 | Moved to different CF | Not processed | Michael Paquier (michael-kun) | David Steele (dsteele) | Simon Riggs (simon) | 2 | 8 years ago | |||
| Parallel safety for extern params | 1340 | Committed | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas) | Robert Haas (rhaas) | 1 | 8 years ago | |||
| parallel.c oblivion of worker-startup failures | 1341 | Moved to different CF | Bugfix | Not processed | Amit Kapila (amitkapila), Robert Haas (rhaas) | Robert Haas (rhaas) | 2 | 8 years ago | |||
| Parallel Worker Error | 1342 | Committed | Bugfix | Not processed | Amit Kapila (amitkapila) | Robert Haas (rhaas) | Robert Haas (rhaas) | 1 | 8 years ago | ||
| Restrict pg_rewind to specified/needed directories | 1343 | Moved to different CF | System Administration | Not processed | Chris Travers (einhverfr) | 2 | 8 years ago | ||||
| Add Pow() support to pgbench | 1344 | Moved to different CF | libpq | Not processed | Raúl MarÃn (algunenano) | Fabien Coelho (calvin) | Robert Haas (rhaas) | 2 | 8 years ago | ||
| Fix cube KNN by coordinate | 1345 | Moved to different CF | Bugfix | Not processed | Alexander Korotkov (smagen) | Andrey Borodin (x4m) | Fedor Sigaev (sigaev) | 2 | 8 years ago | ||
| psql command \graw | 1346 | Moved to different CF | libpq | Not processed | Pavel Stehule (okbobcz) | Fabien Coelho (calvin) | 2 | 8 years ago | |||
| Rewrite PL/Python's typeio logic | 1347 | Committed | Not processed | Tom Lane (tgl) | Anthony Bykov (anthonyb) | Tom Lane (tgl) | 1 | 8 years ago | |||
| BRIN bloom and multi-minmax indexes | 1348 | Moved to different CF | Not processed | Tomas Vondra (fuzzycz) | 11 | 5 years ago | |||||
| postgres.exe crashes with access violation on Windows while starting up | 1349 | Committed | Bugfix | Not processed | Takayuki Tsunakawa (maumau) | Michael Paquier (michael-kun) | Noah Misch (nmisch) | 1 | 8 years ago | ||
| Covering B-tree indexes (aka INCLUDE) | 1350 | Moved to different CF | Not processed | Anastasia Lubennikova (lubennikovaav) | Peter Geoghegan (pgeoghegan), Alexander Korotkov (smagen), Andrey Borodin (x4m) | Fedor Sigaev (sigaev) | 3 | 8 years ago | |||
| More stats about skipped/executed vacuums | 1351 | Returned with feedback | Monitoring | Not processed | Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | 1 | 8 years ago | |||
| Fix dumping pre-10 DBs by pg_dump10 if table "name" exists | 1352 | Committed | Bugfix | Not processed | Vitaly Burovoy (vitaly.burovoy) | Tom Lane (tgl) | 1 | 8 years ago | |||
| Removing [Merge]Append nodes which contain a single subpath | 1353 | Moved to different CF | Performance | Not processed | David Rowley (davidrowley) | Ãlvaro Herrera (alvherre), Tomas Vondra (fuzzycz) | Tom Lane (tgl) | 8 | 7 years ago | ||
| Remove secondary checkpoint | 1354 | Committed | Not processed | Simon Riggs (simon) | Michael Paquier (michael-kun), Takayuki Tsunakawa (maumau) | Simon Riggs (simon) | 1 | 8 years ago | |||
| Add some const decorations to prototypes | 1355 | Committed | Refactoring Only | Not processed | Peter Eisentraut (petere) | Fabien Coelho (calvin) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Consistently catch errors from Python _New() functions | 1356 | Committed | Bugfix | Not processed | Peter Eisentraut (petere) | Peter Eisentraut (petere) | 1 | 8 years ago | |||
| postgres_fdw: Add support for INSERT OVERRIDING clause | 1357 | Moved to different CF | Bugfix | Not processed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | 2 | 8 years ago | |||
| Statement-level rollback | 1358 | Moved to different CF | Not processed | Takayuki Tsunakawa (maumau) | 3 | 8 years ago | |||||
| SQL procedures | 1359 | Committed | SQL Commands | Not processed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz), Andrew Dunstan (adunstan) | Peter Eisentraut (petere) | 1 | 8 years ago | ||
| Transaction control in procedures | 1360 | Moved to different CF | Not processed | Peter Eisentraut (petere) | Andrew Dunstan (adunstan) | Peter Eisentraut (petere) | 2 | 8 years ago | |||
| Dynamic result sets from procedures | 1361 | Returned with feedback | SQL Commands | Not processed | Peter Eisentraut (petere) | Andrew Dunstan (adunstan) | 1 | 8 years ago | |||
| PARALLEL flag for cursors | 1362 | Moved to different CF | Performance | Not processed | Tomas Vondra (fuzzycz) | Simon Riggs (simon) | 2 | 8 years ago | |||
| Generic WAL compression | 1363 | Moved to different CF | Performance | Not processed | Oleg Ivanov (tigvarts) | Antonin Houska (a.houska) | 2 | 8 years ago | |||
| Remove LEFT JOINs in more cases | 1364 | Moved to different CF | Performance | Not processed | David Rowley (davidrowley) | Antonin Houska (a.houska) | 5 | 7 years ago | |||
| local partitioned indexes | 1365 | Moved to different CF | Not processed | Ãlvaro Herrera (alvherre) | David Rowley (davidrowley), Jaime Casanova (jcasanov), Jesper Pedersen (jpedersen) | Ãlvaro Herrera (alvherre) | 2 | 8 years ago | |||
| Flexible configuration for full-text search | 1366 | Returned with feedback | Not processed | Artur Zakirov (a.zakirov), Aleksandr Parfenov (a.parfenov) | 1 | 7 years ago |
