Commitfest 2019-01

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 58. Moved to next CF: 127. Withdrawn: 4. Rejected: 3. Returned with Feedback: 38. Total: 230.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix the optimization to skip WAL-logging on table created in same transaction 528 Moved to next CF 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) nmisch 19 2020-04-06
07:02
2020-04-06
07:04
postgres.exe doesn't output crash dump when it crashes before main() 1525 Moved to next CF Not processed Takayuki Tsunakawa (maumau) Haribabu Kommi (haribabu) 9 2019-11-12
03:19
2019-11-12
03:20
Fix cancelled queries when hot_standby_feedback = on 1683 Returned with feedback Not processed Ivan Kartyshov (fenimorkin) Alexander Korotkov (smagen) 4 2019-01-31
11:17
2019-01-31
11:17
Strengthen PGSharedMemoryCreate checks for still-attached processes 1767 Moved to next CF Not processed Noah Misch (nmisch) Daniel Gustafsson (d_gustafsson), Alexandra Wang (l-wang) nmisch 5 2019-04-27
15:23
2019-05-10
07:47
Clean .ready and .done files for missing WAL segments at recovery 1810 Committed Not processed Michael Paquier (michael-kun) Nathan Bossart (bossartn), Ibrar Ahmed (ibrar) michael-kun 2 2018-12-10
06:11
2018-12-10
06:10
Allow AddForeignUpdateTargets to add extra target expressions other than columns 1819 Moved to next CF Not processed Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti) efujita 6 2019-11-27
07:27
2019-11-27
07:30
logical decoding Segmentation fault (predicate index causing crash) 1852 Committed Not processed Álvaro Herrera (alvherre), Petr Jelínek (pjmodos) Peter Eisentraut (petere) petere 2 2019-01-30
11:22
2019-01-31
00:36
Avoid duplicate XIDs at recovery when building initial snapshot - take 2 1866 Returned with feedback Not processed Michael Paquier (michael-kun) 2 2018-12-03
00:49
2018-12-03
06:43
ON COMMIT actions and inheritance 1871 Committed Not processed Amit Langote (amitlan) Michael Paquier (michael-kun) michael-kun 1 2018-11-09
01:22
2018-11-09
01:10
XML fixes 1872 Moved to next CF 12 Not processed Pavel Stehule (okbobcz), Chapman Flack (chap) Ryan Lambert (ryanlambert) alvherre 2 2019-04-01
21:42
2019-04-01
22:09
Fix bug in multi-server ldapserver 1876 Committed Not processed Thomas Munro (macdice) macdice 1 2018-11-13
06:12
2018-11-13
04:54
More issues with pg_verify_checksums and checksum verification in base backups 1878 Committed Not processed Michael Paquier (michael-kun) michael-kun 1 2018-11-30
01:44
2018-11-30
01:44
Fix BufFileSize() return type 1880 Committed Not processed Thomas Munro (macdice) macdice 1 2018-11-15
03:32
2018-11-29
00:01
ALTER INDEX ... ALTER COLUMN not present in dump 1884 Committed Not processed Michael Paquier (michael-kun) Adrien Nayrat (anayrat), Amul Sul (sulamul) michael-kun 1 2018-12-18
00:32
2018-12-18
00:31
Allow stopping wal senders to be invovled in SyncRepReleaseWaiters() also. 1888 Committed Not processed Paul Guo (paulguo-pivotal) Michael Paquier (michael-kun) michael-kun 1 2018-11-29
00:16
2018-11-29
00:16
pg_partition_tree crashes for a non-defined relation 1907 Committed Not processed Michael Paquier (michael-kun) Stephen Frost (sfrost), Amit Langote (amitlan) michael-kun 1 2018-12-12
01:04
2018-12-14
00:27
Remove "combining diacriticals" in unaccent rules 1924 Moved to next CF Not processed Hugh Ranalli (hughr) Thomas Munro (macdice) macdice 2 2019-02-18
03:36
2019-02-18
03:36
use exec_stmt instead exec_stmt_block 1926 Committed Not processed Pavel Stehule (okbobcz) Peter Eisentraut (petere) michael-kun 1 2018-12-30
06:33
2018-12-30
07:35
Make COPY TO STDOUT \g file or \g |command take the argument to \g into account 1930 Committed Not processed Daniel Vérité (danielverite) Fabien Coelho (calvin) tgl 1 2019-01-26
19:16
2019-01-28
20:24
Update generate_unaccent_rules.py to work with revised (r29+) Latin-ASCII transliteration file format 1932 Committed Not processed Hugh Ranalli (hughr) Michael Paquier (michael-kun) michael-kun 1 2019-01-10
06:13
2019-02-18
03:36
Avoid heap optimizations during COPY on foreign tables 1936 Committed Not processed Michael Paquier (michael-kun), Amit Langote (amitlan), Luis M Carril (lmcarril) Etsuro Fujita (efujita) michael-kun 1 2018-12-23
07:52
2018-12-25
01:48
Truncate bug with tables which have temp table inherited 1949 Committed Not processed Michael Paquier (michael-kun), Amit Langote (amitlan) michael-kun 1 2018-12-27
01:35
2018-12-27
03:48
Clients
pgbench - allow to store query results into variables 669 Committed Not processed Fabien Coelho (calvin) Stephen Frost (sfrost), Amit Langote (amitlan), Rafia Sabih (rafia.sabih) alvherre 12 2019-01-10
16:44
2019-01-10
21:23
pgbench - another attempt at tap test for time-related options 1306 Moved to next CF Not processed Fabien Coelho (calvin) 14 2020-07-13
10:22
2020-07-13
10:21
hostorder and failover_timeout for libpq 1631 Returned with feedback Not processed Ildar Musin (i.musin) Surafel Temesgen (surafel) 4 2019-02-03
10:36
2019-02-03
10:36
Add --include-table-data-where option to pg_dump, to export only a subset of table data 1644 Returned with feedback Not processed Carter Thaxton (carter.thaxton) Gerdan Santos (gerdan), Surafel Temesgen (surafel) 4 2019-01-31
13:21
2019-01-31
19:21
New libpq option to prefer standby for connection 1677 Moved to next CF Not processed Haribabu Kommi (haribabu), vigneshwaran C (vignesh.postgres), Greg Nancarrow (gregn1234) Laurenz Albe (laurenz), Takayuki Tsunakawa (maumau), Peter Smith (smithpb) tgl 15 2021-03-03
01:18
2021-03-03
18:54
Psql patch to show access methods info 1689 Moved to next CF 13 Not processed Alik Khilazhev (alikhil), Sergey Cherkashin (cherkashins) Kyotaro Horiguchi (horiguti), Nikita Glukhov (n.glukhov), vigneshwaran C (vignesh.postgres) smagen 10 2020-03-08
10:46
2020-03-08
10:47
Show size of partitioned table 1731 Moved to next CF Not processed Pavel Stehule (okbobcz) Mathias Brossard (mathias) alvherre 4 2019-04-07
19:13
2019-04-08
17:37
pgbench - add pseudo-random permutation function 1736 Moved to next CF Not processed Fabien Coelho (calvin), Hironobu Suzuki (suzuki_hironobu) Muhammad Usama (muhammad_usama) deanr 14 2021-04-06
12:34
2021-04-06
21:31
libpq host/hostaddr consistency 1769 Moved to next CF Not processed Fabien Coelho (calvin) Artur Zakirov (a.zakirov) alvherre 6 2019-09-11
13:17
2019-09-11
13:16
pg_dump multi VALUES INSERT 1832 Moved to next CF 12 Not processed David Rowley (davidrowley), Surafel Temesgen (surafel) Fabien Coelho (calvin), Gerdan Santos (gerdan) alvherre 3 2019-03-07
12:48
2019-03-08
02:22
libpq trace log 1854 Moved to next CF 13 Not processed Aya Iwata (iwata.aya) Jacob Champion (jchampion), Jim Doty (doty-pivotal), Ramanarayana M (ramnar) 5 2021-01-18
00:33
2021-04-02
23:07
pg_dumpall --exclude-database option 1860 Moved to next CF 12 Not processed Andrew Dunstan (adunstan) Fabien Coelho (calvin) adunstan 3 2019-03-01
16:14
2019-02-01
03:46
Improve tab completion for CREATE TABLE 1895 Committed Not processed Dagfinn Ilmari Mannsåker (ilmari) michael-kun 1 2018-12-20
05:34
2018-12-23
15:33
Add sqlstate output mode to VERBOSITY 1898 Moved to next CF 12 Not processed didier gautheron (didier.users.sourceforge.net) Dagfinn Ilmari Mannsåker (ilmari) tgl 2 2019-04-04
21:22
2019-04-04
21:26
psql display of foreign keys 1899 Moved to next CF 12 Not processed Álvaro Herrera (alvherre) Peter Eisentraut (petere) alvherre 2 2019-03-26
14:58
2019-03-26
14:35
DECLARE STATEMENT syntax support in ECPG 1928 Moved to next CF 12 Not processed Hayato Kuroda (ha-kun) meskes 2 2019-02-17
23:21
2019-02-04
02:19
Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS 1929 Committed Not processed Tatsuro Yamada (tatsuro_yamada) Peter Eisentraut (petere) michael-kun 1 2019-01-28
06:32
2019-01-28
06:53
A new data type 'bytea' for ECPG host variable 1935 Moved to next CF 12 Not processed Ryo Matsumura (ryo) meskes 2 2019-02-18
16:34
2019-02-19
01:09
Unified logging system for command-line programs 1963 Moved to next CF Not processed Peter Eisentraut (petere) Donald Dong (ddong) petere 2 2019-04-01
18:57
2019-04-02
20:48
Documentation
SQL/JSON: documentation 1704 Returned with feedback Not processed Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) 4 2019-02-04
02:04
2019-02-04
02:04
improve documentation about default privileges 1739 Committed Not processed Fabien Coelho (calvin) Bradley DeJong (bd) tgl 3 2018-12-03
16:41
2018-12-04
07:16
documenting signal handling with readme 1796 Moved to next CF Not processed Chris Travers (einhverfr) Tom Lane (tgl) 5 2019-09-30
17:58
2019-09-02
17:54
improve pgbench doc about prepared statements 1853 Committed Not processed Tatsuo Ishii (ishii) Fabien Coelho (calvin), Álvaro Herrera (alvarofherrera) ishii 2 2019-01-17
06:47
2019-01-17
06:48
Installation instructions update (pg_ctl) 1857 Committed Not processed Andreas 'ads' Scherbaum (ads) Michael Banck (mbanck), Ryan Lambert (ryanlambert) michael-kun 2 2019-02-02
04:25
2019-02-02
04:25
Improvements to Postgres documentation "Getting started" tutorial for Google Code-in task 1869 Returned with feedback Not processed Andreas 'ads' Scherbaum (ads) 1 2019-02-04
01:59
2019-02-04
01:59
Update INSTALL file 1870 Moved to next CF Not processed Andreas 'ads' Scherbaum (ads) Stephen Frost (sfrost) 2 2019-04-06
20:53
2019-04-06
20:54
Improve documentation about run-time pruning 1900 Committed Not processed Amit Langote (amitlan) alvherre 1 2018-12-31
14:36
2018-12-31
14:36
ALTER TABLE synopsis : action keyword with two different usages 1909 Committed Not processed Lætitia AVROT (arkhena) michael-kun 1 2018-12-28
01:21
2018-12-28
03:36
INSTALL file generation with Pandoc 1912 Committed Not processed Peter Eisentraut (petere) petere 1 2019-01-11
14:15
2019-01-13
09:54
Miscellaneous
XML XPath default namespace support 1085 Rejected Not processed Pavel Stehule (okbobcz) Kyotaro Horiguchi (horiguti) 8 2019-02-04
02:16
2019-02-04
02:16
Add and report the new "session_read_only" GUC pseudo-variable. 1090 Returned with feedback Not processed Elvis Pranskevichus (elprans) Melanie Plageman (melanieplageman) 3 2019-02-04
02:19
2019-02-04
02:19
Applying PMDK to WAL operations for persistent memory 1485 Returned with feedback Not processed yoshimi ichiyanagi (yoshimiyana) Heikki Linnakangas (heikki) 5 2019-02-04
02:55
2019-01-30
06:16
Make installcheck-world in a clean environment 1672 Moved to next CF Not processed Alexander Lakhin (law) 6 2019-07-30
16:56
2019-07-30
16:56
Avoid creation of the free space map for small tables 1821 Moved to next CF 12 Not processed John Naylor (john.naylor) Amit Kapila (amitkapila) amitkapila 3 2019-03-18
02:26
2019-03-18
02:28
Adding a TAP test checking data consistency on standby with minRecoveryPoint 1873 Moved to next CF 12 Not processed Michael Paquier (michael-kun) michael-kun 2 2019-03-13
07:22
2019-03-24
12:47
Pass COPT and PROFILE to CXXFLAGS 1886 Moved to next CF Not processed Christoph Berg (myon) Tom Lane (tgl), Andres Freund (andresfreund), Michael Paquier (michael-kun) michael-kun 2 2019-02-03
08:51
2019-02-03
13:01
Change pg_regress diffs to unified by default 1891 Committed Not processed Christoph Berg (myon) Peter Eisentraut (petere) petere 1 2019-01-02
20:30
2019-01-03
11:16
idle-in-transaction timeout error does not give a hint 1892 Moved to next CF Not processed Tatsuo Ishii (ishii) Takeshi Ideriha (ideriha) 2 2019-03-31
23:49
2019-03-31
23:50
Improve error about unsupported subscription target relations 1901 Committed Not processed Amit Langote (amitlan) Peter Eisentraut (petere) michael-kun 1 2019-01-13
08:07
2019-01-15
00:48
don't create storage when unnecessary 1904 Committed Not processed Álvaro Herrera (alvherre) alvherre 1 2019-01-04
11:32
2019-01-04
12:52
rewrite ExecPartitionCheckEmitError 1905 Committed Not processed Álvaro Herrera (alvherre) alvherre 1 2019-01-01
02:57
2019-01-01
02:57
anycompatible and anycompatiblearray polymorphic types 1911 Moved to next CF Not processed Pavel Stehule (okbobcz) Tom Lane (tgl) tgl 7 2020-03-19
15:43
2020-03-19
16:09
additional foreign key test coverage 1915 Committed Not processed Peter Eisentraut (petere) petere 1 2019-01-16
16:24
2019-01-16
16:17
tab-completion debug print 1917 Returned with feedback Not processed Kyotaro Horiguchi (horiguti) 1 2019-02-02
01:28
2019-02-02
01:28
EXPLAIN with information about modified GUC values 1922 Moved to next CF Not processed Tomas Vondra (fuzzycz) Rafia Sabih (rafia.sabih), John Naylor (john.naylor) fuzzycz 2 2019-04-03
22:23
2019-04-03
22:27
Python 2 and 3 compatibility for generate_unaccent_rules.py 1933 Committed Not processed Hugh Ranalli (hughr) Peter Eisentraut (petere) petere 1 2019-01-04
10:32
2019-02-18
03:36
Don't wake up to check trigger file if none is configured 1945 Withdrawn Not processed Jeff Janes (jjanes) Michael Paquier (michael-kun) 1 2019-01-31
13:09
2019-02-01
01:49
Check for ctags utility in make_ctags 1964 Committed Not processed Nikolay Shaplov (nataraj) Tom Lane (tgl) tgl 1 2019-01-13
18:35
2019-01-13
18:34
Monitoring & Control
Sample values for pg_stat_statements 1460 Returned with feedback Not processed Vik Fearing (xocolatl) Tomas Vondra (fuzzycz), Haribabu Kommi (haribabu), Greg Stark (stark), Julian Markwort (markwort) 6 2019-01-31
11:23
2019-01-31
11:22
Shared-memory based stats collector 1708 Moved to next CF Not processed Kyotaro Horiguchi (horiguti) Tomas Vondra (fuzzycz), Antonin Houska (a.houska) 17 2021-10-01
17:20
2022-04-08
04:44
CLUSTER command progress monitor 1779 Moved to next CF Not processed Tatsuro Yamada (tatsuro_yamada) Surafel Temesgen (surafel) rhaas 4 2019-03-25
15:03
2019-03-26
02:15
Add entry creation timestamp column to pg_stat_replication 1841 Committed Not processed MyungKyu Lim (lmk) Surafel Temesgen (surafel) michael-kun 2 2018-12-09
07:45
2018-12-09
07:44
Add options for COSTS and duration to auto_explain, and add tests 1855 Rejected Not processed Daniel Gustafsson (d_gustafsson) 2 2019-01-31
13:56
2019-01-31
13:55
Add client connection check during the execution of the query 1882 Moved to next CF Not processed Sergey Cherkashin (cherkashins) Stas Kelvich (kelvich) 2 2019-08-01
06:15
2022-02-14
04:15
Change "checkpoint starting" message to use "wal" 1894 Committed Not processed Christoph Berg (myon) Peter Eisentraut (petere) petere 1 2018-12-30
21:25
2018-12-30
21:25
timeout parameters in libpq 1902 Moved to next CF 12 Not processed Ryohei Nagaura (nyannyan) Fabien Coelho (calvin), Kirk Jamison (kirkjamison) michael-kun 2 2019-04-06
06:56
2019-04-08
04:32
Log a sample of transactions 1923 Moved to next CF 12 Not processed Adrien Nayrat (anayrat) Hayato Kuroda (ha-kun) alvherre 2 2019-04-03
21:46
2019-04-04
12:36
Log bind parameter values on error 1934 Moved to next CF 13 Not processed Alexey Bashtanov (bashtanov) alvherre 6 2019-12-11
22:41
2019-12-12
23:19
monitoring CREATE INDEX [CONCURRENTLY] 1966 Moved to next CF 12 Not processed Álvaro Herrera (alvherre) Rahila Syed (rahila.syed), Pavan Deolasee (pavan) alvherre 2 2019-04-02
18:32
2019-04-07
10:39
Performance
Protect syscache from bloating with negative cache entries 931 Moved to next CF Not processed Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki), Jim Nasby (decibel), Takayuki Tsunakawa (maumau), Takeshi Ideriha (ideriha) 23 2021-10-05
16:21
2021-03-24
05:26
SERIALIZABLE with parallel query 1004 Moved to next CF 12 Not processed Thomas Munro (macdice) Masahiko Sawada (masahikosawada), Haribabu Kommi (haribabu), Kevin Grittner (kgrittn) macdice 10 2019-03-15
09:36
2019-03-15
04:51
Removing [Merge]Append nodes which contain a single subpath 1353 Moved to next CF Not processed David Rowley (davidrowley) Álvaro Herrera (alvherre), Tomas Vondra (fuzzycz) tgl 8 2019-03-25
20:00
2019-03-25
23:29
verify ALTER TABLE SET NOT NULL by valid constraints 1389 Moved to next CF Not processed Sergei Kornilov (melkij) David Rowley (davidrowley), Vitaly Burovoy (vitaly.burovoy), Ildar Musin (i.musin) rhaas 7 2019-03-25
15:09
2019-03-25
15:09
Reduce amount of WAL generated by CREATE INDEX for gist, gin and sp-gist 1578 Moved to next CF Not processed Anastasia Lubennikova (lubennikovaav), Andrei Lepikhov (lepikhov) Heikki Linnakangas (heikki), Alexander Kuzmenkov (akuzmenkov) heikki 6 2019-04-03
14:07
2019-04-03
14:07
GiST VACUUM 1598 Moved to next CF 12 Not processed Constantine Kuznetsov (chapaev28), Andrey Borodin (x4m) Heikki Linnakangas (heikki) heikki 5 2019-03-25
16:34
2019-04-05
05:39
Two pass check for deadlock 1602 Returned with feedback Not processed Yura Sokolov (funny_falcon) Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) 4 2019-02-04
05:05
2019-02-04
05:05
libpq compression 1635 Moved to next CF Not processed Konstantin Knizhnik (knizhnik) Jeyson Linares (jeysonl) 5 2019-08-11
00:22
2021-12-03
07:31
WIP: Precalculate stable functions 1648 Returned with feedback Not processed Artur Zakirov (a.zakirov), Marina Polyakova (whipping.top1991) 4 2019-01-31
11:25
2019-01-31
11:25
GROUP BY optimization 1651 Moved to next CF 15 Not processed Fedor Sigaev (sigaev), Pavel Borisov (pborisov) Tomas Vondra (fuzzycz) fuzzycz 12 2022-03-30
23:19
2024-01-26
15:41
Evaluate immutable functions during planning (in FROM clause) 1664 Moved to next CF Not processed Alexander Kuzmenkov (akuzmenkov), Aleksandr Parfenov (a.parfenov) Antonin Houska (a.houska), Anastasia Lubennikova (lubennikovaav), Anthony Bykov (anthonyb) tgl 7 2019-08-01
22:51
2019-09-24
15:17
Moving relation extension locks out of heavyweight lock manager 1666 Returned with feedback Not processed Masahiko Sawada (masahikosawada) 4 2018-12-01
11:58
2018-11-30
01:02
Global shared meta cache 1695 Moved to next CF 13 Not processed Takeshi Ideriha (ideriha) 7 2019-10-30
01:15
2020-02-01
11:51
cost_sort improvement 1706 Returned with feedback Not processed Fedor Sigaev (sigaev) 4 2019-01-31
11:23
2019-01-31
11:23
Remove self join on a unique column 1712 Moved to next CF Not processed Konstantin Knizhnik (knizhnik), Alexander Kuzmenkov (akuzmenkov), Andrei Lepikhov (lepikhov) Alena Rybakina (a.rybakina) smagen 27 2023-10-25
10:02
2025-02-18
07:24
Inline Common Table Expressions 1734 Moved to next CF 12 Not processed Andreas Karlsson (kandreas), Andrew Gierth (rhodiumtoad), David Fetter (dfetter) Tom Lane (tgl) tgl 4 2019-02-16
21:11
2019-03-13
00:45
Autoprepare: implicitly replace literals with parameters and store generalized plan 1747 Moved to next CF Not processed Konstantin Knizhnik (knizhnik) Ryo Yamaji (ryamaji), Ryohei Nagaura (nyannyan) 10 2020-07-01
09:19
2020-07-01
09:18
Tid range scan 1755 Moved to next CF 13 Not processed Edmund Horner (ejrh) David Rowley (davidrowley), Shawn Wang (shawnwang) davidrowley 7 2019-12-01
02:34
2021-02-27
10:05
Block level parallel vacuum 1774 Moved to next CF Not processed Masahiko Sawada (masahikosawada) Dilip Kumar (dilip.kumar), Sergei Kornilov (melkij) amitkapila 8 2020-01-30
02:45
2020-01-30
02:47
Speed up planning with partitions 1778 Moved to next CF 12 Not processed Amit Langote (amitlan) David Rowley (davidrowley), Dilip Kumar (dilip.kumar), Jesper Pedersen (jpedersen), Yoshikazu Imai (yimai) tgl 4 2019-04-01
04:23
2019-04-05
10:47
Make nbtree keys unique by appending heap TID, suffix truncation 1787 Moved to next CF 12 Not processed Peter Geoghegan (pgeoghegan) Heikki Linnakangas (heikki), Andrei Lepikhov (lepikhov) pgeoghegan 4 2019-03-25
17:05
2019-04-01
22:59
Retail IndexTuple Deletion 1802 Returned with feedback Not processed Andrei Lepikhov (lepikhov) 2 2019-01-31
11:21
2019-01-31
11:20
KNN for B-tree 1804 Moved to next CF Not processed Nikita Glukhov (n.glukhov) Alexander Korotkov (smagen), Anastasia Lubennikova (lubennikovaav) smagen 8 2020-03-16
13:18
2024-11-28
11:19
New vacuum option to do only freezing 1817 Moved to next CF 12 Not processed Masahiko Sawada (masahikosawada) Nathan Bossart (bossartn), Darafei Praliaskouski (komzpa) andresfreund 3 2019-04-06
01:23
2019-04-06
07:13
NOTIFY and pg_notify performance when deduplicating notifications 1820 Returned with feedback Not processed Julien Demoor (jdemoor) Catalin Iacob (cataliniacob) 2 2019-02-03
09:39
2019-02-03
09:39
Make the planner treat empty jointrees as selecting from a new dummy RTE type 1827 Committed Not processed Tom Lane (tgl) David Rowley (davidrowley), Mark Dilger (hornschnorter) tgl 2 2019-01-28
22:54
2019-01-28
23:04
Use single-byte Boyer-Moore-Horspool search even with multibyte encodings. 1834 Committed Not processed Heikki Linnakangas (heikki) John Naylor (john.naylor) heikki 2 2019-01-25
14:34
2019-01-28
21:50
Ordered Partitioned Table Scans 1850 Moved to next CF 12 Not processed David Rowley (davidrowley) Julien Rouhaud (rjuju), Antonin Houska (a.houska) tgl 3 2019-04-05
23:21
2019-04-08
05:21
Detoast Compressed Datum Slice 1868 Moved to next CF Not processed Paul Ramsey (pramsey) Andrey Borodin (x4m), Darafei Praliaskouski (komzpa), Regina Obe (reginaobe) sfrost 2 2019-04-03
18:55
2019-04-02
16:42
Convert MAX_SAOP_ARRAY_SIZE to new guc 1875 Withdrawn Not processed James Coleman (jcole1989) Paul Ramsey (pramsey) 1 2019-01-13
19:39
2018-11-16
15:41
Prove IS NOT NULL inference for large arrays 1879 Moved to next CF Not processed James Coleman (jcole1989) David Rowley (davidrowley), Pavel Stehule (okbobcz) tgl 2 2019-03-01
22:14
2019-03-03
00:21
Delay locking partitions during INSERT and UPDATE 1887 Moved to next CF Not processed David Rowley (davidrowley) John Naylor (john.naylor) rhaas 2 2019-02-21
16:33
2019-02-21
19:49
Delay locking partitions during query execution 1897 Moved to next CF Not processed David Rowley (davidrowley) 2 2019-03-05
10:43
2019-03-06
01:40
Ryu floating point output 1920 Moved to next CF 12 Not processed Andrew Gierth (rhodiumtoad) Donald Dong (ddong) rhodiumtoad 2 2019-02-13
15:40
2019-02-21
00:10
Switch to 64-bit Bitmapsets on 64-bit machines 1938 Committed Not processed David Rowley (davidrowley) tgl 1 2018-12-20
19:34
2018-12-20
19:33
Using POPCNT and other advanced bit manipulation instructions 1939 Moved to next CF 12 Not processed David Rowley (davidrowley) tgl 2 2019-02-20
22:40
2019-02-15
16:55
Reduce the footprint of ScanKeyword 1941 Committed Not processed John Naylor (john.naylor) Hayato Kuroda (ha-kun) tgl 1 2019-01-10
01:25
2019-01-09
23:41
Statement-level Triggers For Uniqueness Checks 1946 Withdrawn Not processed Corey Huinker (coreyh) 1 2019-01-29
07:06
2019-01-11
09:22
postgres_fdw: Perform UPPERREL_ORDERED and UPPERREL_FINAL steps remotely 1950 Moved to next CF 12 Not processed Etsuro Fujita (efujita) Antonin Houska (a.houska) efujita 2 2019-04-02
12:06
2019-04-02
11:55
Optimize constant MinMax expressions 1957 Committed Not processed Vik Fearing (xocolatl) Tom Lane (tgl) tgl 1 2018-12-30
19:25
2018-12-30
19:29
SQL Inlining Behavior 1965 Returned with feedback Not processed Adam Brightwell (abrightwell) Tom Lane (tgl) 1 2019-02-03
23:48
2019-02-03
23:47
Procedural Languages
declarative session variables, LET command 1608 Moved to next CF 7/7 +12704−163 Pavel Stehule (okbobcz) Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Laurenz Albe (laurenz), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv), newtglobal postgresql_contributors (newtpostgrescontributors) 35 2025-02-04
05:51
2025-02-16
09:13
plpgsql unique statement id 1881 Committed Not processed Pavel Stehule (okbobcz) Peter Eisentraut (petere) petere 1 2019-01-24
21:27
2019-01-25
08:44
block level PRAGMA 1925 Moved to next CF Not processed Pavel Stehule (okbobcz) 3 2019-04-09
13:03
2019-04-09
18:48
Avoid treating core keywords as reserved in plpgsql 1931 Committed Not processed Tom Lane (tgl) Peter Eisentraut (petere) tgl 1 2019-01-04
17:17
2019-01-04
17:18
Refactoring
get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead 1536 Moved to next CF Not processed Nikolay Shaplov (nataraj) John Dent (denty) 8 2019-10-05
15:19
2019-09-27
08:24
de-deduplicate code in DML execution hooks in postgres_fdw 1619 Committed Not processed Ashutosh Bapat (ashutoshbapat) Etsuro Fujita (efujita) efujita 4 2019-01-17
05:49
2019-01-17
05:57
Replace conversion_create.sql with normal data entries 1626 Committed Not processed John Naylor (john.naylor) Tom Lane (tgl) tgl 4 2019-01-04
00:49
2019-01-04
00:49
Track the next xid using 64 bits 1718 Moved to next CF 12 Not processed Thomas Munro (macdice) Andres Freund (andresfreund) macdice 4 2019-03-28
05:57
2019-03-28
05:29
Add extension options to control TAP and isolation tests (Makefile rules) 1789 Committed Not processed Michael Paquier (michael-kun) Nikolay Shaplov (nataraj) michael-kun 2 2018-12-03
02:21
2018-12-03
00:38
Refactoring the checkpointer's fsync request queue 1829 Moved to next CF Not processed Thomas Munro (macdice), Shawn Debnath (sd) Kevin Grittner (kgrittn), Shawn Debnath (sd) macdice 3 2019-04-04
10:59
2019-04-05
16:22
minor fix in CancelVirtualTransaction 1903 Returned with feedback Not processed Álvaro Herrera (alvherre) Peter Eisentraut (petere), Pavan Deolasee (pavan) 1 2019-02-03
10:26
2019-02-03
10:26
Fast path for empty relids in check_outerjoin_delay() 1914 Returned with feedback Not processed Richard Guo (richardguo) Tom Lane (tgl) 1 2019-01-31
17:05
2019-01-31
17:04
Making WAL receiver startup rely on GUC context for primary_conninfo and primary_slot_name 1916 Moved to next CF Not processed Michael Paquier (michael-kun) Sergei Kornilov (melkij), Donald Dong (ddong) 2 2019-02-16
15:02
2019-01-17
00:54
Clean up some elog messages and comments for do_pg_stop_backup and do_pg_start_backup 1942 Committed Not processed Michael Paquier (michael-kun) Peter Eisentraut (petere) michael-kun 1 2019-01-01
00:04
2019-01-01
01:36
Reorganize collation lookup time and place 1956 Returned with feedback Not processed Peter Eisentraut (petere) 1 2019-02-01
15:27
2019-02-01
18:03
Use atexit() in initdb and pg_basebackup 1959 Committed Not processed Peter Eisentraut (petere) petere 1 2019-01-07
15:36
2019-01-07
15:37
Replication & Recovery
Respect client-initiated CopyDone during logical streaming replication 621 Moved to next CF Not processed Dave Cramer (dcramer), Vladimir Gordiychuk (gordiychuk) Craig Ringer (ringerc) 6 2019-07-08
10:48
2019-07-08
10:41
Logical decoding of two-phase transactions 944 Moved to next CF 13 Not processed Nikhil Sontakke (nikkhils) Tomas Vondra (fuzzycz), Petr Jelínek (pjmodos) 13 2019-09-30
18:04
2021-08-09
03:00
Restricting maximum keep segments by repslots 1260 Moved to next CF 13 Not processed Kyotaro Horiguchi (horiguti) Masahiko Sawada (masahikosawada), Greg Stark (stark), Jehan-Guillaume de Rorthais (ioguix) 12 2019-11-28
03:09
2020-04-08
08:02
Synchronous replay mode for avoiding stale reads on hot standbys 1589 Moved to next CF 13 Not processed Thomas Munro (macdice) 7 2019-07-01
09:05
2019-02-04
06:34
Copy function for logical replication slots 1705 Moved to next CF Not processed Masahiko Sawada (masahikosawada) Petr Jelínek (pjmodos) alvherre 5 2019-05-24
01:36
2019-04-06
02:49
pg_rewind: options to use restore_command from recovery.conf or command line 1849 Moved to next CF 13 Not processed Alexey Kondratov (ololobus) Andrey Borodin (x4m) michael-kun 8 2020-04-01
02:20
2020-04-01
08:56
Row filtering for logical replication 1862 Returned with feedback Not processed Euler Taveira (eulerto) Petr Jelínek (pjmodos), Hironobu Suzuki (suzuki_hironobu) 2 2019-02-03
10:14
2022-03-07
02:31
Connection slots reserved for replication 1867 Moved to next CF Not processed Alexander Kukushkin (cyberdem0n) Kyotaro Horiguchi (horiguti), Petr Jelínek (pjmodos), Masahiko Sawada (masahikosawada), Oleksii Kliukin (alexk), Surafel Temesgen (surafel) michael-kun 3 2019-02-12
01:36
2019-02-12
12:52
create and use subscription for nonsuperuser 1893 Moved to next CF 12 Not processed Evgeny Efimkin (efimkine) Andrey Borodin (x4m) 2 2019-03-26
02:29
2019-03-26
13:32
online change primary_conninfo 1896 Moved to next CF 13 Not processed Sergei Kornilov (melkij) Fujii Masao (masaofujii) alvherre 7 2020-03-27
23:40
2020-04-01
14:03
Remove deprecated exclusive backup mode 1913 Moved to next CF Not processed David Steele (dsteele) Magnus Hagander (mha) 9 2021-03-19
14:13
2020-07-10
19:56
Change pgarch_readyXlog() to return .history files first 1918 Committed Not processed David Steele (dsteele) Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) michael-kun 1 2018-12-24
11:32
2018-12-26
14:45
Add timeline to partial WAL segments 1919 Moved to next CF Not processed David Steele (dsteele) 9 2020-09-30
07:17
2020-09-30
07:17
logical streaming for large in-progress transactions 1927 Moved to next CF Not processed Amit Kapila (amitkapila), Tomas Vondra (fuzzycz), Petr Jelínek (pjmodos), Dilip Kumar (dilip.kumar) Dilip Kumar (dilip.kumar), Masahiko Sawada (masahikosawada), vigneshwaran C (vignesh.postgres) amitkapila 9 2020-09-09
03:10
2020-09-16
06:01
recovery_target_timeline='latest' by default 1955 Committed Not processed Peter Eisentraut (petere) Michael Paquier (michael-kun), David Steele (dsteele) petere 1 2019-01-13
09:18
2019-01-15
03:42
Synchronizing slots from primary to standby 1961 Moved to next CF 13 Not processed Petr Jelínek (pjmodos) Shaun Thomas (bonesmoses) 4 2019-09-30
18:05
2019-07-08
10:28
Security
GnuTLS support 1277 Returned with feedback Not processed Andreas Karlsson (kandreas), Peter Eisentraut (petere) 8 2018-11-29
17:43
2018-11-29
23:00
Add ALWAYS DEFERRED option for CONSTRAINTs and CONSTRAINT TRIGGERs 1319 Returned with feedback Not processed Nicolas Williams (cryptonector) Álvaro Herrera (alvherre), Robbie Harwood (rharwood) 5 2019-01-31
15:24
2019-01-31
15:24
macOS Secure Transport SSL Support 1490 Returned with feedback Not processed Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki) 5 2019-02-04
05:11
2019-02-04
05:12
pg_hba.conf : new auth option : clientcert=verify-full 1522 Moved to next CF Not processed Julian Markwort (markwort) Magnus Hagander (mha), Thomas Munro (macdice) mha 6 2019-03-09
20:23
2019-03-09
20:22
GSSAPI encryption support 1647 Moved to next CF Not processed Robbie Harwood (rharwood) Nicolas Williams (cryptonector) sfrost 5 2019-04-03
20:25
2019-04-09
02:51
Allow has_table_previlege to return false when user has no previlege on namespace 1783 Returned with feedback Not processed Yugo Nagata (yugo.nagata) Gerdan Santos (gerdan) 3 2019-02-04
04:50
2019-02-04
04:50
Server Features
Generic type subscripting 1062 Moved to next CF 14 Not processed Dmitry Dolgov (erthalion) Tom Lane (tgl), Pavel Stehule (okbobcz), Artur Zakirov (a.zakirov) smagen 19 2021-02-01
12:12
2021-02-01
08:39
multivariate MCV lists and histograms 1238 Moved to next CF 12 Not processed Tomas Vondra (fuzzycz) David Rowley (davidrowley), Dean Rasheed (deanr) fuzzycz 9 2019-04-09
02:29
2019-04-09
02:29
Push aggregation down to base relations and joins 1247 Moved to next CF Not processed Antonin Houska (a.houska) Tom Lane (tgl), Ashutosh Bapat (ashutoshbapat), Richard Guo (richardguo), Andy Fan (andyf) 19 2021-03-11
10:06
2021-03-11
13:34
Pluggable storage API 1283 Moved to next CF 12 Not processed Álvaro Herrera (alvherre), Andres Freund (andresfreund), Alexander Korotkov (smagen), Haribabu Kommi (haribabu) Alexander Korotkov (smagen) andresfreund 9 2019-04-05
22:09
2019-04-08
17:37
Custom compression methods 1294 Moved to next CF Not processed Ildus Kurbangaliev (ildus) 10 2019-09-30
18:47
2021-01-19
09:53
BRIN bloom and multi-minmax indexes 1348 Moved to next CF Not processed Tomas Vondra (fuzzycz) 11 2019-12-01
01:52
2021-03-27
20:42
Flexible configuration for full-text search 1421 Returned with feedback Not processed Aleksandr Parfenov (a.parfenov) Aleksander Alekseev (a.alekseev) 6 2019-02-04
06:15
2018-11-29
13:02
Shared Ispell dictionaries 1461 Returned with feedback Not processed Artur Zakirov (a.zakirov) Tomas Vondra (fuzzycz), Ildus Kurbangaliev (ildus) fuzzycz 6 2019-02-03
10:58
2019-04-05
19:35
SQL/JSON: jsonpath 1471 Moved to next CF 12 Not processed Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Tomas Vondra (fuzzycz) smagen 6 2019-04-03
10:00
2019-04-07
00:03
Add enum relation option type 1489 Moved to next CF 13 Not processed Nikolay Shaplov (nataraj) alvherre 8 2019-09-25
19:00
2019-09-25
18:59
ICU as default collation provider 1543 Returned with feedback Not processed Marina Polyakova (whipping.top1991) Peter Geoghegan (pgeoghegan), Daniel Vérité (danielverite), Andrey Borodin (x4m) 5 2019-02-04
06:21
2018-12-12
17:53
Advanced partition matching for partition-wise join 1553 Moved to next CF 13 Not processed Etsuro Fujita (efujita), Ashutosh Bapat (ashutoshbapat) Etsuro Fujita (efujita), Amul Sul (sulamul), Ashutosh Bapat (ashutoshbapat), Mark Dilger (mark.dilger) efujita 11 2020-04-08
02:44
2020-04-08
10:18
Transactions involving multiple postgres foreign servers 1574 Moved to next CF Not processed Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) Takayuki Tsunakawa (maumau), Ashutosh Bapat (ashutoshbapat), Chris Travers (einhverfr), Muhammad Usama (muhammad_usama), Masahiro Ikeda (masahiro.ikeda) 18 2021-10-04
01:00
2021-10-06
03:03
Implement ASSERTIONs per the SQL standard. 1604 Returned with feedback Not processed Joe Wildish (joewildish) 4 2019-01-31
11:22
2019-01-31
11:22
Covering GiST indexes 1615 Moved to next CF 12 Not processed Andrey Borodin (x4m) Andreas Karlsson (kandreas) smagen 5 2019-03-15
10:52
2019-03-10
16:42
Range phrase operator in tsquery 1624 Returned with feedback Not processed Aleksandr Parfenov (a.parfenov) Dmitry Ivanov (funbringer) 4 2018-11-30
20:07
2018-11-30
20:08
Undo logs 1649 Moved to next CF 13 Not processed Dilip Kumar (dilip.kumar), Thomas Munro (macdice) Amit Kapila (amitkapila) 8 2019-12-01
02:24
2019-12-01
02:24
Global snapshots 1662 Returned with feedback Not processed Stas Kelvich (kelvich), Konstantin Knizhnik (knizhnik) Andrey Borodin (x4m) 4 2019-01-31
16:49
2019-01-31
16:46
Index Skip Scan 1741 Moved to next CF 16 Not processed Dmitry Dolgov (erthalion), Thomas Munro (macdice), Jesper Pedersen (jpedersen) Peter Geoghegan (pgeoghegan), Dilip Kumar (dilip.kumar), Thomas Munro (macdice), Chris Travers (einhverfr), James Coleman (jcole1989), Cristiano Duarte (cunha17), Andy Fan (andyf), Yuming Wang (yumwang), Jet Zhang (thinkj), Alexandre Felipe (bob.tpro) 19 2022-03-24
11:32
2022-03-29
03:19
Detect shared buffer access violations using mprotect() 1765 Returned with feedback Not processed Asim Rama Praveen (apraveen) 3 2019-02-03
10:31
2019-02-03
10:31
SERIALIZABLE on standby servers 1799 Moved to next CF 13 Not processed Thomas Munro (macdice) Kevin Grittner (kgrittn) 4 2019-07-01
11:14
2019-02-04
06:19
amcheck verification for GiST 1800 Moved to next CF 13 Not processed Andrey Borodin (x4m) Peter Geoghegan (pgeoghegan) pgeoghegan 6 2019-11-28
03:57
2019-11-28
03:57
DNS SRV support for LDAP authentication 1803 Moved to next CF 12 Not processed Thomas Munro (macdice) Daniel Gustafsson (d_gustafsson) macdice 3 2019-03-21
02:45
2019-03-21
03:10
Implement predicate propagation for non-equivalence clauses. 1807 Returned with feedback Not processed Richard Guo (richardguo) Alexander Kuzmenkov (akuzmenkov) 2 2019-02-03
10:05
2019-02-03
10:04
Undo worker and transaction rollback 1828 Moved to next CF 13 Not processed Amit Kapila (amitkapila), Dilip Kumar (dilip.kumar), mithun cy (mithun.cy), Rafia Sabih (rafia.sabih) 5 2019-09-09
03:32
2019-01-24
09:01
Cleaning up orphaned files using undo logs 1863 Moved to next CF Not processed Thomas Munro (macdice) 5 2019-11-28
02:45
2022-01-12
08:27
Foreign keys referencing partitioned tables 1877 Moved to next CF 12 Not processed Álvaro Herrera (alvherre) Jesper Pedersen (jpedersen) alvherre 2 2019-04-03
17:52
2019-04-04
00:45
Add Hook Functions for Disk Quota Extension 1883 Moved to next CF Not processed Haozhou Wang (hawang), Hubert Zhang (hubertz), Hao Wu (hwu) Raymond Martin (ramarti) 8 2020-07-31
19:36
2020-07-31
19:35
Allow partitions to inherit their tablespace from their parent 1889 Committed Not processed David Rowley (davidrowley) Michael Paquier (michael-kun) alvherre 1 2018-12-17
19:21
2018-12-19
01:05
Add pg_partition_root to get top-most parent of a partition tree 1906 Moved to next CF 12 Not processed Michael Paquier (michael-kun) Amit Langote (amitlan) michael-kun 2 2019-02-08
00:08
2019-02-08
00:07
Statement-level rollback 1910 Moved to next CF Not processed Álvaro Herrera (alvherre), Takayuki Tsunakawa (maumau) 2 2019-02-04
06:14
2019-02-13
01:12
Implement NULL-related checks in object address functions to prevent cache lookup errors, take two 1947 Moved to next CF Not processed Michael Paquier (michael-kun) Daniel Gustafsson (d_gustafsson) michael-kun 8 2020-07-15
01:20
2020-07-15
00:09
Triggers on Materialized Views 1948 Moved to next CF 13 Not processed Mi Tar (mitar) 2 2019-04-01
07:06
2019-04-01
07:06
Removing --disable-strong-random from the code 1958 Committed Not processed Michael Paquier (michael-kun) Tom Lane (tgl) michael-kun 1 2019-01-01
11:42
2019-01-01
11:41
SQL Commands
generated columns 1443 Moved to next CF Not processed Peter Eisentraut (petere) Michael Paquier (michael-kun), Pavel Stehule (okbobcz) petere 5 2019-03-30
08:03
2019-04-09
01:00
MERGE 1446 Returned with feedback Not processed Pavan Deolasee (pavan) 6 2019-01-31
15:55
2019-01-31
15:54
SQL/JSON: functions 1472 Moved to next CF Not processed Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Pavel Stehule (okbobcz), Andrew Dunstan (adunstan), Gerdan Santos (gerdan), Andrew Alsup (ahalsup) 13 2020-09-17
05:41
2022-04-08
12:15
SQL/JSON: JSON_TABLE 1473 Moved to next CF Not processed Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Pavel Stehule (okbobcz), Andrew Dunstan (adunstan) 12 2020-08-03
07:56
2022-04-06
18:05
Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT 1533 Moved to next CF Not processed Matheus Oliveira (matheus.oliveira) Gerdan Santos (gerdan), Ashutosh Bapat (ashutoshbapat), José Villanova (azlev), Lucas Viecelli (lucasviecelli), Cleysson Lima (cleyssonlima) 15 2021-04-08
15:08
2021-04-08
15:07
chained transactions 1594 Moved to next CF Not processed Peter Eisentraut (petere) Fabien Coelho (calvin) petere 6 2019-03-24
11:01
2019-03-24
14:41
generalized expression syntax for partition bounds 1620 Committed Not processed Tom Lane (tgl), Kyotaro Horiguchi (horiguti), Amit Langote (amitlan) Peter Eisentraut (petere) petere 4 2019-01-25
10:39
2019-01-28
04:12
conflict handling for COPY FROM 1745 Moved to next CF Not processed Surafel Temesgen (surafel) Karen Huddleston (khuddlefish), Andrew McElroy (andrew.mcelroy.punchh.com) 4 2019-06-28
11:00
2020-03-30
12:46
FETCH FIRST clause PERCENT option 1759 Moved to next CF Not processed Surafel Temesgen (surafel) Tomas Vondra (fuzzycz), Vik Fearing (xocolatl), Gerdan Santos (gerdan) 4 2019-06-28
05:33
2021-09-30
18:31
ALTER TABLE on system catalogs 1764 Moved to next CF Not processed Peter Eisentraut (petere) petere 4 2019-03-19
10:32
2019-03-19
11:00
COPY FROM WHEN condition 1824 Committed Not processed Surafel Temesgen (surafel) Tomas Vondra (fuzzycz), MyungKyu Lim (lmk) fuzzycz 2 2019-01-19
23:22
2019-01-29
21:53
ATTACH/DETACH PARTITION CONCURRENTLY 1842 Moved to next CF Not processed Álvaro Herrera (alvherre), Robert Haas (rhaas), David Rowley (davidrowley) rhaas 3 2019-03-14
16:01
2019-03-14
16:01
FETCH FIRST clause WITH TIES option 1844 Moved to next CF Not processed Surafel Temesgen (surafel) Tomas Vondra (fuzzycz), Vik Fearing (xocolatl) alvherre 8 2020-04-07
22:48
2020-04-08
04:29
support VARIADIC arg for least/greatest functions 1874 Moved to next CF Not processed Pavel Stehule (okbobcz) Chapman Flack (chap) 2 2019-03-11
22:19
2019-03-11
22:26
Allow UNLISTEN during recovery 1890 Committed Not processed Shay Rojansky (roji) Mi Tar (mitar) tgl 1 2019-01-26
02:15
2019-01-26
11:09
Allow anonymous rowtypes in function return column definition 1908 Committed Not processed Elvis Pranskevichus (elprans) Tom Lane (tgl) tgl 1 2019-01-31
00:25
2019-01-31
00:26
REINDEX CONCURRENTLY 1921 Moved to next CF 12 Not processed Peter Eisentraut (petere) Michael Paquier (michael-kun), Sergei Kornilov (melkij) petere 2 2019-03-29
07:27
2019-04-01
06:43
START/END line number for COPY FROM 1940 Rejected Not processed Surafel Temesgen (surafel) 1 2019-01-30
06:06
2019-01-07
12:59
Temporary materialized views 1951 Moved to next CF Not processed Mi Tar (mitar) Andreas Karlsson (kandreas) 2 2019-03-15
09:59
2019-03-15
09:51
insensitive/non-deterministic collations 1952 Moved to next CF 12 Not processed Peter Eisentraut (petere) Peter Geoghegan (pgeoghegan), Daniel Vérité (danielverite) petere 2 2019-03-22
12:43
2019-03-22
12:43
Triggers on materialized views 1953 Withdrawn Not processed Mi Tar (mitar) 1 2019-01-04
15:25
2019-04-01
07:06
Prepare Transaction support for ON COMMIT DROP temporary tables 1954 Returned with feedback Not processed Dimitri Fontaine (dim) Vik Fearing (xocolatl) 1 2019-02-01
01:10
2019-02-01
01:10
System Administration
Online enabling of checksums 1535 Returned with feedback Not processed Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) Tomas Vondra (fuzzycz), Andrey Borodin (x4m), Michael Banck (mbanck), Sergei Kornilov (melkij) mha 5 2019-01-31
15:53
2019-01-31
11:24
Changing the autovacuum launcher scheduling; oldest table first algorithm 1573 Returned with feedback Not processed Masahiko Sawada (masahikosawada) Anastasia Lubennikova (lubennikovaav) 5 2018-11-30
09:40
2018-11-30
09:40
Support optional message in backend cancellation/termination 1670 Returned with feedback Not processed Daniel Gustafsson (d_gustafsson) Pavel Stehule (okbobcz) 4 2019-02-03
09:25
2019-02-03
09:25
pg_stat_statements_reset() update to reset specific statement statistics 1707 Committed Not processed Haribabu Kommi (haribabu) Fujii Masao (masaofujii), Sergei Kornilov (melkij) amitkapila 4 2019-01-17
03:01
2019-01-11
03:35
Online verification of checksums 1733 Moved to next CF Not processed Michael Banck (mbanck) Fabien Coelho (calvin) 4 2020-11-16
07:14
2021-09-13
11:45
Progress reporting for pg_verify_checksums 1786 Moved to next CF Not processed Bernd Helmle (psoo), Michael Banck (mbanck) Fabien Coelho (calvin) michael-kun 4 2019-04-02
02:06
2019-04-03
01:49
Support custom socket directory in pg_upgrade 1822 Committed Not processed Daniel Gustafsson (d_gustafsson) Hironobu Suzuki (suzuki_hironobu) tgl 2 2018-12-01
20:45
2018-12-07
07:10
pg_stat_ssl additions 1833 Committed Not processed Peter Eisentraut (petere) Gerdan Santos (gerdan) petere 2 2019-01-31
23:48
2019-01-31
23:48
Log PostgreSQL version number on startup 1885 Committed Not processed Christoph Berg (myon) Peter Eisentraut (petere) petere 1 2019-01-30
22:29
2019-01-30
22:29
A few new options for vacuumdb 1937 Committed Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) michael-kun 1 2019-01-31
04:20
2019-02-01
01:50
pg_upgrade: Pass -j option down to vacuumdb 1943 Moved to next CF 12 Not processed Jesper Pedersen (jpedersen) Kirk Jamison (kirkjamison), Stefan Petrea (wsdookadr) 2 2019-04-09
00:22
2019-04-04
14:49
Offline enabling/disabling of checksums 1944 Moved to next CF Not processed Michael Banck (mbanck) Michael Paquier (michael-kun), Fabien Coelho (calvin), Sergei Kornilov (melkij) michael-kun 2 2019-03-22
23:56
2019-03-29
14:01
Support huge_pages on AIX 1960 Moved to next CF 13 Not processed Thomas Munro (macdice) macdice 6 2019-12-03
22:39
2019-10-03
13:22
Detach postmaster from calling process group with setsid() 1962 Committed Not processed Heikki Linnakangas (heikki) Tom Lane (tgl) heikki 1 2019-01-14
12:54
2019-01-14
12:53