Commitfest 2018-03

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 117. Moved to next CF: 91. Rejected: 10. Returned with Feedback: 34. Total: 252.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Adjust the cost of Gather for target evaluation Committed Amit Kapila (amitkapila), Jeff Janes (jjanes) rhaas 4 2018-04-01
05:03
2018-04-01
05:04
reltuples in VACUUM and ANALYZE Committed Tomas Vondra (fuzzycz) Haribabu Kommi (haribabu) tgl 4 2018-03-22
19:48
2018-03-22
20:15
fix slot_store/modify_cstrings error callback bug in logical replication feature Committed Minh Huong Dang (bocap) Álvaro Herrera (alvherre), Petr Jelínek (pjmodos), Masahiko Sawada (masahikosawada), atsushi torikoshi (atorik) alvherre 2 2018-03-15
00:41
2018-03-19
10:57
standby disconnect can corrupt serialized reorder buffers Committed Craig Ringer (ringerc) Petr Jelínek (pjmodos) alvherre 2 2018-03-06
21:43
2018-03-06
21:42
Fix word_similarity() inconsistency in pg_trgm Committed Alexander Korotkov (smagen) Fedor Sigaev (sigaev), David Steele (dsteele) sigaev 2 2018-03-21
12:00
2018-03-21
12:35
Fix crash in nodeAgg.c due to tuplesort memory lifetime issue Committed Peter Geoghegan (pgeoghegan) Kyotaro Horiguchi (horiguti) tgl 2 2018-03-28
17:27
2018-03-28
17:33
pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Committed Michael Paquier (michael-kun) Kyotaro Horiguchi (horiguti), Pavel Stehule (okbobcz) tgl 1 2018-03-22
00:11
2018-03-22
01:27
Fix tuple count during vacuum for partial GiST indexes Committed Andrey Borodin (x4m) Michail Nikolaev (nkey) tgl 1 2018-03-02
16:23
2018-03-02
17:00
BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Committed David Gould (davidgould) Alexander Kuzmenkov (akuzmenkov) tgl 1 2018-03-13
17:25
2018-03-14
01:10
pgbench - fix tap test for vpath builds Committed Fabien Coelho (calvin) tgl 1 2018-03-02
19:48
2018-03-26
15:28
Don't forget to copy extended statistics in CREATE TABLE .. (LIKE .. INCLUDING ALL) Committed David Rowley (davidrowley) Tomas Vondra (fuzzycz) alvherre 1 2018-03-05
22:43
2018-03-06
16:22
CURRENT OF causes an error when IndexOnlyScan is used Committed Anastasia Lubennikova (lubennikovaav), Yugo Nagata (yugo.nagata) tgl 1 2018-03-17
19:00
2018-03-16
21:34
PQhost undefined behavior with both host and hostaddr types in connection string Committed Haribabu Kommi (haribabu) Michael Paquier (michael-kun), Peter Eisentraut (petere) petere 1 2018-03-27
16:36
2018-03-29
04:56
Conflicting declarations for b64_encode etc. on Solaris 11.4 Beta Committed Michael Paquier (michael-kun) tgl 1 2018-02-28
23:34
2018-03-01
00:55
heap_lock_updated_tuple_rec can leak a buffer refcount Committed Amit Kapila (amitkapila) tgl 1 2018-03-02
22:41
2018-03-03
04:45
pg_rewind takes too long time to synchronize database cluster with tablespaces Committed Takayuki Tsunakawa (maumau) Michael Paquier (michael-kun) masaofujii 1 2018-03-05
17:15
2018-03-05
23:57
Fix namedTuplestorescan.c read pointer confusion Committed Thomas Munro (macdice) tgl 1 2018-02-27
21:01
2018-02-27
22:54
Registering LWTRANCHE_PARALLEL_HASH_JOIN Committed Thomas Munro (macdice) rhaas 1 2018-02-28
21:18
2018-02-28
16:49
Incorrect flag passed to initial_cost_hashjoin() Committed Thomas Munro (macdice) Antonin Houska (a.houska) petere 1 2018-03-07
02:56
2018-03-07
02:56
IndexJoin memory problem using spgist and boxes Committed Anton Dignös (dignoes) Alexander Kuzmenkov (akuzmenkov) tgl 1 2018-03-20
04:24
2018-03-20
09:11
ActivePerl 5.24.3 breaks PG compilation in Windows Committed Heath Lord (wril07) mha 1 2018-03-02
11:42
2018-03-02
11:42
Increase initdb's fallback value of max_connection to 20 Committed Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun) tgl 1 2018-03-08
16:31
2018-03-08
16:30
Correctly inhibit indexonly when multiple occurrence of an index column Committed Kyotaro Horiguchi (horiguti) tgl 1 2018-03-01
20:45
2018-03-07
00:26
Standby cannot catch up primary after pg_rewind Committed Takayuki Tsunakawa (maumau) Michael Paquier (michael-kun) masaofujii 1 2018-03-28
19:06
2018-03-29
00:05
Fix "unsupported type" with custom numeric types in convert_to_scalar Committed Tomas Vondra (fuzzycz) Tom Lane (tgl) tgl 1 2018-03-04
01:41
2018-03-05
22:55
Clients
pgbench - add \if support Committed Fabien Coelho (calvin) Fedor Sigaev (sigaev), Vik Fearing (xocolatl) sigaev 2 2018-03-22
14:45
2018-03-22
14:44
General purpose hashing func in pgbench Committed Ildar Musin (i.musin) Fedor Sigaev (sigaev), Fabien Coelho (calvin) sigaev 2 2018-03-21
15:02
2018-03-21
15:02
pgbench - add ability to control random seed Committed Fabien Coelho (calvin) Chapman Flack (chap) sigaev 1 2018-03-26
15:27
2018-03-26
15:28
[PATCH] pgbench - refactor some connection finish/null into common function Committed doug rady (drady) Fabien Coelho (calvin) andresfreund 1 2018-03-01
09:05
2018-03-01
09:05
Using base backup exclusion filters to reduce data transferred with pg_rewind Committed Michael Paquier (michael-kun) Anastasia Lubennikova (lubennikovaav) masaofujii 1 2018-03-28
20:02
2018-03-28
23:55
Code Comments
Comment of formdesc() forgets pg_subscription. Committed Kyotaro Horiguchi (horiguti) Peter Eisentraut (petere) tgl 1 2018-03-01
17:04
2018-03-01
17:04
Update comments in partition.c Committed Etsuro Fujita (efujita) rhaas 1 2018-02-28
23:41
2018-03-01
12:40
Documentation
Mention connection parameter "replication" in libpq section Committed Michael Paquier (michael-kun) Vik Fearing (xocolatl) petere 2 2018-03-07
02:05
2018-03-07
02:20
Use of term hostaddrs for multiple hostaddr values Committed Michael Paquier (michael-kun) Vasundhar Boddapati (vasundhar) mha 1 2018-02-27
01:14
2018-02-27
01:14
pgbench doc: add missing mention of random_zipfian() Committed Ildar Musin (i.musin) Fabien Coelho (calvin) andresfreund 1 2018-03-01
09:42
2018-03-01
09:42
Documentation of pgcrypto AES key sizes Committed Thomas Munro (macdice) rhaas 1 2018-01-31
21:40
2018-01-31
21:36
Duplicate poly_ops operator class documentation Committed Dagfinn Ilmari Mannsåker (ilmari) Daniel Gustafsson (d_gustafsson) tgl 1 2018-02-28
23:55
2018-02-28
23:56
WaitForBackgroundWorkerShutdown documentation Committed Daniel Gustafsson (d_gustafsson) andresfreund 1 2018-03-01
09:47
2018-03-01
09:50
Documenting PROVE_TESTS in section of TAP tests Committed Michael Paquier (michael-kun) Peter Eisentraut (petere) andresfreund 1 2018-03-02
09:03
2018-03-02
00:51
Correct the calculation of vm.nr_hugepages on Linux Committed Takayuki Tsunakawa (maumau) Vasundhar Boddapati (vasundhar) petere 1 2018-03-07
02:49
2018-03-07
02:49
Updating parallel.sgml's treatment of parallel joins Committed Thomas Munro (macdice) rhaas 1 2018-03-22
21:56
2018-03-28
22:32
Correct links to pg_stat_replication view in PG doc of version 10 and earlier and fix definition of checkpoint_warning GUC Committed Maksim Milyutin (maksm90) Peter Eisentraut (petere) petere 1 2018-03-03
19:26
2018-03-03
19:25
Miscellaneous
GUC for cleanup index threshold Committed Masahiko Sawada (masahikosawada) Peter Geoghegan (pgeoghegan), Kyotaro Horiguchi (horiguti), Alexander Korotkov (smagen) sigaev 5 2018-04-04
16:31
2018-04-06
08:33
Vacuum: Update FSM more frequently Committed Claudio Freire (klaussfreire) Masahiko Sawada (masahikosawada), jing wang (ian) tgl 4 2018-03-30
18:06
2018-04-03
13:37
taking stdbool.h into use Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 2 2018-03-23
02:17
2018-03-23
02:23
(tiny) polish BGWorker example code and documentation Committed Chapman Flack (chap) bmomjian 1 2018-03-03
14:57
2018-01-24
19:24
Minor fixes for reloptions tests Committed Nikolay Shaplov (nataraj) petere 1 2018-03-03
17:53
2018-03-03
17:52
Failed to request an autovacuum work-item in silence Committed Masahiko Sawada (masahikosawada) Ildar Musin (i.musin) alvherre 1 2018-03-14
15:16
2018-03-16
00:43
Add PGDLLIMPORT to enable_hashagg Committed rhaas 1 2018-02-24
18:35
2018-02-22
21:04
Remove obsolete fmgr() declaration in fmgr.h Committed Dagfinn Ilmari Mannsåker (ilmari) rhaas 1 2018-02-07
14:48
2018-02-07
14:49
Control better SSL and LDAP test suites Committed Michael Paquier (michael-kun) Peter Eisentraut (petere) petere 1 2018-03-03
13:56
2018-03-03
22:37
Align isolation tester output Committed Thomas Munro (macdice) andresfreund 1 2018-03-01
17:53
2018-03-01
10:49
Handle large SQL steps in isolationtester lexer Committed Daniel Gustafsson (d_gustafsson) tgl 1 2018-02-28
22:01
2018-03-01
01:00
Cast jsonb to numeric, int, float, bool Committed Anastasia Lubennikova (lubennikovaav) Aleksander Alekseev (a.alekseev), Nikita Glukhov (n.glukhov), Darafei Praliaskouski (komzpa) sigaev 1 2018-03-29
13:35
2018-03-30
15:21
Monitoring & Control
amcheck heap verification Committed Peter Geoghegan (pgeoghegan) Simon Riggs (simon), Andrey Borodin (x4m) andresfreund 4 2018-04-01
03:32
2018-04-01
03:32
Enhancement of pg_stat_wal_receiver view to display connected host Committed Haribabu Kommi (haribabu) Michael Paquier (michael-kun) masaofujii 2 2018-03-30
23:09
2018-03-30
23:30
"failed to find parent tuple for heap-only tuple" error as an ERRCODE_DATA_CORRUPTION ereport() Committed Peter Geoghegan (pgeoghegan) David Steele (dsteele) tgl 1 2018-03-01
21:34
2018-03-01
22:04
Performance
Surjective indexes Committed Konstantin Knizhnik (knizhnik) Simon Riggs (simon), Karl Whitford-Pollard (karlw) simon 4 2018-03-27
19:03
2018-03-28
07:18
Gather speed-up Committed Rafia Sabih (rafia.sabih) Dilip Kumar (dilip.kumar) rhaas 4 2018-03-02
17:21
2018-03-29
16:18
Partition-wise aggregation/grouping Committed Jeevan Chalke (jeevan.chalke) Ashutosh Bapat (ashutoshbapat) rhaas 4 2018-04-10
14:00
2018-04-10
14:27
faster partition pruning in planner Committed Amit Langote (amitlan) Kyotaro Horiguchi (horiguti), David Rowley (davidrowley), Dilip Kumar (dilip.kumar), Amit Khandekar (amitdkhan), Jesper Pedersen (jpedersen), jiang fei (yifei) alvherre 4 2018-04-06
20:40
2018-04-10
12:11
Runtime Partition Pruning Committed David Rowley (davidrowley), Beena Emerson (beena.emerson) Álvaro Herrera (alvherre), David Rowley (davidrowley), Jesper Pedersen (jpedersen), Amul Sul (sulamul) alvherre 3 2018-04-07
21:04
2018-04-09
18:48
ALTER TABLE ADD COLUMN fast default Committed Andrew Dunstan (adunstan) David Rowley (davidrowley), Petr Jelínek (pjmodos) adunstan 2 2018-03-28
00:59
2018-04-03
06:14
Enhance performance for non-bulk inserts into partitioned tables Committed Amit Langote (amitlan) Etsuro Fujita (efujita) rhaas 2 2018-02-23
07:48
2018-03-05
04:21
MCV lists for highly skewed distributions Committed Jeff Janes (jjanes) John Naylor (john.naylor) deanr 2 2018-03-22
09:46
2018-03-22
09:56
Optimize Arm64 crc32c implementation in Postgresql Committed Yuqi Gu (yuqi.gu.arm.com) Heikki Linnakangas (heikki) heikki 1 2018-04-04
09:36
2018-04-04
12:00
Faster inserts with mostly-monotonically increasing values Committed Pavan Deolasee (pavan) Claudio Freire (klaussfreire) adunstan 1 2018-03-26
12:11
2018-04-10
14:20
constraint exclusion and null values in IN (..) expresion Committed Amit Langote (amitlan) Emre Hasegeli (hasegeli) tgl 1 2018-03-21
22:31
2018-03-22
13:34
JIT compiling expressions & tuple deforming Committed Andres Freund (andresfreund) Peter Eisentraut (petere), Thomas Munro (macdice) andresfreund 1 2018-03-28
21:28
2018-03-30
17:38
Procedural Languages
Jsonb transform for pl/perl Committed Anthony Bykov (anthonyb) Pavel Stehule (okbobcz), Aleksander Alekseev (a.alekseev), Nikita Glukhov (n.glukhov) petere 3 2018-04-03
14:44
2018-04-10
14:31
Jsonb transform for pl/python Committed Anthony Bykov (anthonyb) Pavel Stehule (okbobcz), Ildus Kurbangaliev (ildus), Aleksander Alekseev (a.alekseev), Nikita Glukhov (n.glukhov) petere 2 2018-03-28
12:48
2018-03-28
12:43
Convert plpgsql to use DTYPE_REC for named composite types Committed Tom Lane (tgl) tgl 2 2018-02-14
00:03
2018-02-13
18:13
plpgsql function startup-time improvements Committed Tom Lane (tgl) Pavel Stehule (okbobcz) tgl 2 2018-02-14
00:20
2018-01-25
18:58
CONSTANT/NOT NULL/initializer properties for plpgsql record variables Committed Tom Lane (tgl) Daniel Gustafsson (d_gustafsson) tgl 2 2018-02-14
03:15
2018-01-25
17:28
committing inside cursor loop Committed Peter Eisentraut (petere) Ildus Kurbangaliev (ildus) petere 1 2018-03-28
23:17
2018-03-29
14:37
PL/pgSQL nested CALL with transactions Committed Peter Eisentraut (petere) Tomas Vondra (fuzzycz) petere 1 2018-03-28
18:41
2018-03-28
18:41
SET TRANSACTION in PL/pgSQL Committed Peter Eisentraut (petere) Alexander Korotkov (smagen) petere 1 2018-04-05
19:32
2018-04-05
19:31
INOUT parameters in procedures Committed Peter Eisentraut (petere) Pavel Stehule (okbobcz) petere 1 2018-03-14
17:47
2018-03-20
21:28
Refactoring
Remove special wraparound code for pg_serial SLRU Committed Thomas Munro (macdice) Anastasia Lubennikova (lubennikovaav) tgl 5 2018-03-30
19:14
2018-03-30
19:14
Removal of redundant IndexTupleDSize() macro Committed Ildar Musin (i.musin) tgl 2 2018-03-01
00:26
2018-03-01
00:26
Bootstrap data conversion Committed John Naylor (john.naylor) Tom Lane (tgl) tgl 2 2018-04-08
19:32
2018-04-08
19:09
Minor code improvement to estimate_path_cost_size in postgres_fdw Committed Tatsuro Yamada (tatsuro_yamada) tgl 1 2018-01-25
08:00
2018-01-12
00:42
Rewrite of pg_dump TAP tests Committed Stephen Frost (sfrost) Michael Paquier (michael-kun) sfrost 1 2018-04-07
04:46
2018-04-05
00:06
Removing shm_mq.c's volatile qualifiers Committed Thomas Munro (macdice) andresfreund 1 2018-03-02
00:30
2018-03-02
00:30
Minor clean-up in dshash.{c,h} Committed Thomas Munro (macdice) andresfreund 1 2018-03-02
00:30
2018-03-02
00:29
remove pg_class.relhaspkey Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 1 2018-03-14
19:36
2018-03-15
00:47
pg_proc.prokind column Committed Peter Eisentraut (petere) Tom Lane (tgl) petere 1 2018-03-02
22:09
2018-03-02
22:07
Unlogged tables re-initialization tests Committed David Steele (dsteele) Peter Eisentraut (petere) petere 1 2018-03-14
13:07
2018-03-14
14:13
fixing more format truncation issues Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 1 2018-03-15
15:46
2018-03-16
16:18
Replication & Recovery
Exclude unlogged tables from base backups Committed David Steele (dsteele) Adam Brightwell (abrightwell), Masahiko Sawada (masahikosawada) sigaev 2 2018-03-23
16:14
2018-03-26
12:12
Logical decoding of TRUNCATE Committed Simon Riggs (simon), Marco Nenciarini (mnencia) Petr Jelínek (pjmodos) petere 2 2018-04-07
23:43
2018-04-07
23:40
handling of heap rewrites in logical decoding Committed Peter Eisentraut (petere) Craig Ringer (ringerc) petere 1 2018-03-21
13:23
2018-03-21
15:38
Exclude temp relations from base backup Committed David Steele (dsteele) Thomas Munro (macdice) sigaev 1 2018-03-27
13:34
2018-03-27
13:34
Verify Checksums during Basebackups Committed Michael Banck (mbanck) Magnus Hagander (mha), David Steele (dsteele) mha 1 2018-04-03
11:53
2018-04-03
11:59
Security
Group Read Access for Data Directory Committed Adam Brightwell (abrightwell), David Steele (dsteele) Michael Paquier (michael-kun) sfrost 2 2018-04-07
21:50
2018-04-08
16:13
Server Features
UPDATE of partition key Committed 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
Predicate locking in Gist index Committed Shubham Barai (shubham) Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrey Borodin (x4m) sigaev 4 2018-03-27
12:44
2018-03-27
12:44
Predicate locking in hash index Committed Shubham Barai (shubham) Amit Kapila (amitkapila), Alexander Korotkov (smagen), Thomas Munro (macdice) sigaev 4 2018-04-07
14:13
2018-04-09
07:11
Add support for tuple routing to foreign partitions Committed Etsuro Fujita (efujita), Amit Langote (amitlan) Amit Langote (amitlan) rhaas 4 2018-04-07
20:42
2018-04-09
10:20
New function for tsquery creation Committed Dmitry Ivanov (funbringer), Victor Drobny (faza107) Aleksander Alekseev (a.alekseev), Oliver Ford (ojford) sigaev 4 2018-04-05
16:56
2018-04-05
16:56
Covering B-tree indexes (aka INCLUDE) Committed Anastasia Lubennikova (lubennikovaav) Peter Geoghegan (pgeoghegan), Alexander Korotkov (smagen), Andrey Borodin (x4m) sigaev 3 2018-04-07
20:42
2018-04-10
16:03
UPDATE of partition key : Restrict concurrent update/delete Committed Amul Sul (sulamul) Amit Kapila (amitkapila), Andres Freund (andresfreund) andresfreund 2 2018-04-07
20:35
2018-04-09
06:20
postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Committed Etsuro Fujita (efujita) Rushabh Lathia (rlathia), Ashutosh Bapat (ashutoshbapat) rhaas 2 2018-02-08
05:58
2018-04-09
10:15
FOR EACH ROW triggers on partitioned tables Committed Álvaro Herrera (alvherre) Peter Eisentraut (petere) alvherre 2 2018-03-23
13:51
2018-03-23
13:49
unique indexes on partitioned tables Committed Álvaro Herrera (alvherre) Simon Riggs (simon), Jaime Casanova (jcasanov), Peter Eisentraut (petere), Jesper Pedersen (jpedersen) alvherre 2 2018-02-21
15:47
2018-03-13
00:58
Add default roles for server file/program access Committed Stephen Frost (sfrost) Michael Paquier (michael-kun), Ryan Murphy (murftown) sfrost 2 2018-04-06
20:55
2018-04-06
19:11
foreign keys and partitioned tables Committed Álvaro Herrera (alvherre) Jaime Casanova (jcasanov), Peter Eisentraut (petere) alvherre 2 2018-04-07
20:39
2018-04-04
21:09
Predicate locking in gin index Committed Shubham Barai (shubham) Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Dmitry Ivanov (funbringer) sigaev 1 2018-03-30
11:28
2018-04-10
05:24
Removing WITH clause support in CREATE FUNCTION, for isCachable and isStrict Committed Michael Paquier (michael-kun) tgl 1 2018-02-24
19:55
2018-01-26
23:51
btree_gin, add support for uuid, bool, name, bpchar and anyrange types Committed Matheus Oliveira (matheus.oliveira) Tomas Vondra (fuzzycz) sigaev 1 2018-04-05
15:23
2018-04-05
21:23
ON CONFLICT DO UPDATE for partitioned tables Committed Álvaro Herrera (alvherre), Amit Langote (amitlan) Etsuro Fujita (efujita), Pavan Deolasee (pavan) alvherre 1 2018-03-29
03:42
2018-04-10
02:56
SQL Commands
Lockable views Committed Yugo Nagata (yugo.nagata) Tatsuo Ishii (ishii) ishii 2 2018-03-30
00:55
2018-04-04
22:53
prefix operator for text type and spgist index support Committed Ildus Kurbangaliev (ildus) Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Artur Zakirov (a.zakirov) sigaev 1 2018-04-03
16:52
2018-04-03
16:50
System Administration
Allow changing WAL segment size with pg_resetwal Committed Nathan Bossart (bossartn) Peter Eisentraut (petere) petere 1 2018-03-25
19:03
2018-03-26
14:05
Kerberos test suite Committed Peter Eisentraut (petere) Michael Paquier (michael-kun), Thomas Munro (macdice) petere 1 2018-03-06
22:03
2018-03-06
16:29
SSL passphrase prompt external command Committed Peter Eisentraut (petere) Daniel Gustafsson (d_gustafsson) petere 1 2018-03-17
12:34
2018-03-17
23:59
Zero headers of remaining pages in WAL segment after switch Committed Chapman Flack (chap) Daniel Gustafsson (d_gustafsson) tgl 1 2018-03-30
20:18
2018-03-31
00:07