Commitfest 2019-03

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 100. Moved to next CF: 84. Withdrawn: 5. Rejected: 3. Returned with Feedback: 15. Total: 207.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Allow AddForeignUpdateTargets to add extra target expressions other than columns 1819 Moved to next CF Not processed Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti) efujita 6 2019-11-27
07:27
2019-11-27
07:30
add_partial_path() may remove dominated path but still in use 1986 Committed Not processed tgl 1 2019-02-17
21:58
2019-02-09
15:27
ECPG: could not use some CREATE TABLE AS syntax 1998 Committed Not processed daisuke higuchi (daisukehiguchi) meskes 1 2019-02-18
16:33
2019-02-18
23:59
Prepared transaction releasing locks before deregistering its GID 2004 Committed Not processed Michael Paquier (michael-kun) michael-kun 1 2019-02-25
05:31
2019-02-25
05:30
SimpleLruTruncate() mutual exclusion (data loss from lack thereof) 2025 Moved to next CF stable Not processed Noah Misch (nmisch) 5 2020-01-25
18:58
2020-01-31
08:42
propagating replica identity to partitions 2044 Moved to next CF 13 Not processed Álvaro Herrera (alvherre) 3 2019-09-11
17:44
2019-09-11
17:44
Clients
pgbench - another attempt at tap test for time-related options 1306 Moved to next CF Not processed Fabien Coelho (calvin) 14 2020-07-13
10:22
2020-07-13
10:21
DECLARE STATEMENT syntax support in ECPG 1928 Committed 12 Not processed Hayato Kuroda (ha-kun) meskes 2 2019-02-17
23:21
2019-02-04
02:19
A new data type 'bytea' for ECPG host variable 1935 Committed 12 Not processed Ryo Matsumura (ryo) meskes 2 2019-02-18
16:34
2019-02-19
01:09
Documentation
Document client_min_messages vis. INFO message severity 1968 Committed Not processed Karl Pinc (kop) rhodiumtoad 1 2019-01-07
19:03
2019-01-07
19:03
Miscellaneous
Make installcheck-world in a clean environment 1672 Moved to next CF Not processed Alexander Lakhin (law) 6 2019-07-30
16:56
2019-07-30
16:56
Adding a TAP test checking data consistency on standby with minRecoveryPoint 1873 Committed 12 Not processed Michael Paquier (michael-kun) michael-kun 2 2019-03-13
07:22
2019-03-24
12:47
use strtof, not strtod, for float4in 1972 Committed Not processed Andrew Gierth (rhodiumtoad) rhodiumtoad 1 2019-02-13
15:41
2019-02-04
12:07
Monitoring & Control
Log bind parameter values on error 1934 Moved to next CF 13 Not processed Alexey Bashtanov (bashtanov) alvherre 6 2019-12-11
22:41
2019-12-12
23:19
Show temp table namespace xid in pg_stat_activity 2016 Returned with feedback Not processed Magnus Hagander (mha) 1 2019-04-09
00:21
2019-03-09
01:28
Don't log empty incomplete startup packet 2041 Committed 12 Not processed Tom Lane (tgl) adunstan 1 2019-03-06
20:39
2019-03-06
19:56
CLUSTER command progress monitor 2049 Committed 12 Not processed rhaas 1 2019-03-26
17:20
2019-03-26
02:15
Performance
Global shared meta cache 1695 Moved to next CF 13 Not processed Takeshi Ideriha (ideriha) 7 2019-10-30
01:15
2020-02-01
11:51
Delay locking partitions during query execution 1897 Withdrawn Not processed David Rowley (davidrowley) 2 2019-03-05
10:43
2019-03-06
01:40
Using POPCNT and other advanced bit manipulation instructions 1939 Committed 12 Not processed David Rowley (davidrowley) tgl 2 2019-02-20
22:40
2019-02-15
16:55
SortSupport implementation on inet/cdir 1990 Withdrawn Not processed 1 2019-07-26
03:06
2019-08-01
16:41
NOT IN to ANTI JOIN transformation 2023 Moved to next CF 13 Not processed James Finnerty (jimfinnerty), Zheng Li (zhengli) 6 2020-04-08
13:32
2020-04-08
13:32
Flexible partition pruning hook 2028 Moved to next CF 13 Not processed Mike Palmiotto (mpalmiotto) 3 2019-09-30
18:02
2019-07-12
18:34
Row Level Security, leakproof-ness, and performance implications 2038 Rejected 12 Not processed Joe Conway (jconway) 1 2019-03-19
10:55
2019-04-04
19:17
Procedural Languages
block level PRAGMA 1925 Moved to next CF Not processed Pavel Stehule (okbobcz) 3 2019-04-09
13:03
2019-04-09
18:48
Refactoring
ArchiveEntry optional arguments 1978 Committed Not processed Dmitry Dolgov (erthalion) alvherre 1 2019-02-01
14:31
2019-02-01
14:30
Replication & Recovery
Synchronous replay mode for avoiding stale reads on hot standbys 1589 Moved to next CF 13 Not processed Thomas Munro (macdice) 7 2019-07-01
09:05
2019-02-04
06:34
Add timeline to partial WAL segments 1919 Moved to next CF Not processed David Steele (dsteele) 9 2020-09-30
07:17
2020-09-30
07:17
Server Features
Custom compression methods 1294 Moved to next CF Not processed Ildus Kurbangaliev (ildus) 10 2019-09-30
18:47
2021-01-19
09:53
BRIN bloom and multi-minmax indexes 1348 Moved to next CF Not processed Tomas Vondra (fuzzycz) 11 2019-12-01
01:52
2021-03-27
20:42
Add enum relation option type 1489 Moved to next CF 13 Not processed Nikolay Shaplov (nataraj) alvherre 8 2019-09-25
19:00
2019-09-25
18:59
Undo worker and transaction rollback 1828 Moved to next CF 13 Not processed Amit Kapila (amitkapila), Dilip Kumar (dilip.kumar), mithun cy (mithun.cy), Rafia Sabih (rafia.sabih) 5 2019-09-09
03:32
2019-01-24
09:01
Statement-level rollback 1910 Returned with feedback Not processed Álvaro Herrera (alvherre), Takayuki Tsunakawa (maumau) 2 2019-02-04
06:14
2019-02-13
01:12
Triggers on Materialized Views 1948 Returned with feedback 13 Not processed Mi Tar (mitar) 2 2019-04-01
07:06
2019-04-01
07:06
SQL Commands
ALTER TABLE on system catalogs 1764 Committed Not processed Peter Eisentraut (petere) petere 4 2019-03-19
10:32
2019-03-19
11:00
ATTACH/DETACH PARTITION CONCURRENTLY 1842 Committed Not processed Álvaro Herrera (alvherre), Robert Haas (rhaas), David Rowley (davidrowley) rhaas 3 2019-03-14
16:01
2019-03-14
16:01
Fix optimization of foreign-key on update actions 2000 Committed Not processed Peter Eisentraut (petere) petere 1 2019-03-18
17:04
2019-03-18
17:02
extension patch to add OR REPLACE clause to CREATE TRIGGER 2033 Withdrawn Not processed 1 2019-03-01
03:41
2017-03-27
09:28
System Administration
Support huge_pages on AIX 1960 Moved to next CF 13 Not processed Thomas Munro (macdice) macdice 6 2019-12-03
22:39
2019-10-03
13:22
Increase default vacuum_cost_limit setting 2021 Committed 12 Not processed David Rowley (davidrowley) adunstan 1 2019-03-06
14:24
2019-03-12
03:45