Commitfest 2017-03

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 116. Moved to next CF: 56. Rejected: 2. Returned with Feedback: 35. Total: 209.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix the optimization to skip WAL-logging on table created in same transaction Moved to next CF 13 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
pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled Committed Michael Paquier (michael-kun), Takayuki Tsunakawa (maumau) Takayuki Tsunakawa (maumau) heikki 4 2017-03-17
09:19
2017-03-17
09:19
Floating point comparison inconsistencies of the geometric types Returned with feedback Emre Hasegeli (hasegeli) Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn) 4 2017-03-16
16:10
2017-03-16
16:10
Failure at replay for corrupted 2PC files + reduce window between end-of-recovery record and history file write Moved to next CF Heikki Linnakangas (heikki), Michael Paquier (michael-kun) Alexander Korotkov (smagen), Takayuki Tsunakawa (maumau) michael-kun 7 2018-07-09
01:31
2018-07-09
01:29
Potential data loss with 2PC files and unlink() durability Committed Michael Paquier (michael-kun) Fedor Sigaev (sigaev), Takayuki Tsunakawa (maumau), Ashutosh Bapat (ashutoshbapat) sigaev 2 2017-03-27
16:33
2017-03-28
01:36
replace broken GetExistingLocalJoinPath with CreateLocalJoinPath Moved to next CF Etsuro Fujita (efujita) Robert Haas (rhaas), Tom Lane (tgl), Ryan Murphy (murftown), Ashutosh Bapat (ashutoshbapat) rhaas 5 2018-01-17
22:10
2018-01-31
02:17
Allow index-only scans to return tuples larger than one page Committed Tom Lane (tgl) jason li (jasonysli) tgl 1 2017-02-27
22:22
2017-01-04
00:21
Subtle bug in "Simplify tape block format" commit Committed Peter Geoghegan (pgeoghegan) heikki 1 2017-02-02
18:58
2017-02-01
10:18
Incorrect XLogRegisterBuffer flag for revmapbuf in brin Committed Kuntal Ghosh (kuntal_ghosh) Michael Paquier (michael-kun) alvherre 1 2017-01-09
21:22
2017-01-10
05:57
Too many autovacuum workers spawned during forced auto-vacuum Committed Amit Khandekar (amitdkhan) Robert Haas (rhaas) rhaas 1 2017-02-03
19:43
2017-01-22
21:59
Fix tuplesort NULL pointer pfree() Committed Peter Geoghegan (pgeoghegan) tgl 1 2017-01-16
19:02
2017-01-16
18:56
pgbench 9.6 -R/-C incompatibility Committed Fabien Coelho (calvin) Fedor Sigaev (sigaev), Beena Emerson (beena.emerson) sigaev 1 2017-03-24
16:23
2017-03-24
16:24
Fix flush of INIT_FORKNUM for some index types: gin, hash, brin and gist Committed Michael Paquier (michael-kun) Artur Zakirov (a.zakirov) rhaas 1 2017-03-14
21:25
2017-03-14
23:30
Fix a bug that can prevent standby from restarting Moved to next CF Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) heikki 6 2018-06-11
03:28
2018-05-14
06:59
Fix bug in SP-GiST box_ops Committed Nikita Glukhov (n.glukhov) Kyotaro Horiguchi (horiguti), Anastasia Lubennikova (lubennikovaav) sigaev 1 2017-03-21
13:26
2017-03-21
13:26
PQsendQuery occurs error when target_session_attrs is set to read-write Committed daisuke higuchi (daisukehiguchi) Ashutosh Bapat (ashutoshbapat) rhaas 1 2017-03-15
06:28
2017-02-26
21:49
Set of fixes for WAL consistency check facility Committed Michael Paquier (michael-kun) rhaas 1 2017-02-15
00:47
2017-02-14
22:08
snapshot builder fixes Moved to next CF Petr Jelínek (pjmodos) andresfreund 2 2017-05-25
16:49
2017-08-06
21:37
Fix ordering of matview refresh in pg_dump Committed Jim Nasby (decibel) Peter Eisentraut (petere) petere 1 2017-03-04
19:49
2017-03-06
14:01
Put usage_count increment back in PinBuffer() Committed Alexander Korotkov (smagen) Jim Nasby (decibel) sigaev 1 2017-03-20
15:50
2017-03-20
15:12
PostgresNode.pm TAP test bugfix for timeout in psql method Committed Craig Ringer (ringerc) Dagfinn Ilmari Mannsåker (ilmari) petere 1 2017-03-01
19:19
2017-03-01
23:31
Assertion failure with cancel of non-exclusive backups Committed Michael Paquier (michael-kun), David Steele (dsteele) Anastasia Lubennikova (lubennikovaav) sigaev 1 2017-03-24
10:56
2017-03-24
12:59
Refresh Materialized View Statistics Committed Jim Mlodgenski (jimmy76) Tom Lane (tgl) tgl 1 2017-03-18
21:50
2017-03-19
13:44
Clients
pgbench - allow to store query results into variables Moved to next CF 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
pg_dump, pg_dumpall and data durability Committed Michael Paquier (michael-kun) Laurenz Albe (laurenz) adunstan 3 2017-03-22
14:21
2017-03-23
22:00
Tab-completion refactoring and word-removal feature (was IF-NOT_EXISTS for tab-completion) Returned with feedback Kyotaro Horiguchi (horiguti) 3 2017-03-17
17:28
2017-03-17
13:38
psql export import bytea data Moved to next CF Pavel Stehule (okbobcz) Stephen Frost (sfrost), Jason O'Donnell (jasonodonnell) 3 2017-09-07
17:52
2017-08-14
21:24
ECPG: Declare Statement Moved to next CF Takeshi Ideriha (ideriha) Haribabu Kommi (haribabu), Vinayak Pokale (vinpokale) 4 2017-11-16
10:03
2017-11-16
10:31
\if, \elseif, \else, \endif Committed Corey Huinker (coreyh) Fabien Coelho (calvin) tgl 1 2017-03-30
17:33
2017-04-03
19:32
One-shot expanded output in psql using \gx Committed Christoph Berg (myon) Stephen Frost (sfrost), Daniel Vérité (danielverite) sfrost 1 2017-03-07
14:33
2017-03-07
13:15
pgbench - functions & operators Moved to next CF Fabien Coelho (calvin) Fedor Sigaev (sigaev), Pavel Stehule (okbobcz) sigaev 4 2018-01-09
15:06
2018-01-10
08:00
Tab completion of \h ALTER|DROP Committed Andreas Karlsson (kandreas) Peter Eisentraut (petere) petere 1 2017-03-16
23:01
2017-03-16
23:28
possibility to specify sort columns for psql describe commands in verbose mode Moved to next CF Pavel Stehule (okbobcz) Alexander Korotkov (smagen), Davy Machado (davy.machado) 4 2018-01-12
15:11
2018-01-12
15:11
Mention checkpoint in pg_basebackup verbose/progress output Committed Michael Banck (mbanck) mha 1 2017-02-27
13:56
2017-04-03
07:17
Add support for --end-segment-command in pg_receivewal Returned with feedback Michael Paquier (michael-kun) 1 2017-03-21
23:47
2017-03-21
23:47
Add tab completion for DEALLOCATE Committed Dagfinn Ilmari Mannsåker (ilmari) Peter Eisentraut (petere) petere 1 2017-03-01
13:55
2017-03-01
13:54
psql markdown output format Moved to next CF Jan Michálek (jeleniste) Fabien Coelho (calvin) 3 2017-11-28
01:43
2017-11-28
12:36
Refactor handling of database attributes between pg_dump and pg_dumpall Moved to next CF Haribabu Kommi (haribabu) vaishnavi prabakaran (vaishnavip) tgl 4 2018-01-22
19:09
2018-01-23
16:46
Code Comments
Typo in hashsearch.c Committed mithun cy (mithun.cy) rhaas 1 2017-02-02
05:51
2017-01-18
21:39
Documentation
Documentation improvements for declarative partitioning Committed Amit Langote (amitlan) Corey Huinker (coreyh) simon 1 2017-02-14
07:04
2017-04-04
03:12
duplicate index entry "median" Committed Fabien Coelho (calvin) tgl 1 2017-02-16
17:34
2017-02-16
18:41
Work around new html build display of option/replaceable in chrome Returned with feedback Fabien Coelho (calvin) Peter Eisentraut (petere) 1 2017-03-24
03:22
2017-04-08
10:39
spelling fixes Committed Josh Soref (jsoref) Peter Eisentraut (petere) petere 1 2017-03-14
17:50
2017-03-02
06:17
Moving documentation to DocBook.XML Moved to next CF Alexander Lakhin (law) Peter Eisentraut (petere) petere 3 2017-11-28
21:45
2017-11-28
16:55
Miscellaneous
slab-like memory allocators for reorderbuffer Committed Tomas Vondra (fuzzycz) Simon Riggs (simon), Petr Jelínek (pjmodos), John Gorman (johngorman) andresfreund 4 2017-03-02
14:09
2017-09-24
21:08
multivariate statistics Committed Tomas Vondra (fuzzycz) Álvaro Herrera (alvherre), David Rowley (davidrowley) simon 3 2017-04-05
22:39
2017-04-05
22:22
Rename pg_switch_xlog to pg_switch_wal Committed Vladimir Rusinov (vrusinov) Venkata Balaji Nagothi (vbn) rhaas 2 2017-02-09
22:27
2017-02-22
22:18
Add GUCs for predicate lock promotion thresholds Committed Dagfinn Ilmari Mannsåker (ilmari) Kevin Grittner (kgrittn) kgrittn 2 2017-04-08
02:55
2017-04-08
09:43
Recursive json_populate_record() Committed Nikita Glukhov (n.glukhov) Andrew Dunstan (adunstan), Aleksander Alekseev (a.alekseev) adunstan 2 2017-04-07
02:23
2017-04-07
02:34
initdb configurable wal_segment_size Moved to next CF Beena Emerson (beena.emerson) Robert Haas (rhaas), Simon Riggs (simon), Andres Freund (andresfreund), Jim Nasby (decibel), David Steele (dsteele), Kuntal Ghosh (kuntal_ghosh) andresfreund 3 2017-09-20
07:58
2017-09-20
05:06
pageinspect: Hash index support Committed Jesper Pedersen (jpedersen), Ashutosh Sharma (ashutosh.sharma88) Robert Haas (rhaas), Jesper Pedersen (jpedersen), mithun cy (mithun.cy) rhaas 2 2017-02-02
19:24
2017-02-22
06:43
Add pgstathashindex() to get hash index table statistics Committed Ashutosh Sharma (ashutosh.sharma88) Kuntal Ghosh (kuntal_ghosh) rhaas 2 2017-02-03
19:44
2017-04-06
05:15
An isolation test for SERIALIZABLE READ ONLY DEFERRABLE Committed Thomas Munro (macdice) Michael Paquier (michael-kun), Kevin Grittner (kgrittn) kgrittn 2 2017-04-05
15:13
2017-01-31
04:48
GUC for cleanup index threshold Moved to next CF Masahiko Sawada (masahikosawada) Peter Geoghegan (pgeoghegan), Kyotaro Horiguchi (horiguti), Alexander Korotkov (smagen) sigaev 5 2018-04-04
16:31
2018-04-06
08:33
contrib modules and relkind check Committed Amit Langote (amitlan) Michael Paquier (michael-kun), Corey Huinker (coreyh) sfrost 1 2017-03-09
21:49
2017-03-10
02:03
bytea_output vs make installcheck Committed Jeff Janes (jjanes) adunstan 1 2017-03-20
22:27
2017-03-13
22:36
Sanity-check/verify the number of attributes in DATA() lines in initial catalog population Committed David Christensen (davidchristensen) Dagfinn Ilmari Mannsåker (ilmari) rhaas 1 2017-03-09
23:21
2017-03-10
10:38
Add some TAP tests for multi-host connection strings and target_session_attrs Committed Michael Paquier (michael-kun) Ashutosh Bapat (ashutoshbapat) rhaas 1 2017-02-26
18:12
2017-02-26
21:49
pageinspect - add page_checksum and bt_page_items(bytea) Committed Tomas Vondra (fuzzycz) Peter Eisentraut (petere), Ashutosh Sharma (ashutosh.sharma88) petere 1 2017-04-05
04:00
2017-04-05
04:00
foreign partition DDL regression tests Committed Amit Langote (amitlan) Ashutosh Bapat (ashutoshbapat) rhaas 1 2017-03-14
14:47
2017-03-10
04:04
Change pg_*object/identity functions to use objsubid instead of subobjid Committed Jim Nasby (decibel) Peter Eisentraut (petere) petere 1 2017-03-01
17:24
2017-03-06
12:30
perlcritic Committed Peter Eisentraut (petere) Daniel Gustafsson (d_gustafsson) petere 1 2017-03-27
12:31
2017-03-27
13:48
remove C++ keywords Returned with feedback Peter Eisentraut (petere) 1 2017-04-06
18:23
2017-04-06
18:23
Monitoring & Control
amcheck (B-Tree integrity checking tool) Committed Peter Geoghegan (pgeoghegan) Andres Freund (andresfreund), Anastasia Lubennikova (lubennikovaav) andresfreund 5 2017-03-10
01:07
2017-03-10
03:27
SQL statements statistics counter view (pg_stat_sql) Moved to next CF Haribabu Kommi (haribabu) Dilip Kumar (dilip.kumar), Vinayak Pokale (vinpokale), Mark Dilger (mark.dilger) 8 2020-09-17
05:01
2020-09-23
02:12
Report planning time in EXPLAIN Committed Ashutosh Bapat (ashutoshbapat) mithun cy (mithun.cy) sfrost 2 2017-03-08
21:45
2017-03-09
05:44
Passing query text to workers Committed Rafia Sabih (rafia.sabih) Kuntal Ghosh (kuntal_ghosh) rhaas 1 2017-02-22
13:47
2017-02-22
07:10
pg_stat_statements with plans Returned with feedback Marius Timmer (mtimm_01), Julian Markwort (markwort) 1 2017-03-04
13:44
2018-03-25
21:17
wait events for the disk I/O Committed Rushabh Lathia (rlathia) Rahila Syed (rahila.syed) rhaas 1 2017-03-18
11:52
2017-03-20
12:21
pg_stat_walwrites system view Moved to next CF Haribabu Kommi (haribabu) Fujii Masao (masaofujii), Julien Rouhaud (rjuju), Kuntal Ghosh (kuntal_ghosh), Vinayak Pokale (vinpokale) 3 2017-11-27
03:00
2017-11-27
03:12
exposing non-backends in pg_stat_activity Committed Kuntal Ghosh (kuntal_ghosh) Michael Paquier (michael-kun) rhaas 1 2017-03-27
09:14
2017-03-27
09:14
Reporting xmin from VACUUMs Committed Simon Riggs (simon) simon 1 2017-03-03
13:51
2017-02-19
22:31
log_autovacuum_min_duration doesn't log VACUUMs Returned with feedback Simon Riggs (simon) 1 2017-03-07
09:46
2017-03-04
05:42
pg_ls_logdir() and pg_ls_waldir() SQL functions Committed Dave Page (dpage) Robert Haas (rhaas) rhaas 1 2017-03-16
19:05
2017-03-17
09:00
Monitoring roles Committed Dave Page (dpage) Simon Riggs (simon), Denish Patel (denish) simon 1 2017-03-30
18:25
2017-03-30
19:31
Report the number of skipped frozen pages by manual VACUUM Committed Masahiko Sawada (masahikosawada) Yugo Nagata (yugo.nagata) masaofujii 1 2017-03-24
17:42
2017-03-25
16:16
ANALYZE command progress checker Returned with feedback Vinayak Pokale (vinpokale) Masahiko Sawada (masahikosawada), Haribabu Kommi (haribabu), Ashutosh Sharma (ashutosh.sharma88) 1 2017-04-05
01:26
2017-10-01
22:14
Use $ parameters as replacement characters for pg_stat_statements Committed Lukas Fittl (lfittl) Tom Lane (tgl) tgl 1 2017-03-28
00:16
2017-03-28
00:45
Performance
Group mode for CLOG updates Moved to next CF Amit Kapila (amitkapila) Robert Haas (rhaas), Dilip Kumar (dilip.kumar), Pavan Deolasee (pavan) rhaas 9 2017-09-01
16:36
2017-09-02
02:11
Parallel tuplesort (for parallel B-Tree index creation) Moved to next CF Peter Geoghegan (pgeoghegan), Rushabh Lathia (rlathia) Thomas Munro (macdice) rhaas 5 2018-02-03
04:29
2018-02-08
12:45
Cache Hash Index meta page Committed mithun cy (mithun.cy) Amit Kapila (amitkapila), Robert Haas (rhaas), Jeff Janes (jjanes), Jesper Pedersen (jpedersen) rhaas 4 2017-02-07
17:41
2017-02-07
20:13
Implement SortSupport for macaddr data type Committed Brandur Leach (brandur) Julien Rouhaud (rjuju) sigaev 2 2017-03-29
20:31
2017-04-01
00:19
Write Amplification Reduction Method (WARM) Moved to next CF Pavan Deolasee (pavan) Álvaro Herrera (alvherre) alvherre 5 2017-10-02
09:36
2017-10-02
09:36
Gather Merge Committed Rushabh Lathia (rlathia) Thomas Munro (macdice) rhaas 3 2017-03-09
18:16
2017-03-14
16:36
Parallel bitmap heap scan Committed Dilip Kumar (dilip.kumar) Haribabu Kommi (haribabu), Amit Khandekar (amitdkhan) rhaas 3 2017-03-08
17:10
2017-03-27
13:03
Supporting huge pages on Windows Returned with feedback Takayuki Tsunakawa (maumau) Magnus Hagander (mha), Amit Kapila (amitkapila) 3 2017-04-07
17:56
2018-01-22
14:05
Microvacuum support for hash index Committed Ashutosh Sharma (ashutosh.sharma88) Amit Kapila (amitkapila), Robert Haas (rhaas), Jesper Pedersen (jpedersen) rhaas 3 2017-03-16
02:20
2017-03-20
19:54
Vacuum: allow usage of more than 1GB of work mem Moved to next CF Heikki Linnakangas (heikki), Claudio Freire (klaussfreire) Heikki Linnakangas (heikki), Masahiko Sawada (masahikosawada), Anastasia Lubennikova (lubennikovaav), Aleksander Alekseev (a.alekseev), Alexey Chernyshov (alexey-chernyshov) 9 2018-10-02
01:43
2018-10-02
01:43
Auto Prewarm Moved to next CF Robert Haas (rhaas), mithun cy (mithun.cy) Andres Freund (andresfreund), Jim Nasby (decibel), Beena Emerson (beena.emerson) rhaas 4 2017-08-23
13:28
2017-07-06
06:08
Parallel Index Scans Committed Amit Kapila (amitkapila), Rahila Syed (rahila.syed) Haribabu Kommi (haribabu), Anastasia Lubennikova (lubennikovaav) rhaas 3 2017-02-15
19:32
2017-03-06
18:49
Character conversion by radix trees. Committed Heikki Linnakangas (heikki), Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) heikki 3 2017-03-13
18:48
2017-03-27
10:05
Asynchronous execution for postgres_fdw Returned with feedback Kyotaro Horiguchi (horiguti) Corey Huinker (coreyh) 3 2017-03-16
21:15
2017-04-04
10:25
Unique Joins Committed David Rowley (davidrowley) Tom Lane (tgl) tgl 3 2017-04-08
02:20
2017-04-08
02:23
Parallel Hash Moved to next CF Thomas Munro (macdice) Peter Geoghegan (pgeoghegan), Andres Freund (andresfreund), Ashutosh Bapat (ashutoshbapat) andresfreund 6 2017-12-26
01:00
2017-12-21
08:49
GIN: non-intrusive vacuum of posting tree Committed Andrey Borodin (x4m) Fedor Sigaev (sigaev), Jeff Davis (jdavis) sigaev 2 2017-03-23
16:39
2017-03-23
16:39
Have tuplesort_gettupleslot() callers avoid having tuple copied where safe Committed Peter Geoghegan (pgeoghegan) Anastasia Lubennikova (lubennikovaav) andresfreund 2 2017-04-06
21:50
2017-04-06
21:57
Improve performance of 2PC recovery, take 2 Committed Michael Paquier (michael-kun), Stas Kelvich (kelvich), Nikhil Sontakke (nikkhils) Simon Riggs (simon), Michael Paquier (michael-kun), Nikhil Sontakke (nikkhils) simon 2 2017-04-04
19:58
2017-04-05
00:22
Parallel Merge Join Committed Dilip Kumar (dilip.kumar) Amit Kapila (amitkapila) rhaas 2 2017-03-07
16:59
2017-03-07
17:00
Protect syscache from bloating with negative cache entries Moved to next CF 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
parallelize queries containing subplans Committed Amit Kapila (amitkapila) Dilip Kumar (dilip.kumar) rhaas 2 2017-02-15
04:53
2017-02-15
06:07
Hash support for grouping sets Committed Andrew Gierth (rhodiumtoad) Mark Dilger (hornschnorter) rhodiumtoad 1 2017-03-27
03:48
2017-03-24
23:39
Block level parallel vacuum Returned with feedback Masahiko Sawada (masahikosawada) 1 2017-03-05
03:14
2017-11-30
02:09
guc-ify the formerly hard-coded MAX_SEND_SIZE to max_wal_send Returned with feedback Jon Nelson (jnelson) Magnus Hagander (mha) 1 2017-03-28
14:29
2017-03-21
17:40
Cache line alignment of PGXACT Moved to next CF Alexander Korotkov (smagen) Tomas Vondra (fuzzycz), Ashutosh Sharma (ashutosh.sharma88), jason li (jasonysli) 2 2017-09-22
11:10
2017-09-22
11:07
LWLock optimization for Power processors Moved to next CF Alexander Korotkov (smagen) mithun cy (mithun.cy) 2 2017-08-30
12:32
2017-08-30
15:50
Parallel Append implementation Moved to next CF Amit Khandekar (amitdkhan) Ashutosh Bapat (ashutoshbapat) rhaas 4 2017-12-07
12:23
2017-12-06
10:21
optimize information_schema.constraint_column_usage view Committed Alexey Bashtanov (bashtanov) Ashutosh Bapat (ashutoshbapat) petere 1 2017-02-18
00:36
2017-02-18
00:36
Partition-wise join for declarative partitioned tables Moved to next CF Ashutosh Bapat (ashutoshbapat) Etsuro Fujita (efujita), Amit Langote (amitlan), Antonin Houska (a.houska), Thomas Munro (macdice) rhaas 3 2017-10-10
00:44
2020-04-08
10:18
parallelize queries containing initplans Moved to next CF Amit Kapila (amitkapila), Kuntal Ghosh (kuntal_ghosh) Haribabu Kommi (haribabu) rhaas 3 2017-11-17
06:37
2017-11-17
09:29
Page Scan Mode in Hash Index Moved to next CF Ashutosh Sharma (ashutosh.sharma88) Amit Kapila (amitkapila), Alexander Korotkov (smagen), Jesper Pedersen (jpedersen) rhaas 2 2017-09-26
13:31
2017-09-26
13:40
Convert join OR clauses into UNION queries Moved to next CF Tom Lane (tgl) Peter Geoghegan (pgeoghegan), Jim Nasby (decibel), Noah Misch (nmisch) 7 2018-10-02
01:11
2018-10-02
01:32
SERIALIZABLE with parallel query Moved to next CF 12 Thomas Munro (macdice) Masahiko Sawada (masahikosawada), Haribabu Kommi (haribabu), Kevin Grittner (kgrittn) macdice 10 2019-03-15
09:36
2019-03-15
04:51
Incremental sort Returned with feedback Alexander Korotkov (smagen) Heikki Linnakangas (heikki) 1 2017-04-03
22:29
2020-04-08
13:54
[POC] A better way to expand hash indexes. Committed mithun cy (mithun.cy) Amit Kapila (amitkapila), Jesper Pedersen (jpedersen) rhaas 1 2017-04-04
03:47
2017-04-04
11:45
Pipelining/batch mode support for libpq Moved to next CF Craig Ringer (ringerc), vaishnavi prabakaran (vaishnavip) Andres Freund (andresfreund), Michael Paquier (michael-kun), Daniel Vérité (danielverite), Aya Iwata (iwata.aya) 2 2021-03-04
18:04
2021-03-18
11:28
Enabling parallelism for queries in PL functions Committed Rafia Sabih (rafia.sabih) Dilip Kumar (dilip.kumar) rhaas 1 2017-03-27
09:15
2017-03-24
18:49
Better estimate merging for duplicate vars in clausesel.c Moved to next CF David Rowley (davidrowley) Claudio Freire (klaussfreire) 2 2017-10-02
09:59
2017-10-02
09:58
Index usage for 'element <@ const range' Returned with feedback Pritam Baral (pritambaral) Alexander Korotkov (smagen) 1 2017-03-28
14:04
2017-03-28
14:03
Allow some utility commands underneath query eligible for parallel plan Moved to next CF Haribabu Kommi (haribabu) Rafia Sabih (rafia.sabih) rhaas 3 2017-10-05
15:47
2017-10-11
07:30
avoid bloat from CREATE INDEX CONCURRENTLY Returned with feedback Simon Riggs (simon) 1 2017-03-07
09:47
2017-02-28
17:54
Add more flexible flags to GetOldestXmin instead of "ignoreVacuum" flag Committed Eiji Seki (seki.eiji) Haribabu Kommi (haribabu) simon 1 2017-03-22
16:59
2017-03-22
16:42
Skip all-visible pages during second HeapScan of CIC Returned with feedback Pavan Deolasee (pavan) Masahiko Sawada (masahikosawada) 1 2017-03-24
15:23
2017-03-21
18:33
Declarative partitioning optimization for large amount of partitions Committed Aleksander Alekseev (a.alekseev) Andres Freund (andresfreund), Anastasia Lubennikova (lubennikovaav) sigaev 1 2017-03-27
15:35
2017-03-25
05:17
Faster Expression Evaluation Framework (w/ an eye towards JIT) Committed Andres Freund (andresfreund) Tom Lane (tgl) andresfreund 1 2017-03-27
18:04
2017-03-27
17:33
BRIN cost estimates Committed David Rowley (davidrowley), Emre Hasegeli (hasegeli) Álvaro Herrera (alvherre), David Rowley (davidrowley) alvherre 1 2017-04-06
21:50
2017-04-06
21:47
Improve performance of replay of AccessExclusiveLocks Committed David Rowley (davidrowley) Simon Riggs (simon) simon 1 2017-03-22
13:48
2017-03-22
14:39
Procedural Languages
Support for explicit subtransactions in PL/Tcl Committed Victor Wagner (vitus_wagner) Pavel Stehule (okbobcz) tgl 1 2017-03-11
19:37
2017-03-11
20:02
new plpgsql extra_checks Moved to next CF Pavel Stehule (okbobcz) Stephen Frost (sfrost), Tomas Vondra (fuzzycz) fuzzycz 6 2018-07-25
00:01
2018-07-25
04:59
PL/Python: Add cursor and execute methods to plan object Committed Peter Eisentraut (petere) Andrew Dunstan (adunstan) petere 1 2017-03-27
18:03
2017-03-27
15:39
Drop support for the old V0 calling convention for C functions. Committed Andres Freund (andresfreund) Craig Ringer (ringerc), Peter Eisentraut (petere) andresfreund 1 2017-03-30
13:37
2017-03-27
14:10
Refactoring
Replace polyphase merge with a simple k-way balanced merge Returned with feedback Heikki Linnakangas (heikki) Peter Geoghegan (pgeoghegan) 1 2021-09-15
21:14
2021-10-18
12:15
Refactoring of replication commands using printsimple Committed Michael Paquier (michael-kun) rhaas 1 2017-02-02
15:01
2017-09-20
05:06
Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM Moved to next CF Nikolay Shaplov (nataraj) 3 2017-11-28
02:23
2017-11-29
19:00
Suppress Clang 3.9 warnings Returned with feedback Aleksander Alekseev (a.alekseev) Fabien Coelho (calvin), Noah Misch (nmisch) 1 2017-03-24
12:56
2017-03-24
12:52
Remove special wraparound code for pg_serial SLRU Moved to next CF Thomas Munro (macdice) Anastasia Lubennikova (lubennikovaav) tgl 5 2018-03-30
19:14
2018-03-30
19:14
some dblink refactoring Committed Peter Eisentraut (petere) Takayuki Tsunakawa (maumau) petere 1 2017-03-10
15:02
2017-03-10
15:02
cast result of copyObject() Committed Peter Eisentraut (petere) Mark Dilger (hornschnorter) petere 1 2017-03-29
02:06
2017-03-29
02:06
BRIN optimize memory allocation Committed Álvaro Herrera (alvherre), Jinyu Zhang (jinyu1985) Álvaro Herrera (alvherre) alvherre 1 2017-04-07
22:10
2017-04-07
22:18
Replication & Recovery
Transaction traceability - txid_status(bigint) Committed Craig Ringer (ringerc) Robert Haas (rhaas) rhaas 3 2017-03-31
15:06
2017-03-31
17:28
Write Ahead Logging for Hash Indexes Committed Amit Kapila (amitkapila), Ashutosh Sharma (ashutosh.sharma88) Jeff Janes (jjanes), Jesper Pedersen (jpedersen) rhaas 4 2017-03-14
17:30
2017-03-16
04:09
WAL consistency check facility Committed Kuntal Ghosh (kuntal_ghosh) Robert Haas (rhaas), Simon Riggs (simon), Michael Paquier (michael-kun) rhaas 4 2017-02-08
20:56
2017-02-15
02:16
Make async slave to wait for lsn to be replayed Moved to next CF Ivan Kartyshov (fenimorkin) Thomas Munro (macdice), Dmitry Ivanov (funbringer), Anna Akenteva (a.akenteva), Alexandra Pervushina (a.pervushina) 14 2021-10-01
06:56
2021-03-22
05:05
Logical decoding on standby Moved to next CF Craig Ringer (ringerc) Simon Riggs (simon), Petr Jelínek (pjmodos) 5 2017-11-24
05:40
2017-06-27
05:24
Allow PostgreSQL to perform promote/pause/shutdown operations at end-of-the-wal when the recovery does not reach the recovery target Returned with feedback Venkata Balaji Nagothi (vbn) David Steele (dsteele) 3 2017-03-27
12:36
2017-03-27
12:34
Logical replication existing data copy Committed Petr Jelínek (pjmodos) Peter Eisentraut (petere) petere 2 2017-03-23
13:01
2017-03-30
21:44
Logical decoding of two-phase transactions Moved to next CF 13 Nikhil Sontakke (nikkhils) Tomas Vondra (fuzzycz), Petr Jelínek (pjmodos) 13 2019-09-30
18:04
2021-08-09
03:00
"synchronous_replay" mode for load balancing reads without stale data Moved to next CF Thomas Munro (macdice) Dmitry Dolgov (erthalion), Thom Brown (thom), Alex Scotti (ajscotti) 3 2017-11-29
01:59
2017-11-29
02:09
Enabling replication connections by default in pg_hba.conf Committed Michael Paquier (michael-kun) Peter Eisentraut (petere) petere 1 2017-03-09
13:43
2017-03-09
22:03
Logical replication improvements Committed Petr Jelínek (pjmodos) Peter Eisentraut (petere) petere 1 2019-05-08
17:17
2017-03-03
17:35
Track replication lag in pg_stat_replication Committed Thomas Munro (macdice) Simon Riggs (simon) simon 1 2017-03-23
17:20
2017-03-24
01:27
Proposal for changes to recovery.conf API Moved to next CF Simon Riggs (simon) Michael Paquier (michael-kun), Peter Eisentraut (petere) 3 2017-10-31
14:01
2017-09-05
22:10
logical replication access control Returned with feedback Peter Eisentraut (petere) 1 2017-04-06
18:49
2017-04-06
17:30
Reorder tablespaces for streaming basebackups Rejected Michael Banck (mbanck) Michael Paquier (michael-kun) 1 2017-03-31
15:30
2017-03-31
15:35
WAL Consistency Checking for hash indexes Committed Kuntal Ghosh (kuntal_ghosh) Amit Kapila (amitkapila), Ashutosh Sharma (ashutosh.sharma88) rhaas 1 2017-03-14
19:03
2017-03-17
12:30
Security
SCRAM authentication, take three Committed Heikki Linnakangas (heikki), Michael Paquier (michael-kun) Aleksander Alekseev (a.alekseev) heikki 1 2017-03-17
10:21
2017-04-08
00:28
RADIUS fallback servers Committed Magnus Hagander (mha) Adam Brightwell (abrightwell) mha 1 2017-03-22
17:12
2017-03-22
17:11
Add a --no-role-password flag in pg_dumpall to allow running without superuser privs Committed Robins Tharakan (robins) Simon Riggs (simon) simon 1 2017-03-07
14:04
2017-03-24
03:28
Configurable file mode mask Returned with feedback Stephen Frost (sfrost), Adam Brightwell (abrightwell), David Steele (dsteele) Takayuki Tsunakawa (maumau) 1 2017-03-21
18:03
2018-04-08
16:13
Server Features
Forbid use of LF and CR characters in database and role names Rejected Michael Paquier (michael-kun) Peter Eisentraut (petere), Takeshi Ideriha (ideriha) 4 2017-03-29
03:01
2017-03-29
03:01
Correct space parsing in to_timestamp() Moved to next CF Artur Zakirov (a.zakirov) Dmitry Dolgov (erthalion), Amul Sul (sulamul), Paulo Junior (paulocsd) smagen 10 2018-09-13
18:15
2018-09-26
14:40
Push down more full joins in postgres_fdw Committed Etsuro Fujita (efujita) Ashutosh Bapat (ashutoshbapat) rhaas 4 2017-03-16
17:53
2017-03-21
09:42
XMLTABLE function Committed Pavel Stehule (okbobcz) Craig Ringer (ringerc) alvherre 4 2017-03-08
17:19
2017-03-08
17:01
Renaming of pg_xlog, pg_subtrans and pg_clog Committed Michael Paquier (michael-kun) Craig Ringer (ringerc) rhaas 4 2017-03-17
13:58
2017-03-18
18:03
delta relations in AFTER triggers Committed Kevin Grittner (kgrittn) David Rowley (davidrowley), Thomas Munro (macdice) kgrittn 4 2017-04-02
02:54
2017-04-05
00:22
Push down more UPDATEs/DELETEs in postgres_fdw Moved to next CF Etsuro Fujita (efujita) Rushabh Lathia (rlathia), Ashutosh Bapat (ashutoshbapat) rhaas 5 2017-11-29
04:52
2017-11-29
04:51
MAC address (EUI-64) type support Committed Haribabu Kommi (haribabu) Stephen Frost (sfrost), Vitaly Burovoy (vitaly.burovoy), Kuntal Ghosh (kuntal_ghosh) sfrost 3 2017-03-15
15:37
2017-03-16
03:24
ParallelFinish Hook of FDW/CSP Committed KaiGai Kohei (kaigai) Claudio Freire (klaussfreire) rhaas 3 2017-03-01
00:39
2017-02-26
08:17
background sessions Returned with feedback Peter Eisentraut (petere) Pavel Stehule (okbobcz), Andrey Borodin (x4m) 3 2017-04-06
16:12
2017-04-06
16:10
indirect indexes Returned with feedback Álvaro Herrera (alvherre) 3 2017-04-01
23:22
2017-03-02
14:05
pg_background contrib module proposal Returned with feedback Amul Sul (sulamul) Peter Eisentraut (petere), Andrey Borodin (x4m) 2 2017-04-06
16:34
2017-04-06
16:34
Extending the parallelism for index-only scans Committed Rafia Sabih (rafia.sabih) Amit Kapila (amitkapila), Rahila Syed (rahila.syed), Anastasia Lubennikova (lubennikovaav) rhaas 2 2017-02-19
10:29
2017-02-22
07:12
Transactions involving multiple postgres foreign servers Moved to next CF Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) Vinayak Pokale (vinpokale) 3 2017-10-02
10:13
2018-06-05
10:13
Vertical Clustered Index (columnar storage extension) Returned with feedback Haribabu Kommi (haribabu) 2 2017-03-06
00:06
2017-03-04
13:40
A contrib extension to help prevent common errors in DML Returned with feedback David Fetter (dfetter) Pavel Stehule (okbobcz) 2 2017-03-16
16:01
2017-03-16
16:01
Indexes with Included Columns (was Covering + unique indexes) Returned with feedback Anastasia Lubennikova (lubennikovaav) Stephen Frost (sfrost), Peter Geoghegan (pgeoghegan), Andrew Dunstan (adunstan), Aleksander Alekseev (a.alekseev) 1 2018-01-17
08:46
2018-04-10
16:03
KNN-btree Returned with feedback Nikita Glukhov (n.glukhov) Alexander Korotkov (smagen) 1 2017-03-09
12:00
2020-03-16
13:17
KNN-spgist Returned with feedback Nikita Glukhov (n.glukhov) Alexander Korotkov (smagen) 1 2017-03-24
14:22
2018-09-27
20:32
Use latch instead of pg_usleep for standby recovery conflicts Returned with feedback Michael Paquier (michael-kun) Takayuki Tsunakawa (maumau) 1 2017-04-03
05:54
2017-04-03
05:53
add GUCs to control custom plan logic Moved to next CF Pavel Stehule (okbobcz) Peter Eisentraut (petere) petere 6 2018-07-16
12:07
2018-07-16
12:07
Statement timeout behavior in extended queries Moved to next CF Tatsuo Ishii (ishii) Takayuki Tsunakawa (maumau) andresfreund 2 2017-09-19
02:41
2017-09-19
02:42
UPDATE of partition key Moved to next CF Amit Khandekar (amitdkhan) Álvaro Herrera (alvherre), David Rowley (davidrowley), Dilip Kumar (dilip.kumar), Amit Langote (amitlan), Thomas Munro (macdice) rhaas 5 2018-02-27
05:40
2018-01-24
21:57
postgres_fdw: support parameterized foreign joins Moved to next CF Etsuro Fujita (efujita) Artur Zakirov (a.zakirov) 3 2017-11-29
02:27
2017-11-29
02:27
BRIN desummarize ranges Committed Álvaro Herrera (alvherre) Simon Riggs (simon) alvherre 1 2017-04-01
19:17
2017-04-01
19:16
Statement-level rollback Moved to next CF Takayuki Tsunakawa (maumau) Simon Riggs (simon) 2 2017-10-01
22:27
2018-03-02
04:10
FTS functions for jsonb Committed Dmitry Dolgov (erthalion) Andrew Dunstan (adunstan) adunstan 1 2017-04-02
21:05
2017-04-03
19:52
postgres_fdw: evaluate placeholdervars on remote server Moved to next CF Etsuro Fujita (efujita) 2 2017-09-27
03:21
2017-09-27
03:20
Hash partitioning Moved to next CF Amul Sul (sulamul) Dilip Kumar (dilip.kumar), Jesper Pedersen (jpedersen), Yugo Nagata (yugo.nagata), Ashutosh Bapat (ashutoshbapat) rhaas 3 2017-11-10
12:11
2017-11-10
05:38
Generic type subscripting Moved to next CF 14 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
PassDownLimitBound for ForeignScan/CustomScan Returned with feedback KaiGai Kohei (kaigai) Jeevan Chalke (jeevan.chalke) 1 2017-03-24
14:28
2017-03-24
14:28
Default partition in list partitioning Returned with feedback Rahila Syed (rahila.syed) Rushabh Lathia (rlathia) 1 2017-04-04
12:52
2017-04-06
16:07
BRIN autosummarization Committed Álvaro Herrera (alvherre) Thomas Munro (macdice) alvherre 1 2017-04-01
17:09
2017-04-01
18:57
btree_gin and btree_gist for enums Committed Andrew Dunstan (adunstan) Anastasia Lubennikova (lubennikovaav) adunstan 1 2017-03-21
17:28
2017-03-21
07:26
SQL Commands
identity columns Committed Peter Eisentraut (petere) Vitaly Burovoy (vitaly.burovoy) petere 4 2017-04-06
12:45
2017-04-07
05:26
sequence data type Committed Peter Eisentraut (petere) Steve Singer (ssinger) petere 4 2017-02-10
20:39
2017-04-04
16:52
Temporal query processing with range types Moved to next CF Peter Moser (pemoser) 5 2019-08-02
21:02
2020-01-30
15:00
DROP FUNCTION of multiple functions Committed Peter Eisentraut (petere) Michael Paquier (michael-kun), Jim Nasby (decibel) petere 3 2017-03-06
18:42
2017-03-06
18:35
ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS Committed Matheus Oliveira (matheus.oliveira) Stephen Frost (sfrost), Petr Jelínek (pjmodos), Gerdan Santos (gerdan), Ashutosh Sharma (ashutosh.sharma88) sigaev 2 2017-03-28
15:59
2017-03-28
15:59
ICU support Committed Peter Eisentraut (petere) Andreas Karlsson (kandreas), Thomas Munro (macdice) petere 2 2017-03-23
19:35
2017-03-25
00:44
IF NOT EXISTS option for CREATE SERVER and CREATE USER MAPPING statements Committed Anastasia Lubennikova (lubennikovaav) Andrew Dunstan (adunstan), Artur Zakirov (a.zakirov), Ashutosh Bapat (ashutoshbapat) adunstan 1 2017-03-20
21:51
2017-03-15
11:28
OR REPLACE clause for CREATE TRIGGER Returned with feedback Okano Naoki (okano) Surafel Temesgen (surafel) 1 2017-03-27
09:30
2017-03-27
09:28
Corresponding by clause for set operation Returned with feedback Surafel Temesgen (surafel) Pavel Stehule (okbobcz) tgl 1 2017-04-04
13:12
2017-04-04
13:12
DROP TABLE on partitioned tables should work without CASCADE Committed Amit Langote (amitlan), Ashutosh Bapat (ashutoshbapat) Simon Riggs (simon) simon 1 2017-03-06
10:56
2017-11-06
06:51
Reduce lock levels down to ShareUpdateExclusiveLock for other relation options in ALTER TABLE statement Committed Simon Riggs (simon), Fabrízio Mello (fabriziomello) simon 1 2017-03-06
10:49
2017-02-26
08:23
REINDEX CONCURRENTLY Returned with feedback Michael Paquier (michael-kun), Andreas Karlsson (kandreas) 1 2017-04-03
06:00
2019-04-01
06:43
SQL/JSON support in PostgreSQL Moved to next CF Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Piotr Stefaniak (pstef) 4 2018-03-02
06:45
2018-03-02
07:42
allow referring to functions without arguments when unique Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 1 2017-03-15
04:04
2017-03-15
04:04
System Administration
Add pg_current_logfile() function to obtain the current log file used by the syslogger Committed Gilles Darold (darold) Robert Haas (rhaas), Christoph Berg (myon), Karl Pinc (kop) rhaas 4 2017-03-03
06:18
2017-03-07
00:45
Increase bgwriter_lru_maxpages Committed Jim Nasby (decibel) rhaas 1 2017-03-16
16:43
2017-03-16
16:43
Make pg_stop_backup() archive wait optional Committed David Steele (dsteele) Fujii Masao (masaofujii), Takayuki Tsunakawa (maumau) sfrost 1 2017-03-23
14:30
2017-04-04
16:23