Commitfest 2016-03

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Needs review: 1. Committed: 102. Moved to next CF: 12. Returned with Feedback: 27. Rejected: 6. Total: 148.

Active patches

Patch
Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Replication & Recovery
Failover slots Needs review Simon Riggs (simon), Craig Ringer (ringerc) Andres Freund (andresfreund), Petr Jelínek (pjmodos), Craig Ringer (ringerc) 1 2021-06-15
20:22
2016-04-08
06:13

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix handling on XLOG_RUNNING_XACTS generated by bgwriter on idle systems Committed Michael Paquier (michael-kun) Amit Kapila (amitkapila), Simon Riggs (simon), Jeff Janes (jjanes) simon 3 2016-04-04
06:20
2016-04-04
06:22
Install dynloader.h in MSVC builds Committed Michael Paquier (michael-kun), Bruce Momjian (bmomjian) bmomjian 1 2016-01-25
12:25
2016-01-20
11:54
Inconsistent error handling in START_REPLICATION command Rejected Alex Shulgin (ash) Craig Ringer (ringerc) 1 2016-03-11
18:14
2016-03-11
18:15
Apply recovery_min_apply_delay once standby has reached consistent state Committed Michael Paquier (michael-kun) Simon Riggs (simon), Julien Rouhaud (rjuju) masaofujii 1 2016-03-05
17:48
2016-03-05
17:47
Remove service-related code in cygwin for pg_ctl Committed Michael Paquier (michael-kun) adunstan 1 2016-02-10
04:54
2016-01-19
08:45
pg_dump broken with constraint comments of domains using double-quotes Committed Michael Paquier (michael-kun) alvherre 1 2016-01-22
23:05
2016-01-23
23:25
Fix handling of RETURNING tableoid in updating foreign tables Committed Etsuro Fujita (efujita) Thom Brown (thom) rhaas 1 2016-03-01
11:39
2016-05-26
07:18
Silent data loss with ext4 / all current versions Committed Tomas Vondra (fuzzycz) Andres Freund (andresfreund), Michael Paquier (michael-kun) andresfreund 1 2016-03-10
04:58
2016-05-12
11:09
pgbench small fixes under low rate Committed Fabien Coelho (calvin) Aleksander Alekseev (a.alekseev) rhaas 1 2016-03-10
06:24
2016-03-09
19:20
Mac OS: invalid byte sequence for encoding "UTF8" Committed Artur Zakirov (a.zakirov) Fedor Sigaev (sigaev) tgl 1 2016-02-11
00:34
2016-02-11
08:15
Ensure boolean sounding macros return 0 or 1. Committed Andres Freund (andresfreund) Robert Haas (rhaas), Peter Eisentraut (petere) andresfreund 1 2016-03-29
07:20
2016-03-27
15:52
Fix handling of 0-dimension objects in jsonb_object() Committed Michael Paquier (michael-kun) adunstan 1 2016-02-21
15:47
2016-02-22
00:03
Fix crash when running on old Windows and new CPU Committed Christian Ullrich (chrullrich) Magnus Hagander (mha) mha 1 2016-03-10
13:14
2016-03-10
15:51
Fix for OpenSSL error queue bug Committed Peter Geoghegan (pgeoghegan) Peter Eisentraut (petere) petere 1 2016-04-26
00:41
2016-05-07
04:52
Fix handling of invalid sockets returned by PQsocket() Committed Michael Paquier (michael-kun) Peter Eisentraut (petere) petere 1 2016-03-09
02:21
2016-04-01
20:15
Fix handling of TXID wraparound in pg_subtrans at beginning of recovery Committed Jeff Janes (jjanes) Tom Lane (tgl), Michael Paquier (michael-kun) simon 1 2016-02-19
09:26
2016-02-19
09:26
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
Correct negative/zero year in to_date/to_timestamp Rejected Vitaly Burovoy (vitaly.burovoy) Ivan Kartyshov (fenimorkin) 1 2016-03-11
23:15
2016-03-11
20:20
Sanity checking for configure --with-pgport Committed Jim Nasby (decibel) Alex Shulgin (ash), Peter Eisentraut (petere), Ivan Kartyshov (fenimorkin) tgl 1 2016-03-15
14:05
2016-03-14
14:43
unexpected result from to_tsvector Committed Artur Zakirov (a.zakirov) Dmitrii Golub (houdini) sigaev 1 2016-03-29
15:29
2016-03-30
13:22
Integer overflow in timestamp[tz]_part() and date/time boundaries check Committed Vitaly Burovoy (vitaly.burovoy) Anastasia Lubennikova (lubennikovaav) tgl 1 2016-03-16
23:19
2016-03-17
13:58
Fixing wrong comment on PQmblen and PQdsplen. Committed rhaas 1 2016-03-02
01:49
2016-03-10
11:30
Supporting +-Infinity values by to_timestamp(float8) Committed Vitaly Burovoy (vitaly.burovoy) Anastasia Lubennikova (lubennikovaav) tgl 1 2016-03-29
21:21
2016-03-30
23:06
fix DROP OPERATOR to reset links to itself on commutator and negator Committed Roma Sokolov (roma.sokolov) Robert Haas (rhaas), Tomas Vondra (fuzzycz) tgl 1 2016-03-25
16:33
2016-03-25
16:54
OOM in libpq and infinite loop with getCopyStart() Moved to next CF Michael Paquier (michael-kun) Aleksander Alekseev (a.alekseev) 2 2017-01-23
12:10
2016-04-19
07:19
Equivalent of --enable-tap-tests in MSVC scripts Committed Michael Paquier (michael-kun) Craig Ringer (ringerc) alvherre 1 2016-03-04
16:16
2016-03-04
22:21
Incorrect error message in InitializeSessionUserId Committed Dmitriy Sarafannikov (dsarafannikov) Haribabu Kommi (haribabu) rhaas 1 2016-03-04
19:00
2016-03-04
17:30
Clients
extends pgbench expressions with functions Committed Fabien Coelho (calvin) Michael Paquier (michael-kun), Alex Shulgin (ash), BeomYong Lee (leebeomyong) rhaas 5 2016-03-29
07:21
2016-03-30
00:44
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
Do not use expanded mode for EXPLAIN output in "\x auto" Committed Andreas Karlsson (kandreas) Vik Fearing (xocolatl) rhaas 1 2016-03-11
13:05
2016-03-11
13:05
Add \errverbose to psql (and support in libpq) Committed Alex Shulgin (ash), Petr Korobeinikov (pkorobeinikov) Daniel Vérité (danielverite) tgl 1 2016-04-03
16:30
2016-04-03
18:41
Take into account \pset title when using \watch if set Committed Michael Paquier (michael-kun) Vik Fearing (xocolatl) tgl 1 2016-03-21
22:35
2016-03-22
01:51
pgbench with multiline and multistatement of SQL and multiline metacommands. Committed Kyotaro Horiguchi (horiguti) Tom Lane (tgl) tgl 1 2016-03-20
16:59
2016-04-10
15:19
pgbench weights & prefix selection (follow-up to pgbench per-script stats) Committed Fabien Coelho (calvin) alvherre 1 2016-03-19
15:44
2016-03-29
20:48
IF (NOT) EXISTS in psql-completion Moved to next CF Kyotaro Horiguchi (horiguti) Pavel Stehule (okbobcz) 2 2016-09-28
16:49
2017-03-17
13:38
\crosstabview in psql for crosstab-style display Committed Daniel Vérité (danielverite) Pavel Stehule (okbobcz) alvherre 1 2016-04-08
23:57
2016-04-09
15:50
meta-queries with \gexec psql command Committed Corey Huinker (coreyh) Jim Nasby (decibel), Daniel Vérité (danielverite) tgl 1 2016-04-04
19:25
2016-04-04
19:46
insufficient qualification of some objects in dump files Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 1 2016-04-06
16:40
2016-04-06
16:55
psql completion for ids in multibyte string Committed Thomas Munro (macdice) rhaas 1 2016-03-08
01:32
2016-03-10
11:30
Code Comments
Fix some comment typos Committed David Rowley (davidrowley) rhaas 1 2016-01-15
04:21
2015-12-28
23:50
Documentation
Add documentation for perl TAP tests Committed Craig Ringer (ringerc) Michael Paquier (michael-kun) alvherre 1 2016-03-01
14:19
2016-02-26
00:34
pg_resetxlog reference page reorganization Committed Peter Eisentraut (petere) Alexander Korotkov (smagen) petere 1 2016-03-10
02:34
2016-03-04
15:38
Miscellaneous
COPY RAW Returned with feedback Pavel Stehule (okbobcz) Corey Huinker (coreyh), Pavlo Golub (pasha_golub), Ildar Musin (i.musin) 2 2016-04-08
18:13
2016-12-06
14:30
HINTing on UPDATE foo SET foo.bar = .. Returned with feedback Marko Tiikkaja (johto) Collin Stedman (kronion) 2 2016-03-09
22:39
2016-03-09
22:39
Improvements of Hunspell dictionaries support Committed Artur Zakirov (a.zakirov) Fedor Sigaev (sigaev) sigaev 2 2016-03-04
17:09
2016-02-17
13:22
Set of regression tests for standbys using TAP stuff Committed Michael Paquier (michael-kun) Craig Ringer (ringerc), Stas Kelvich (kelvich), Victor Wagner (vitus_wagner) alvherre 2 2016-02-27
07:43
2016-03-01
15:10
Fuzzy substring searching with the pg_trgm extension Committed Alexander Korotkov (smagen), Artur Zakirov (a.zakirov) Fedor Sigaev (sigaev), Jeff Janes (jjanes) sigaev 2 2016-03-16
16:09
2016-03-22
13:19
multivariate statistics Returned with feedback Tomas Vondra (fuzzycz) 2 2016-10-29
19:27
2017-04-05
22:22
Sequence Access Methods Returned with feedback Petr Jelínek (pjmodos) Simon Riggs (simon), Fabrízio Mello (fabriziomello), Jose Luis Tallon (jltallon) simon 2 2016-04-06
21:16
2016-04-05
17:54
Improve error messages in format() Committed Jim Nasby (decibel) Fedor Sigaev (sigaev), Vik Fearing (xocolatl) sigaev 1 2016-02-11
15:12
2016-02-11
15:11
Improve unaccent default rules generation script: better support for diacritics and ligatures Committed Léonard Benedetti (mlpo) Fedor Sigaev (sigaev), Vik Fearing (xocolatl) sigaev 1 2016-03-16
13:54
2016-03-16
13:52
Prevent multibyte characters from being quoted in format() and quote_ident() Rejected Tatsuo Ishii (ishii) Dickson Guedes (guedes) 1 2016-01-28
00:14
2016-01-28
00:05
Statistics fixes and improvements in face of high fraction of NULLs and/or skewed distribution Returned with feedback Alex Shulgin (ash), Tomas Vondra (fuzzycz) Tom Lane (tgl) tgl 1 2016-04-08
06:41
2016-04-05
05:58
parse_ident Committed Pavel Stehule (okbobcz) Fedor Sigaev (sigaev), Jim Nasby (decibel) sigaev 1 2016-03-18
15:26
2016-03-18
17:19
function for converting human readable sizes to bytes - pg_size_bytes Committed Pavel Stehule (okbobcz) Vitaly Burovoy (vitaly.burovoy) deanr 1 2016-02-20
12:39
2016-02-20
10:12
GCC 6 warning fixes Committed Peter Eisentraut (petere) Thomas Munro (macdice) petere 1 2016-03-09
00:42
2016-03-09
00:42
New DEPENDENCY_AUTO_EXTENSION/'x' dependency type Committed Abhijit Menon-Sen (ams) Alexander Korotkov (smagen) alvherre 1 2016-04-05
22:18
2016-04-06
02:56
TAP test enhancements Committed Craig Ringer (ringerc) Michael Paquier (michael-kun) alvherre 1 2016-03-09
23:06
2016-03-28
23:51
Monitoring & Control
replace pg_stat_activity.waiting with something more descriptive Committed Amit Kapila (amitkapila), Ildus Kurbangaliev (ildus) Alexander Korotkov (smagen) rhaas 5 2016-03-11
13:14
2016-03-24
14:23
Add sample rate to auto_explain Committed Craig Ringer (ringerc), Julien Rouhaud (rjuju) Petr Jelínek (pjmodos) mha 1 2016-03-11
14:11
2016-03-13
12:21
VACUUM Progress Checker Committed Vinayak-1 Pokale (vinayak-1) Kyotaro Horiguchi (horiguti), Rahila Syed (rahila.syed), Amit Langote (amitlan) rhaas 1 2016-03-15
17:34
2016-03-25
08:51
Add hooks to autovacuum Returned with feedback Julien Rouhaud (rjuju) Alexander Korotkov (smagen) 1 2016-03-05
00:06
2016-03-31
00:42
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
Identifying a message in emit_log_hook Committed Kyotaro Horiguchi (horiguti) Simon Riggs (simon), Pavel Stehule (okbobcz) simon 1 2016-03-11
09:54
2016-03-22
04:57
Performance
Unique Joins Returned with feedback David Rowley (davidrowley) Tomas Vondra (fuzzycz) tgl 6 2016-04-09
11:27
2017-04-08
02:23
checkpoint continuous flushing Committed Andres Freund (andresfreund), Fabien Coelho (calvin) Andres Freund (andresfreund) andresfreund 5 2016-03-16
19:01
2016-03-22
10:09
index-only scans with partial indexes Committed Kyotaro Horiguchi (horiguti), Tomas Vondra (fuzzycz) Kyotaro Horiguchi (horiguti), Kevin Grittner (kgrittn), Konstantin Knizhnik (knizhnik) tgl 4 2016-03-31
22:00
2016-04-01
02:39
Reusing abbreviated keys during second pass of ordered [set] aggregates Committed Peter Geoghegan (pgeoghegan) Andreas Karlsson (kandreas) rhaas 4 2016-02-17
17:13
2016-03-02
18:11
Using quicksort for every external sort run Committed Peter Geoghegan (pgeoghegan) Robert Haas (rhaas), Tomas Vondra (fuzzycz), Jeff Janes (jjanes), Greg Stark (stark) rhaas 4 2016-04-08
06:40
2016-04-08
03:39
Statistics for array types Returned with feedback Alexander Korotkov (smagen), Jeff Janes (jjanes) Alexander Korotkov (smagen) 4 2016-03-18
12:08
2016-03-18
12:08
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
Replace buffer manager spinlock with atomic operations Committed Andres Freund (andresfreund), Alexander Korotkov (smagen) andresfreund 3 2016-04-11
11:31
2016-04-11
05:10
Partial sort Moved to next CF Alexander Korotkov (smagen) Peter Geoghegan (pgeoghegan) 6 2017-01-31
05:53
2017-01-31
05:53
Remove Functionally Dependent GROUP BY Columns Committed David Rowley (davidrowley) Julien Rouhaud (rjuju) tgl 2 2016-02-11
22:52
2016-02-14
21:16
OR-clauses for index Returned with feedback Fedor Sigaev (sigaev) 2 2016-03-29
14:02
2024-04-08
00:38
Relation Extension Scalability using Multi Extend Committed Andres Freund (andresfreund), Dilip Kumar (dilip.kumar) Amit Kapila (amitkapila) rhaas 2 2016-04-08
06:08
2016-04-08
06:15
Optimizer patch moving evaluation of non-trivial target list expressions in case of ORDER BY+LIMIT to projection after limit. Committed Konstantin Knizhnik (knizhnik) Tom Lane (tgl) tgl 1 2016-03-11
17:28
2016-03-11
01:45
Btree compression Returned with feedback Anastasia Lubennikova (lubennikovaav) Peter Geoghegan (pgeoghegan), Alexander Korotkov (smagen) 1 2019-09-13
01:16
2020-03-06
19:01
Support ALTER INDEX ... WHERE ... clause Returned with feedback Konstantin Knizhnik (knizhnik) Marko Tiikkaja (johto) 1 2016-04-08
16:08
2016-04-08
16:08
Fix lock contention for HASHHDR.mutex Committed Aleksander Alekseev (a.alekseev) Anastasia Lubennikova (lubennikovaav) rhaas 1 2016-03-23
15:02
2016-03-23
16:00
make NOTIFY list de-duplication optional Returned with feedback Filip Rembiałkowski (filiprem) Vik Fearing (xocolatl) 1 2016-03-16
23:43
2019-08-14
18:04
Twophase transactions on slave Moved to next CF 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 Moved to next CF Constantin Pan (kvap) Fedor Sigaev (sigaev), Dmitry Ivanov (funbringer) 2 2016-10-03
03:36
2016-10-03
03:36
GROUP BY cardinality estimation improvement Committed Tomas Vondra (fuzzycz) Alexander Korotkov (smagen), Dean Rasheed (deanr) deanr 1 2016-04-04
11:56
2016-04-02
14:59
use foreign keys to improve join estimates Committed Tomas Vondra (fuzzycz) Simon Riggs (simon) simon 1 2016-04-08
01:53
2016-04-07
12:42
POC: Cache data in GetSnapshotData() Moved to next CF Andres Freund (andresfreund), mithun cy (mithun.cy) 2 2017-09-29
14:31
2017-09-21
03:35
Reduce WAL logging for 2PC GID Committed Pavan Deolasee (pavan) Petr Jelínek (pjmodos), Stas Kelvich (kelvich), Jesper Pedersen (jpedersen) simon 1 2016-03-10
12:53
2016-03-10
17:31
Upper planner path-ification Committed Tom Lane (tgl) Robert Haas (rhaas) tgl 1 2016-03-07
21:23
2016-03-29
00:28
snapshot too old, configured by time Committed Kevin Grittner (kgrittn) Peter Geoghegan (pgeoghegan), Jose Luis Tallon (jltallon) kgrittn 1 2016-04-08
19:50
2016-04-08
21:11
Procedural Languages
plpgsql - possibility to get element or array type for referenced variable type Rejected Pavel Stehule (okbobcz) Artur Zakirov (a.zakirov) 3 2016-03-16
16:53
2016-03-17
04:44
pl/pgSQL, get diagnostics and big data Committed Andreas 'ads' Scherbaum (ads) Christian Ullrich (chrullrich) tgl 1 2016-03-12
21:08
2016-03-12
21:12
Convert pltcl to using objects instead of strings Committed Jim Nasby (decibel), Karl Lehenbauer (karl) Victor Wagner (vitus_wagner) tgl 1 2016-03-02
18:31
2016-03-02
23:56
enhanced custom error in PLPythonu Committed Pavel Stehule (okbobcz) Catalin Iacob (cataliniacob) sigaev 1 2016-04-08
15:39
2016-04-09
20:45
Improve error reporting in pltcl Committed Jim Nasby (decibel) Pavel Stehule (okbobcz) tgl 1 2016-03-25
19:53
2016-03-25
21:24
Refactoring
Refactoring speculative insertion with unique indexes a little Moved to next CF Peter Geoghegan (pgeoghegan) Heikki Linnakangas (heikki) 4 2016-09-20
07:57
2016-09-27
14:00
Refactor Client Log Output Filtering Committed David Steele (dsteele) Petr Jelínek (pjmodos), Fabien Coelho (calvin) tgl 2 2016-04-04
16:32
2016-04-04
17:44
Optimized use of launched workers in parallelism code Committed Amit Kapila (amitkapila) Haribabu Kommi (haribabu) rhaas 1 2016-03-08
20:15
2016-03-07
19:43
Reworks of CustomScan serialization/deserialization Committed KaiGai Kohei (kaigai) Petr Jelínek (pjmodos) rhaas 1 2016-03-29
15:28
2016-03-14
17:54
Refactor receivelog.c Committed Magnus Hagander (mha) Craig Ringer (ringerc), Daniel Gustafsson (d_gustafsson) mha 1 2016-03-11
10:16
2016-03-13
12:12
Replication & Recovery
Spurious standby query cancellations Committed Jeff Janes (jjanes) Amit Kapila (amitkapila), Simon Riggs (simon) simon 4 2016-03-10
19:28
2016-02-21
02:29
Improving replay of XLOG_BTREE_VACUUM records Rejected Vladimir Borodin (d0uble) Heikki Linnakangas (heikki), Simon Riggs (simon), Andres Freund (andresfreund), Jim Nasby (decibel) simon 3 2016-04-03
16:54
2016-03-25
18:09
remove wal_level archive Committed Peter Eisentraut (petere) David Steele (dsteele) petere 2 2016-03-18
22:58
2016-04-03
12:27
Generic WAL Logical Messages Committed Andres Freund (andresfreund), Petr Jelínek (pjmodos) Simon Riggs (simon), Artur Zakirov (a.zakirov) simon 2 2016-04-06
10:56
2016-04-07
17:53
"Causal reads" mode for load balancing reads without stale data Returned with feedback Thomas Munro (macdice) Michael Paquier (michael-kun) 1 2016-04-06
00:22
2016-04-06
01:45
Support multiple synchronous standby servers Committed Masahiko Sawada (masahikosawada) Kyotaro Horiguchi (horiguti), Thomas Munro (macdice) masaofujii 1 2016-04-06
10:58
2016-04-11
11:47
Timeline following for logical slots Committed Craig Ringer (ringerc) Simon Riggs (simon), Petr Jelínek (pjmodos) alvherre 1 2016-03-31
00:47
2016-04-08
02:33
Security
PostgreSQL Audit Extension Returned with feedback David Steele (dsteele) Payal Singh (payalsingh) 2 2016-03-01
19:49
2016-02-19
16:59
Use correct realm name in SSPI authentication Committed Christian Ullrich (chrullrich) Magnus Hagander (mha), Robbie Harwood (rharwood) mha 1 2016-04-08
18:29
2016-04-08
18:29
pgcrypto: add s2k-count Committed Jeff Janes (jjanes) alvherre 1 2016-03-09
17:36
2016-03-09
18:08
GSSAPI encryption support Returned with feedback Robbie Harwood (rharwood) Michael Paquier (michael-kun), David Steele (dsteele) 1 2016-04-08
18:24
2019-04-09
02:51
Server Features
postgres_fdw: Options to set fetch_size at the server and table level. Committed Kyotaro Horiguchi (horiguti), Corey Huinker (coreyh) rhaas 5 2016-02-04
00:15
2016-02-03
16:55
Freeze avoidance of very large table Committed Masahiko Sawada (masahikosawada) Amit Kapila (amitkapila), Robert Haas (rhaas), Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) rhaas 4 2016-03-11
17:37
2016-03-11
17:52
Access method extendability Committed Alexander Korotkov (smagen) Fedor Sigaev (sigaev), Petr Jelínek (pjmodos), Aleksander Alekseev (a.alekseev) sigaev 4 2016-04-01
13:50
2016-04-04
09:19
Add numeric_trim(numeric) Returned with feedback Marko Tiikkaja (johto) Pavel Stehule (okbobcz), Dean Rasheed (deanr) 2 2016-03-15
17:37
2016-03-15
17:38
Covering + unique indexes Returned with feedback Anastasia Lubennikova (lubennikovaav) Peter Geoghegan (pgeoghegan), David Rowley (davidrowley) sigaev 2 2018-01-17
08:46
2018-04-10
16:03
DML Pushdown for foreign tables Committed Etsuro Fujita (efujita) Rushabh Lathia (rlathia) rhaas 2 2016-03-18
18:30
2016-05-26
07:18
SET ROLE hook Returned with feedback Joe Conway (jconway) Pavel Stehule (okbobcz), Craig Ringer (ringerc) 2 2016-03-20
22:38
2016-03-16
15:30
Add BSD Authentication support Committed Marisa Emerson (mje) Thomas Munro (macdice) tgl 1 2016-04-08
17:52
2016-04-08
17:53
jsonb array-style subscription Returned with feedback Dmitry Dolgov (erthalion) Peter Geoghegan (pgeoghegan) 1 2016-03-21
17:40
2016-03-21
17:40
Add generate_series(date,date,[step]) Returned with feedback Corey Huinker (coreyh) David Steele (dsteele) alvherre 1 2016-03-17
17:19
2016-03-17
17:50
CustomScan/ForeignScan under the Gather node Committed KaiGai Kohei (kaigai) rhaas 1 2016-02-29
12:08
2016-01-28
16:28
Phrase search Committed Fedor Sigaev (sigaev), Dmitry Ivanov (funbringer) Alexander Korotkov (smagen), Artur Zakirov (a.zakirov) sigaev 1 2016-04-08
11:01
2016-04-06
14:16
Detect SSI conflicts before reporting constraint violations Committed Thomas Munro (macdice) Marko Tiikkaja (johto), Kevin Grittner (kgrittn) kgrittn 1 2016-04-07
16:14
2016-04-08
18:33
eXtensible Transaction Manager API (v2) Returned with feedback Konstantin Knizhnik (knizhnik) 1 2016-03-18
12:43
2016-03-18
12:43
support for box type in SP-GiST index Committed Fedor Sigaev (sigaev), Alexander Lebedev (a.lebedev) Emre Hasegeli (hasegeli) sigaev 1 2016-03-30
15:49
2016-03-31
15:46
Prepared Statement support for Parallel query Committed Amit Kapila (amitkapila) rhaas 1 2016-03-10
22:31
2016-03-15
05:08
jsonb_insert Committed Dmitry Dolgov (erthalion) Petr Jelínek (pjmodos), Vitaly Burovoy (vitaly.burovoy) sigaev 1 2016-04-06
16:28
2016-04-06
16:28
parallel aggregate Committed David Rowley (davidrowley), Haribabu Kommi (haribabu) Robert Haas (rhaas) rhaas 1 2016-03-21
13:36
2016-03-22
05:47
Combine Aggs: Serialize/Deserialize Internal aggregate states Committed David Rowley (davidrowley) Robert Haas (rhaas) rhaas 1 2016-04-08
17:49
2016-04-09
10:13
pg_dump dump catalog ACLs Committed Stephen Frost (sfrost) Alexander Korotkov (smagen), Jose Luis Tallon (jltallon) sfrost 1 2016-04-07
06:38
2016-04-05
21:50
Default Roles Committed Stephen Frost (sfrost) Jose Luis Tallon (jltallon) rhaas 1 2016-04-09
00:00
2016-04-07
20:50
SQL Commands
Tsvector editing functions Committed Stas Kelvich (kelvich) Fedor Sigaev (sigaev), Tomas Vondra (fuzzycz) sigaev 3 2016-03-11
16:29
2016-03-11
17:17
Add type of expression notation Returned with feedback Tom Lane (tgl), Joe Conway (jconway) 2 2016-03-11
13:43
2016-03-11
14:57
Declarative partitioning Returned with feedback Amit Langote (amitlan) Ildar Musin (i.musin), jacob bogers (lucifer333) 2 2016-03-21
19:55
2016-08-10
10:29
ALTER ROLE SET/RESET for multiple options Rejected Masahiko Sawada (masahikosawada) Payal Singh (payalsingh) 1 2016-02-18
04:14
2016-02-18
04:14
Password identifiers, protocol aging and SCRAM protocol Returned with feedback Heikki Linnakangas (heikki), Michael Paquier (michael-kun) David Steele (dsteele), Valery Popov (v.popov) 1 2016-03-22
13:45
2017-02-01
11:13
COPY RAW Returned with feedback Pavel Stehule (okbobcz) Daniel Vérité (danielverite) 1 2016-03-18
15:32
2016-12-06
14:30
Reduce lock levels down to ShareUpdateExclusiveLock for other relation options in ALTER TABLE statement Committed Fabrízio Mello (fabriziomello) Simon Riggs (simon) simon 1 2016-03-10
12:11
2016-03-10
12:17
System Administration
Implement pg_controldata & pg_config as system SRFs/views Committed Joe Conway (jconway) Bernd Helmle (psoo) jconway 4 2016-03-05
20:30
2016-03-05
19:11
pg_hba_lookup function to get all matching pg_hba.conf entries Returned with feedback Haribabu Kommi (haribabu) Alex Shulgin (ash), Scott Mead (scottm) 4 2016-04-08
21:02
2016-04-08
21:02
pam auth - add rhost item Committed Grzegorz Sampolski (grzsmp) Haribabu Kommi (haribabu) petere 2 2016-04-08
14:50
2016-04-08
14:49
CONTEXT of ALTER TABLE behind-the-scenes effects Returned with feedback Marko Tiikkaja (johto) Simon Riggs (simon) simon 2 2016-03-15
17:51
2016-03-15
17:53
Idle In Transaction Session Timeout Committed Vik Fearing (xocolatl) Stéphane Schildknecht (sas22) rhaas 1 2016-03-16
15:33
2016-03-19
13:29
Updated backup APIs for non-exclusive backups Committed Magnus Hagander (mha) Amit Kapila (amitkapila), David Steele (dsteele) mha 1 2016-04-06
16:41
2016-04-11
09:22
Relaxing SSL key permissions check to allow group read access Committed Christoph Berg (myon) Peter Eisentraut (petere) petere 1 2016-03-19
10:46
2016-03-19
21:55
syslog configurable line splitting behavior Committed Peter Eisentraut (petere) Andreas Karlsson (kandreas) petere 1 2016-03-17
03:26
2016-03-16
09:56
pg_ctl promote wait Moved to next CF Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 2 2016-09-21
16:26
2016-09-23
13:10