Commitfest 2016-09

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 104. Moved to next CF: 59. Returned with Feedback: 44. Rejected: 12. Total: 219.

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
OOM in libpq and infinite loop with getCopyStart() Returned with feedback Michael Paquier (michael-kun) Aleksander Alekseev (a.alekseev) 2 2017-01-23
12:10
2016-04-19
07:19
properly coalescing pgstat requests for a single database Committed Tomas Vondra (fuzzycz) Fabien Coelho (calvin) tgl 1 2016-05-31
19:57
2016-05-31
19:12
Minor bug affecting ON CONFLICT lock wait log messages Committed Peter Geoghegan (pgeoghegan) sfrost 1 2016-04-02
03:05
2016-03-22
16:22
Flush slot confirmations on checkpoint Committed Craig Ringer (ringerc) Simon Riggs (simon), Stas Kelvich (kelvich) simon 1 2016-09-05
09:11
2016-09-05
09:38
pg_receivexlog, pg_basebackup and data durability Committed Michael Paquier (michael-kun) Peter Eisentraut (petere), Gerdan Santos (gerdan) petere 1 2016-09-29
15:34
2016-09-29
21:53
pg_xlogdump fails to handle WAL file with multi-page XLP_FIRST_IS_CONTRECORD data Committed Pavan Deolasee (pavan) Michael Paquier (michael-kun), Craig Ringer (ringerc) masaofujii 1 2016-08-29
06:56
2016-08-29
06:52
Wrong data type in decode.c Committed Konstantin Knizhnik (knizhnik) Craig Ringer (ringerc) alvherre 1 2016-03-31
02:44
2016-03-31
08:10
Suspicious behaviour on applying XLOG_HEAP2_VISIBLE Committed Masahiko Sawada (masahikosawada) andresfreund 1 2016-05-16
22:43
2016-04-27
16:08
Show dropped users' backends in pg_stat_activity Committed Oskari Saarenmaa (os) tgl 1 2016-08-19
21:16
2016-08-19
21:16
Deadlock issue with pg_restore in WIN32 with urgent exit code path Committed Armin Schöffmann (umgfoin) Michael Paquier (michael-kun) tgl 1 2016-05-27
16:05
2016-05-27
16:06
pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled Moved to next CF Michael Paquier (michael-kun), Takayuki Tsunakawa (maumau) Takayuki Tsunakawa (maumau) heikki 4 2017-03-17
09:19
2017-03-17
09:19
Invalidate cached plans dependent on FDW/foreign table/foreign server option(s) Moved to next CF Amit Langote (amitlan) Etsuro Fujita (efujita), Ashutosh Bapat (ashutoshbapat) tgl 3 2017-01-06
19:13
2017-01-06
19:17
standalone backend PANICs during recovery Committed Bernd Helmle (psoo) Tom Lane (tgl), Michael Paquier (michael-kun) tgl 1 2016-08-31
12:57
2016-09-16
08:43
Parallel indicators not written by pg_get_functiondef Committed Feike Steenbergen (feike) rhaas 1 2016-05-27
16:34
2016-04-27
21:06
OpenSSL err queue bugfix (backpatching only) Committed Peter Geoghegan (pgeoghegan) petere 1 2016-05-07
04:14
2016-05-07
04:52
Removing faulty hyperLogLog merge function Committed Peter Geoghegan (pgeoghegan) Fabien Coelho (calvin) rhaas 1 2016-05-09
20:13
2016-04-27
14:57
Updating Windows environment variables Moved to next CF Christian Ullrich (chrullrich) Michael Paquier (michael-kun) nmisch 3 2016-12-04
13:18
2016-12-05
01:24
Fix incorrect handling of umid in postgres_fdw Returned with feedback Etsuro Fujita (efujita) 1 2016-08-19
20:24
2016-08-19
20:21
Fix remote query cancellation issues in postgres_fdw Committed Etsuro Fujita (efujita) Michael Paquier (michael-kun) rhaas 1 2016-05-26
07:17
2016-05-26
07:18
Add handling of OID system columns in postgres_fdw Committed Etsuro Fujita (efujita) heikki 1 2016-08-26
13:36
2016-08-30
01:55
Fix checkpoint skip logic on idle systems by tracking LSN progress Moved to next CF Michael Paquier (michael-kun) Amit Kapila (amitkapila), Kyotaro Horiguchi (horiguti), David Steele (dsteele) andresfreund 3 2016-12-23
20:05
2016-12-27
08:25
do_text_output_multiline is broken for text not ending in \n Committed David Rowley (davidrowley) tgl 1 2016-05-27
16:32
2016-05-23
18:21
Fix bug in contrib/intarray bench script for showing query plans with EXPLAIN Committed Daniel Gustafsson (d_gustafsson) tgl 1 2016-08-17
19:52
2016-08-17
19:52
Duplicate dsm name generation leads to start service failure on Windows Committed Amit Kapila (amitkapila), Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) rhaas 1 2016-09-20
16:34
2016-09-24
03:19
Requesting external_pid_file with postgres -C when not initialized lead to coredump Committed Alain Radix (al1radix) Stéphane Schildknecht (sas22) tgl 1 2016-07-09
21:58
2016-06-23
10:22
Prevent planning and executing of NO WITH DATA for matviews and CTAS Committed Michael Paquier (michael-kun) tgl 1 2016-06-29
01:35
2016-07-26
19:05
Missing checks when malloc returns NULL... Committed Michael Paquier (michael-kun) Aleksander Alekseev (a.alekseev) tgl 1 2016-09-01
22:09
2016-09-01
22:10
pg_basebackup from disconnected standby fails Moved to next CF Kyotaro Horiguchi (horiguti) Amit Kapila (amitkapila), Robert Haas (rhaas), Simon Riggs (simon), Michael Paquier (michael-kun) rhaas 2 2016-10-27
18:59
2016-10-28
12:54
Leaking memory in text_overlay function Rejected Dirk Rudolph (dirudo) 1 2016-08-04
07:56
2016-08-04
07:56
Fix handling of arguments for system() in perl scripts Committed Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) tgl 1 2016-07-09
20:48
2016-07-11
15:24
Floating point comparison inconsistencies of the geometric types Moved to next CF Emre Hasegeli (hasegeli) Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn) 4 2017-03-16
16:10
2017-03-16
16:10
pg_dump / copy bugs with "big lines" ? Moved to next CF Álvaro Herrera (alvherre), Daniel Vérité (danielverite) Tomas Vondra (fuzzycz), Gerdan Santos (gerdan) alvherre 2 2016-12-02
04:18
2016-12-02
04:11
Fix "Attempted to delete invisible tuple" upsert errors Committed Oskari Saarenmaa (os) Peter Geoghegan (pgeoghegan) andresfreund 1 2016-08-18
12:37
2016-08-19
00:37
Assertion failure when launching bgworkers with -DEXEC_BACKEND on Unix Committed Thomas Munro (macdice) tgl 1 2016-08-02
23:02
2016-08-04
18:09
Fix for two timing issues in recovery test suite Committed Michael Paquier (michael-kun) Álvaro Herrera (alvherre) alvherre 1 2016-08-05
04:18
2016-08-18
03:18
Fix initialization of replication slot at creation Committed Andrew Gierth (rhodiumtoad) Michael Paquier (michael-kun) andresfreund 1 2016-08-30
06:17
2016-08-17
20:23
money type overflow checks Committed Peter Eisentraut (petere) Fabien Coelho (calvin) petere 1 2016-09-15
02:28
2016-09-15
02:28
Add missing pgstat_report_stat in worker_spi Committed Julien Rouhaud (rjuju) Tomas Vondra (fuzzycz) rhaas 1 2016-09-28
16:46
2016-09-30
16:11
initdb: 'single quotes' around path in cmd at end of running initdb Committed Ryan Murphy (murftown) Michael Paquier (michael-kun) tgl 1 2016-08-20
19:05
2016-08-24
01:09
Bug in abbreviated keys abort handling Committed Peter Geoghegan (pgeoghegan) rhaas 1 2016-08-25
05:34
2016-08-22
20:22
Fix for failed assertion ("!(XLogCtl->Insert.exclusiveBackup)" by improving tracking of starting pg_start_backup() Moved to next CF Michael Paquier (michael-kun) Kyotaro Horiguchi (horiguti) masaofujii 3 2017-01-17
08:42
2017-01-17
13:26
Better locale-specific-character-class handling for regexps Committed Tom Lane (tgl) Heikki Linnakangas (heikki) tgl 1 2016-09-05
21:07
2016-09-05
17:42
pg_dump with tables created in schemas created by extensions Committed Martín Marqués (mmarques) Michael Paquier (michael-kun) tgl 1 2016-09-08
17:12
2016-09-08
17:17
Fix pg_basebackup because of STATUS_DELETE_PENDING files on Windows Moved to next CF Magnus Hagander (mha) Michael Paquier (michael-kun) mha 3 2017-01-04
09:53
2017-01-04
10:12
Fix some corner cases that cube_in rejects Committed Tom Lane (tgl) Amul Sul (sulamul) tgl 1 2016-09-27
15:39
2016-09-27
15:39
ecpg -? option bug in windows Committed Haribabu Kommi (haribabu) Heikki Linnakangas (heikki) heikki 1 2016-09-18
11:15
2016-09-18
11:14
Fix cache lookup failure error Committed Dilip Kumar (dilip.kumar) Haribabu Kommi (haribabu) tgl 1 2016-09-09
13:20
2016-09-09
15:23
Clients
Implement failover on libpq level Moved to next CF Victor Wagner (vitus_wagner) Aleksander Alekseev (a.alekseev), Thom Brown (thom), mithun cy (mithun.cy), Takayuki Tsunakawa (maumau) rhaas 5 2016-11-03
13:46
2016-12-05
19:12
IF (NOT) EXISTS in psql-completion Returned with feedback Kyotaro Horiguchi (horiguti) Pavel Stehule (okbobcz) 2 2016-09-28
16:49
2017-03-17
13:38
psql tab completion for CREATE DATABASE ... TEMPLATE ... Committed Sehrope Sarkuni (sehrope) Merlin Moncure (merlinm), Vitaly Burovoy (vitaly.burovoy) kgrittn 1 2016-09-11
20:56
2016-09-12
14:32
pgbench - allow zero weight Committed Jeff Janes (jjanes) Fabien Coelho (calvin) alvherre 1 2016-03-29
18:42
2016-03-29
20:48
pgbench - show weight percent in multi-script report Committed Fabien Coelho (calvin) alvherre 1 2016-03-29
20:49
2016-03-29
17:50
pgbench - remove clientDone unused parameter Committed Fabien Coelho (calvin) alvherre 1 2016-04-02
06:10
2016-04-02
06:27
pgbench - more operators and functions Moved to next CF Fabien Coelho (calvin) Jeevan Ladhe (jeevanladhe) 3 2017-08-17
18:32
2018-01-10
08:00
tab completion for alter extension Committed Jeff Janes (jjanes) Gerdan Santos (gerdan) tgl 1 2016-08-18
15:17
2016-08-18
15:18
psql: tab completion for \l Committed Ian Barwick (barwick) Gerdan Santos (gerdan) tgl 1 2016-08-18
15:29
2016-08-18
15:30
Improve BEGIN tab completion Committed Andreas Karlsson (kandreas) Kevin Grittner (kgrittn) kgrittn 1 2016-09-01
21:17
2016-09-02
11:18
\timing interval option Committed Corey Huinker (coreyh) Gerdan Santos (gerdan) tgl 1 2016-09-03
19:29
2016-09-08
11:42
pgbench - minor fix for meta-command only script Committed Fabien Coelho (calvin) Heikki Linnakangas (heikki) heikki 1 2016-09-26
08:02
2017-10-01
06:38
pgbench - allow empty queries Committed Fabien Coelho (calvin) tgl 1 2016-08-19
21:35
2016-08-19
21:35
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
pgbench - fix latency computation & display consistency Committed Fabien Coelho (calvin) Heikki Linnakangas (heikki), Kuntal Ghosh (kuntal_ghosh) heikki 1 2016-09-21
10:47
2016-09-22
11:07
add option to pg_dumpall to exclude tables from the dump Returned with feedback Jürgen Hannappel (hannappe) Gerdan Santos (gerdan) 1 2016-10-03
00:53
2016-10-03
00:53
New psql prompt substitution %r (m = master, r = replica) Returned with feedback Aleksander Alekseev (a.alekseev) 1 2016-08-12
10:21
2016-08-18
18:41
In psql's \df+, move function source code to the footers Moved to next CF Tom Lane (tgl) Rushabh Lathia (rlathia), Pavel Stehule (okbobcz) 2 2016-11-08
21:32
2016-11-08
21:32
pg_dump -C Grant statement on create database Returned with feedback Haribabu Kommi (haribabu) Euler Taveira (eulerto), Rafia Sabih (rafia.sabih) 1 2016-10-03
00:56
2016-10-03
01:24
pgbench - fix stats when using \sleep Committed Fabien Coelho (calvin) Heikki Linnakangas (heikki) heikki 1 2016-09-19
20:08
2016-09-19
20:06
Documentation
Weaken guarantees claimed by docs about logical slot replay Committed Craig Ringer (ringerc) Petr Jelínek (pjmodos) simon 1 2016-10-03
01:34
2016-09-05
09:38
incorrect docs for pgbench / skipped transactions Committed Tomas Vondra (fuzzycz) Fabien Coelho (calvin) rhaas 1 2016-03-29
20:52
2016-03-29
18:45
pg_upgrade documentation improvement Returned with feedback Yuri Niyazov (yuri_niyazov) Andrew Gierth (rhodiumtoad), Denis Rogov (rodevl) 1 2016-10-03
01:36
2016-10-03
01:36
Improve XSLT performance for building html Committed Alexander Lakhin (law) Peter Eisentraut (petere) petere 1 2016-08-19
12:43
2017-11-28
16:55
Add missing optional USING keyword before opclass name in INSERT statemet Committed Nikolay Shaplov (nataraj) tgl 1 2016-05-27
16:31
2016-05-31
20:13
add missing "USING bloom" into bloom extension documentation Committed Nikolay Shaplov (nataraj) sigaev 1 2016-05-27
16:30
2016-05-24
12:29
minor plpgsql doc update Committed Fabien Coelho (calvin) tgl 1 2016-07-08
17:40
2016-07-08
17:41
pgbench - minor documentation improvement Rejected Fabien Coelho (calvin) 1 2016-08-23
17:46
2016-08-24
06:32
Sample configuration files Returned with feedback Vik Fearing (xocolatl) Martín Marqués (mmarques) 1 2016-09-30
05:57
2016-09-30
06:03
Confusing docs about GetForeignUpperPaths in fdwhandler.sgml Moved to next CF Etsuro Fujita (efujita) Rushabh Lathia (rlathia) 2 2016-11-04
17:17
2016-11-04
02:59
Miscellaneous
Add UUID support to btree_gist extension Moved to next CF Paul Jungwirth (pjungwir) Adam Brusselback (tostino), Chris Bandy (cbandy) tgl 4 2016-11-29
19:14
2016-11-30
02:57
Support for MS 2015 in src/tools/msvc/ Committed Michael Paquier (michael-kun) Petr Jelínek (pjmodos) jdavis 1 2016-05-06
00:32
2016-04-29
22:22
Simplify search of end of argv in save_ps_display_args() Rejected Alexander Kuleshov (0xax) 1 2016-03-10
16:52
2016-03-10
14:36
kqueue support for WaitEventSet Returned with feedback Thomas Munro (macdice) Marko Tiikkaja (johto) 1 2016-09-13
15:21
2018-10-09
21:10
Parallel build with MSVC Committed Christian Ullrich (chrullrich) Michael Paquier (michael-kun) nmisch 1 2016-09-08
05:47
2016-09-08
06:58
Hstore error code cleanup Returned with feedback Sherrylyn Branchaw (sbranchaw) Marko Tiikkaja (johto) 1 2016-09-28
17:06
2016-09-28
17:28
regexp_match() returning text Committed Emre Hasegeli (hasegeli) David Johnston (polobo) tgl 1 2016-08-17
22:33
2016-08-18
14:53
Binary I/O for isn extension Returned with feedback Shay Rojansky (roji) Fabien Coelho (calvin) 1 2016-09-28
17:04
2016-09-28
19:02
LWLockHeldByMeInMode(lock, LW_EXCLUSIVE) Committed Thomas Munro (macdice) Julien Rouhaud (rjuju) simon 1 2016-09-05
09:56
2016-09-05
10:00
Get rid of an extra error for client disconnection on Windows Rejected Kyotaro Horiguchi (horiguti) Haribabu Kommi (haribabu) 1 2016-09-13
21:53
2016-09-29
08:58
Allow spaces in working path on tap-tests Committed Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) tgl 1 2016-08-05
04:17
2016-07-11
15:24
tuplesort.c CLUSTER external sort regression test coverage Committed Peter Geoghegan (pgeoghegan) tgl 1 2016-07-16
02:25
2016-07-13
19:28
Hash tuplesort.c testing Committed Peter Geoghegan (pgeoghegan) tgl 1 2016-07-16
19:53
2016-07-16
20:56
RecoveryTargetTLI dead variable in XLogCtlData Committed Michael Paquier (michael-kun) Simon Riggs (simon) rhaas 1 2016-08-22
00:52
2016-07-21
23:44
Improving MSVC pl-perl error message Committed John Harvey (john.harvey) Michael Paquier (michael-kun) heikki 1 2016-09-23
11:25
2016-09-23
11:24
slab-like memory allocators for reorderbuffer Moved to next CF 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 Returned with feedback Tomas Vondra (fuzzycz) 1 2016-10-29
19:27
2017-04-05
22:22
dsm_unpin_segment Committed Amit Kapila (amitkapila), Thomas Munro (macdice) Amit Kapila (amitkapila) rhaas 1 2016-08-23
22:22
2016-08-23
18:53
Add location field to DefElem Committed Peter Eisentraut (petere) Pavel Stehule (okbobcz) petere 1 2016-09-07
03:00
2016-09-10
11:25
HINT about COPY vs \copy Committed Craig Ringer (ringerc) Tom Lane (tgl), Christoph Berg (myon) tgl 1 2016-09-07
03:56
2016-09-07
03:57
Some tests to cover hash_index Moved to next CF mithun cy (mithun.cy) Amit Kapila (amitkapila) rhaas 2 2016-10-18
20:01
2016-10-18
20:00
Set log_line_prefix and application name in test drivers Committed Peter Eisentraut (petere) Fabien Coelho (calvin) petere 1 2016-10-16
11:05
2016-10-17
20:53
pageinspect: Hash index support Moved to next CF Jesper Pedersen (jpedersen) Peter Eisentraut (petere), Ashutosh Sharma (ashutosh.sharma88) 2 2016-12-20
11:22
2017-02-22
06:43
Replace use malloc() & friend by memory contexts for plperl and pltcl Committed Michael Paquier (michael-kun) tgl 1 2016-09-01
00:07
2016-09-01
02:03
C++ minimal port Committed Peter Eisentraut (petere) Thomas Munro (macdice) petere 1 2016-09-30
19:24
2017-04-06
18:23
Monitoring & Control
amcheck (B-Tree integrity checking tool) Moved to next CF Peter Geoghegan (pgeoghegan) Andres Freund (andresfreund), Anastasia Lubennikova (lubennikovaav) andresfreund 5 2017-03-10
01:07
2017-03-10
03:27
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
Partial sort Moved to next CF Alexander Korotkov (smagen) Peter Geoghegan (pgeoghegan) 6 2017-01-31
05:53
2017-01-31
05:53
Twophase transactions on slave Returned with feedback Stas Kelvich (kelvich) Simon Riggs (simon) simon 2 2017-01-24
11:54
2017-04-05
00:22
speeding up GIN build with parallel workers Returned with feedback Constantin Pan (kvap) Fedor Sigaev (sigaev), Dmitry Ivanov (funbringer) 2 2016-10-03
03:36
2016-10-03
03:36
SP-GiST support for inet datatypes Committed Emre Hasegeli (hasegeli) Tom Lane (tgl) tgl 1 2016-08-23
19:17
2016-08-24
17:32
Parallel safety tagging of extension functions Committed Andreas Karlsson (kandreas) rhaas 1 2016-09-05
00:46
2016-06-20
02:05
Batch (pipelined) mode for libpq Moved to next CF Craig Ringer (ringerc) Michael Paquier (michael-kun), Takayuki Tsunakawa (maumau) 2 2021-03-04
18:04
2021-03-18
11:28
Concurrent Hash Indexes Moved to next CF Amit Kapila (amitkapila) Robert Haas (rhaas), Satoshi Nagayasu (snaga), Jesper Pedersen (jpedersen) rhaas 2 2016-11-30
20:48
2016-12-03
03:54
GiST inserts optimization with PageIndexTupleOverwrite Committed Andrey Borodin (x4m) Anastasia Lubennikova (lubennikovaav) tgl 1 2016-09-09
23:02
2016-09-09
23:04
Optimizing numeric SUM() aggregate Committed Heikki Linnakangas (heikki) Andrey Borodin (x4m) heikki 1 2016-09-02
08:53
2016-09-02
08:52
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
Optimization for lazy_scan_heap Returned with feedback Masahiko Sawada (masahikosawada) Robert Haas (rhaas), Simon Riggs (simon), Rahila Syed (rahila.syed), Anastasia Lubennikova (lubennikovaav) 1 2016-10-03
01:59
2016-10-03
01:59
Speeding up tuplesort merging (shift down, batch memory, maxTapes) Moved to next CF Peter Geoghegan (pgeoghegan) Heikki Linnakangas (heikki), Claudio Freire (klaussfreire) heikki 2 2018-01-06
00:16
2018-02-08
12:45
Cache Hash Index meta page Moved to next CF 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
Improving planner's checks for parallel-unsafety Committed Tom Lane (tgl) Robert Haas (rhaas) tgl 1 2016-08-19
18:04
2016-08-20
12:42
Block level parallel vacuum Returned with feedback Masahiko Sawada (masahikosawada) Robert Haas (rhaas) 1 2016-10-03
02:00
2017-11-30
02:09
Better tracking of free space during SP-GiST index build Returned with feedback Tom Lane (tgl) Tomas Vondra (fuzzycz) 1 2016-09-28
19:01
2016-09-28
23:01
Implement SortSupport for macaddr data type Moved to next CF Brandur Leach (brandur) Julien Rouhaud (rjuju) sigaev 2 2017-03-29
20:31
2017-04-01
00:19
Fix md.c scalability issues for large relations Committed Andres Freund (andresfreund) Peter Geoghegan (pgeoghegan) andresfreund 1 2016-09-09
00:41
2016-09-09
00:43
Use static inline functions for Float <-> Datum conversions Committed Heikki Linnakangas (heikki) heikki 1 2016-08-31
13:04
2016-08-31
13:44
Less expensive pg_buffercache v1.2 on big shmem Committed Ivan Kartyshov (fenimorkin) Tomas Vondra (fuzzycz) heikki 1 2016-09-29
10:18
2016-09-29
10:17
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
Cube extension GiST penalty function improvement Returned with feedback Andrey Borodin (x4m), Mikhail Bakhterev (mbakhterev) Heikki Linnakangas (heikki) 1 2016-10-03
03:45
2016-10-03
03:45
Procedural Languages
Endless loop calling PL/Python set returning and recursive functions Committed Alexey Grishchenko (0x0fff) Tom Lane (tgl) tgl 1 2016-04-05
18:51
2016-04-05
19:00
Relax requirement for INTO with SELECT in pl/pgsql Returned with feedback Merlin Moncure (merlinm) Peter Eisentraut (petere), David Johnston (polobo) 1 2016-09-22
01:12
2016-09-22
01:11
Fix intra-function memory leaks in pl/pgsql Committed Tom Lane (tgl) Pavel Stehule (okbobcz) tgl 1 2016-08-17
19:34
2016-08-19
17:29
Fix for PL/Python slow input arrays traversal issue Rejected Alexey Grishchenko (0x0fff) Pavel Stehule (okbobcz) 1 2016-09-22
07:31
2016-09-19
19:16
PL/Python adding support for multi-dimensional arrays Committed Alexey Grishchenko (0x0fff) Pavel Stehule (okbobcz) heikki 1 2016-11-02
15:12
2016-10-03
02:13
Refactoring
Refactoring speculative insertion with unique indexes a little Rejected Peter Geoghegan (pgeoghegan) Heikki Linnakangas (heikki) 4 2016-09-20
07:57
2016-09-27
14:00
Rework help interface of vcregress.pl Committed Michael Paquier (michael-kun) mha 1 2016-05-18
19:17
2016-04-15
12:08
Redesigning parallel dump/restore's wait-for-workers logic Committed Tom Lane (tgl) Kevin Grittner (kgrittn) tgl 1 2016-09-27
18:26
2016-09-27
16:11
Misdesigned command/status APIs for parallel dump/restore Committed Tom Lane (tgl) Kevin Grittner (kgrittn) tgl 1 2016-09-27
18:26
2016-09-27
17:29
Small patch - reorderbuffer.c:1099 Committed Aleksander Alekseev (a.alekseev) tgl 1 2016-09-05
00:50
2016-09-05
09:03
Small patch for snapmgr.c Returned with feedback Aleksander Alekseev (a.alekseev) Jeevan Chalke (jeevan.chalke) 1 2016-08-31
08:40
2016-08-31
08:40
Simplifying the interface of UpdateMinRecoveryPoint Rejected Michael Paquier (michael-kun) 1 2016-08-26
09:53
2016-08-26
09:53
RBTree iteration interface improvement Committed Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) heikki 1 2016-09-02
05:41
2016-09-02
11:11
LWLocks in DSM memory Committed Thomas Munro (macdice) rhaas 1 2016-08-15
23:02
2016-08-19
11:46
Refactoring of heapam code Returned with feedback Anastasia Lubennikova (lubennikovaav) Pavan Deolasee (pavan) 1 2016-09-26
17:42
2016-09-26
06:36
Make better use of existing enums in plpgsql Committed Peter Eisentraut (petere) Pavel Stehule (okbobcz) petere 1 2016-09-09
14:24
2016-09-09
14:23
Pinning a buffer in TupleTableSlot is unnecessary Moved to next CF Heikki Linnakangas (heikki) 3 2017-02-01
04:41
2017-02-01
04:41
Reimplement targetlist SRFs using ROWS FROM () Returned with feedback Andres Freund (andresfreund) Tom Lane (tgl) 1 2016-10-03
03:53
2016-10-03
03:55
pg_sequence catalog Moved to next CF Peter Eisentraut (petere) Andreas Karlsson (kandreas) petere 3 2016-12-20
13:43
2017-01-04
13:53
Replication & Recovery
pg_basebackup creates a corrupt file for pg_stat_tmp and pg_replslot on a backup location Committed Ashutosh Sharma (ashutosh.sharma88) Peter Eisentraut (petere) petere 1 2016-09-29
01:57
2016-09-29
01:56
Respect client-initiated CopyDone during logical streaming replication Moved to next CF Dave Cramer (dcramer), Vladimir Gordiychuk (gordiychuk) Craig Ringer (ringerc) 6 2019-07-08
10:48
2019-07-08
10:41
LSN as a recovery target Committed Michael Paquier (michael-kun) Simon Riggs (simon), Petr Jelínek (pjmodos), Adrien Nayrat (anayrat) simon 1 2016-09-03
16:50
2016-09-05
07:05
Quorum commit for multiple synchronous replication Returned with feedback Masahiko Sawada (masahikosawada) Simon Riggs (simon), Petr Jelínek (pjmodos) 1 2016-10-02
13:58
2016-12-21
10:27
Logical Replication Returned with feedback Petr Jelínek (pjmodos) Masahiko Sawada (masahikosawada), Peter Eisentraut (petere) 1 2016-10-03
02:49
2017-03-03
17:35
Exclude additional directories in pg_basebackup Committed David Steele (dsteele) Michael Paquier (michael-kun), Peter Eisentraut (petere) petere 1 2016-09-29
01:57
2016-09-29
11:02
pg_basebackup cleans created directories Committed Peter Eisentraut (petere) Masahiko Sawada (masahikosawada) petere 1 2016-09-12
19:27
2016-09-15
00:32
Transaction traceability - txid_status(bigint) Moved to next CF Craig Ringer (ringerc) Robert Haas (rhaas) rhaas 3 2017-03-31
15:06
2017-03-31
17:28
Write Ahead Logging for Hash Indexes Moved to next CF 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 Moved to next CF 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
Transaction traceability - txid_convert_if_recent(bigint) Returned with feedback Craig Ringer (ringerc) 1 2016-12-28
14:03
2017-03-31
17:28
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
New recovery.conf API Returned with feedback Simon Riggs (simon), Abhijit Menon-Sen (ams) 1 2016-09-28
17:14
2017-09-05
22:10
pg_basebackup streaming to tarfile Moved to next CF Magnus Hagander (mha) Michael Paquier (michael-kun) mha 2 2016-10-23
17:30
2016-10-25
21:56
Logical decoding timeline following take II Moved to next CF Craig Ringer (ringerc) Petr Jelínek (pjmodos) 2 2016-11-29
08:01
2016-11-29
07:55
pg_recvlogical --endpos Moved to next CF Craig Ringer (ringerc) Euler Taveira (eulerto), Okano Naoki (okano) simon 3 2017-01-04
19:28
2017-01-04
19:30
Security
if(superuser()) ereport() reduction- pgstattuple Committed Stephen Frost (sfrost) Peter Eisentraut (petere) sfrost 1 2016-09-30
02:52
2016-09-28
15:38
Make PostgreSQL sanitizers-friendly (and prevent information disclosure) Returned with feedback Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) 1 2016-09-02
12:00
2016-09-02
15:49
OpenSSL 1.1 support Committed Andreas Karlsson (kandreas) Heikki Linnakangas (heikki) heikki 1 2016-09-15
11:58
2016-09-17
09:39
Support for SCRAM-SHA-256 Returned with feedback Heikki Linnakangas (heikki), Michael Paquier (michael-kun) David Steele (dsteele) 1 2016-09-29
03:48
2017-02-01
11:13
Restrictive RLS policy support Moved to next CF Stephen Frost (sfrost) Jeevan Chalke (jeevan.chalke) sfrost 3 2016-12-07
14:19
2016-12-05
18:16
Server Features
Add a per-relation parallel_degree Committed Julien Rouhaud (rjuju) Amit Kapila (amitkapila) rhaas 1 2016-09-05
09:16
2016-09-14
21:54
Covering + unique indexes Returned with feedback Anastasia Lubennikova (lubennikovaav) Amit Kapila (amitkapila), Andrey Borodin (x4m) 1 2018-01-17
08:46
2018-04-10
16:03
Add effective number of parallel workers in explain output Committed Julien Rouhaud (rjuju) Robert Haas (rhaas) rhaas 1 2016-09-05
09:16
2016-09-14
21:54
Keeping CURRENT_DATE and similar constructs in original format Committed Tom Lane (tgl) Peter Eisentraut (petere) tgl 1 2016-08-17
00:38
2016-08-17
00:35
Tracking wait event for EventSet Moved to next CF Michael Paquier (michael-kun) Robert Haas (rhaas), Satoshi Nagayasu (snaga), Thomas Munro (macdice) rhaas 2 2016-10-05
05:00
2016-10-05
20:54
Add program option to file_fdw Committed Corey Huinker (coreyh), Adam Gomaa (adamg) Amit Langote (amitlan) tgl 1 2016-09-29
17:33
2016-09-29
17:51
PostmasterPid not marked with PGDLLIMPORT Committed Michael Paquier (michael-kun) rhaas 1 2016-08-18
17:19
2016-06-03
21:32
Return NULL for non-existing objects with functions pg_get_*def() Committed Michael Paquier (michael-kun) Fabien Coelho (calvin) rhaas 1 2016-08-30
06:18
2016-09-09
15:23
Prevent ALTER TABLE DROP NOT NULL on child tables if parent column has it Rejected Michael Paquier (michael-kun) 1 2016-06-16
03:57
2016-06-16
15:55
Vacuuming relations on full tablespaces (Add EMERGENCY option) Returned with feedback Asif Naeem (muhammad.asif.naeem) Haribabu Kommi (haribabu) 1 2016-09-28
17:19
2016-09-28
17:19
primary_conninfo missing from pg_stat_wal_receiver Committed Michael Paquier (michael-kun) Vik Fearing (xocolatl) alvherre 1 2016-08-06
18:20
2016-07-07
18:11
to_date_valid() Returned with feedback Andreas 'ads' Scherbaum (ads) Peter Eisentraut (petere), Artur Zakirov (a.zakirov) 1 2016-09-29
02:00
2016-09-27
21:01
Make it possible to prevent some unsafe operations via a contrib hook. Returned with feedback Robert Haas (rhaas), Andrew Gierth (rhodiumtoad), David Fetter (dfetter) Peter Eisentraut (petere), Julien Rouhaud (rjuju), Thomas Munro (macdice) 1 2016-10-01
12:52
2017-03-16
16:01
Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Rejected Aleksander Alekseev (a.alekseev) 1 2016-09-20
12:56
2016-08-31
22:31
notice lock waits Returned with feedback Jeff Janes (jjanes) Haribabu Kommi (haribabu) 1 2016-10-03
02:41
2016-10-03
03:03
Add a max_parallel_workers GUC Returned with feedback Julien Rouhaud (rjuju) Amit Kapila (amitkapila), Robert Haas (rhaas) 1 2016-10-04
16:06
2016-12-04
13:29
Allow GIN array_ops to work on anyarray Committed Tom Lane (tgl) Enrique Meneses (emeneses) tgl 1 2016-09-26
18:54
2016-09-26
18:54
Forbid use of LF and CR characters in database and role names Moved to next CF 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
Multi-tenancy with RLS Moved to next CF Haribabu Kommi (haribabu) 3 2017-01-31
07:26
2017-01-31
07:29
system load consideration hook for parallel workers Rejected Haribabu Kommi (haribabu) Peter Eisentraut (petere) 1 2016-09-22
01:19
2016-09-22
01:18
Push down more full joins in postgres_fdw Moved to next CF Etsuro Fujita (efujita) Ashutosh Bapat (ashutoshbapat) rhaas 4 2017-03-16
17:53
2017-03-21
09:42
XMLTABLE function Moved to next CF Pavel Stehule (okbobcz) Craig Ringer (ringerc) alvherre 4 2017-03-08
17:19
2017-03-08
17:01
Index Only Scan for index expressions Returned with feedback Ildar Musin (i.musin) Tomas Vondra (fuzzycz) 1 2016-09-28
17:30
2016-09-28
17:30
Transactions involving multiple postgres foreign servers Returned with feedback Masahiko Sawada (masahikosawada), Vinayak Pokale (vinpokale) Ashutosh Bapat (ashutoshbapat) 1 2016-10-03
02:17
2018-06-05
10:13
PassDownLimitBound for ForeignScan/CustomScan Rejected KaiGai Kohei (kaigai) Jeevan Chalke (jeevan.chalke) 1 2016-09-28
17:43
2016-09-28
17:43
txid_current_if_assigned() Committed Craig Ringer (ringerc) Robert Haas (rhaas) rhaas 1 2016-12-28
14:03
2017-03-31
17:28
Make server_version_num GUC_REPORT Returned with feedback Craig Ringer (ringerc) 1 2016-08-30
01:05
2016-08-29
08:56
Renaming of pg_xlog, pg_subtrans and pg_clog Moved to next CF Michael Paquier (michael-kun) Craig Ringer (ringerc) rhaas 4 2017-03-17
13:58
2017-03-18
18:03
Asynchronous execution of ForeignScans Moved to next CF Kyotaro Horiguchi (horiguti) Amit Khandekar (amitdkhan) 2 2016-12-02
04:40
2016-12-02
04:44
Send numeric version to clients (server_version_num GUC_REPORT) Rejected Craig Ringer (ringerc) Robert Haas (rhaas), Tom Lane (tgl) 1 2016-08-30
04:49
2016-08-30
04:49
Aggregate Push Down - Performing aggregation on foreign server Moved to next CF Jeevan Chalke (jeevan.chalke) Ashutosh Bapat (ashutoshbapat) rhaas 2 2016-10-21
14:09
2016-10-24
10:46
autonomous transactions Returned with feedback Peter Eisentraut (petere) 1 2016-12-11
07:33
2017-04-06
16:10
sequences and pg_upgrade Moved to next CF Peter Eisentraut (petere) Anastasia Lubennikova (lubennikovaav) petere 2 2016-11-14
02:52
2016-11-14
02:51
SET syntax for INSERT Returned with feedback Marko Tiikkaja (johto) Vik Fearing (xocolatl) 1 2016-09-05
14:09
2016-09-05
14:10
delta relations in AFTER triggers Moved to next CF Kevin Grittner (kgrittn) David Rowley (davidrowley), Thomas Munro (macdice) kgrittn 4 2017-04-02
02:54
2017-04-05
00:22
SQL Commands
IF NOT EXISTS for PREPARE Returned with feedback Uriy Zhuravlev (stalkerg) Fabrízio Mello (fabriziomello), Merlin Moncure (merlinm) 1 2016-10-03
04:24
2016-10-03
04:24
Add ALTER TYPE ... RENAME VALUE ... TO ... for enum types Committed Dagfinn Ilmari Mannsåker (ilmari) Emre Hasegeli (hasegeli) tgl 1 2016-09-07
20:12
2016-09-11
14:34
LOCK TABLE .. DEFERRABLE Moved to next CF Rod Taylor (rbt) Simon Riggs (simon) 2 2016-12-02
03:12
2016-12-02
04:51
Declarative partitioning Moved to next CF Amit Langote (amitlan) Robert Haas (rhaas), jacob bogers (lucifer333), Ashutosh Bapat (ashutoshbapat) rhaas 3 2016-12-07
18:23
2017-01-30
21:42
hstore: add hstore_length(hstore) function Returned with feedback Korbin Hoffman (k1) Robert Haas (rhaas), Marko Tiikkaja (johto) 1 2016-09-28
16:59
2016-09-28
16:59
RAW COPY Moved to next CF Pavel Stehule (okbobcz) KaiGai Kohei (kaigai) 3 2016-12-15
09:29
2016-12-06
14:30
ICU integration Returned with feedback Peter Eisentraut (petere) Petr Jelínek (pjmodos), Thomas Munro (macdice) 1 2017-03-15
02:18
2017-03-25
00:44
identity columns Moved to next CF Peter Eisentraut (petere) Vitaly Burovoy (vitaly.burovoy) petere 4 2017-04-06
12:45
2017-04-07
05:26
sequence data type Moved to next CF Peter Eisentraut (petere) Steve Singer (ssinger) petere 4 2017-02-10
20:39
2017-04-04
16:52
System Administration
pg_ctl promote wait Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 2 2016-09-21
16:26
2016-09-23
13:10
Add pg_current_logfile() function to obtain the current log file used by the syslogger Moved to next CF Gilles Darold (darold) Robert Haas (rhaas), Christoph Berg (myon), Karl Pinc (kop) rhaas 4 2017-03-03
06:18
2017-03-07
00:45
pg_xlogdump follow into the future when specifying filename Moved to next CF Magnus Hagander (mha) Vladimir Rusinov (vrusinov) 3 2017-02-01
04:33
2017-02-01
04:33
pg_hba_file_settings Returned with feedback Haribabu Kommi (haribabu) Simon Riggs (simon) 1 2016-10-03
04:51
2017-01-31
04:17
VACUUM's ancillary tasks Moved to next CF Vik Fearing (xocolatl) Simon Riggs (simon), Thomas Munro (macdice) 2 2016-12-02
04:29
2016-12-02
04:31
Exclude schema during pg_restore Committed Michael Banck (mbanck) Peter Eisentraut (petere) petere 1 2016-09-21
00:59
2016-09-22
17:37
Reduce lock levels for ALTER TABLE reloptions Returned with feedback Simon Riggs (simon) Robert Haas (rhaas) 1 2016-09-28
16:33
2016-09-14
21:54