Commitfest 2020-11

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 69. Moved to next CF: 151. Withdrawn: 10. Rejected: 1. Returned with Feedback: 13. Total: 244.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Bug 16419 Doc and Test Adds Committed David Johnston (polobo) tgl 2 2020-09-30
19:41
2020-10-01
00:40
shared tempfile was not removed on statement_timeout Moved to next CF stable Thomas Munro (macdice), Justin Pryzby (justinpryzby) macdice 4 2021-02-15
01:31
2021-02-15
01:33
Feature improvement for FETCH tab completion Committed 14 Naoki Nakamichi (naokinakamichi) masaofujii 1 2020-10-15
07:54
2020-10-15
07:53
Feature improvement of tab completion for DEALLOCATE Committed 14 Naoki Nakamichi (naokinakamichi) masaofujii 1 2020-09-28
03:30
2020-09-28
02:31
Concurrent reindex progress reporting by index Committed stable Michael Paquier (michael-kun), Matthias van de Meent (mmeent) michael-kun 1 2020-10-06
13:55
2020-09-29
05:30
ENUM errdetail should mention bytes, not chars Committed stable Ian Barwick (barwick) petere 1 2020-10-27
11:00
2020-10-28
01:35
Clients
psql - possibility to specify where status row should be displayed Moved to next CF Pavel Stehule (okbobcz) 5 2021-04-08
14:47
2021-03-03
17:47
Documentation
doc fixes and review Withdrawn 1 2020-09-25
14:27
2020-11-20
17:51
Further note require activity aspect of automatic checkpoint and archiving Moved to next CF David Johnston (polobo) 6 2021-11-04
09:36
2021-11-04
09:36
Introduce view updating options more succinctly Moved to next CF David Johnston (polobo) mha 3 2021-03-06
16:39
2021-03-06
16:40
Clarify temporary table name shadowing in CREATE TABLE Committed David Johnston (polobo) mha 1 2020-11-02
14:02
2020-11-02
14:02
remove reference to pg_dump pre-8.1 switch behaviour Committed 14 Ian Barwick (barwick) heikki 1 2020-10-23
08:53
2020-12-01
07:35
Clarify wording for convalidated in pg_constraint Committed Jimmy Angelakos (vyruss) tgl 1 2020-10-30
14:55
2020-10-30
14:39
Miscellaneous
parse-time support function for "any" datatype Moved to next CF Pavel Stehule (okbobcz) 10 2021-03-09
05:31
2021-03-03
17:25
Detect escape of ErrorContextCallback stack pointers (and from PG_TRY() ) Withdrawn Craig Ringer (ringerc) 1 2020-09-10
01:41
2020-09-09
06:16
function pg_setting_value_split() to parse shared_preload_libraries etc. Withdrawn 14 Ian Barwick (barwick) 1 2020-11-29
19:24
2020-11-30
05:53
Reduce the number of special cases to build contrib modules on windows Moved to next CF David Rowley (davidrowley) davidrowley 5 2021-08-09
07:46
2021-08-09
07:55
Performance
de-TOAST'ing using a iterator Returned with feedback Xiao Bao (djydewang) 8 2020-11-27
08:31
2020-11-27
08:31
bitmap cost should account for correlated indexes Moved to next CF 14 Justin Pryzby (justinpryzby) 7 2021-02-01
13:32
2021-01-28
12:51
INSERT SELECT: BulkInsertState and table_multi_insert Moved to next CF 15 Justin Pryzby (justinpryzby) 8 2021-11-24
00:32
2021-11-04
12:24
Improve planner cost estimations for alternative subplans Withdrawn 14 Alexey Bashtanov (bashtanov) 3 2020-11-13
14:16
2020-08-28
22:38
postgres_fdw insert batching Moved to next CF 14 Takayuki Tsunakawa (maumau) fuzzycz 4 2021-01-20
23:00
2021-01-25
04:21
More scalable multixacts buffers and locking Moved to next CF Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) 20 2024-02-01
18:40
2024-02-29
01:59
remove spurious CREATE INDEX CONCURRENTLY wait Committed Álvaro Herrera (alvherre) alvherre 2 2020-11-30
19:55
2020-12-01
01:00
fix spinlock contention in LogwrtResult Moved to next CF Álvaro Herrera (alvherre) 11 2022-09-23
08:50
2024-03-14
07:38
_bt_binsrch* improvements - equal-prefix-skip binary search Withdrawn 14 1 2020-09-15
09:03
2020-09-15
09:03
Reduce PostmasterIsAlive() checks during recovery Moved to next CF Thomas Munro (macdice) macdice 3 2021-03-12
06:56
2021-07-12
12:18
Use appendStringInfoString and appendPQExpBufferStr where possible Committed Hou Zhijie (houzj) davidrowley 1 2020-10-15
07:37
2020-10-15
07:38
Cache result of timestampt2tm for same transaction timestamp Committed Tom Lane (tgl), Peter Smith (smithpb2250) tgl 1 2020-09-28
16:10
2020-09-29
01:26
Bottom-up index deletion (targets old duplicate versions from non-HOT updates) Moved to next CF 14 Peter Geoghegan (pgeoghegan) pgeoghegan 2 2021-01-13
20:46
2021-01-26
18:40
Suggesting an improvement for indexonlyscan cost Withdrawn 14 Hamid Akhtar (hamidakhtar) 1 2020-10-13
12:54
2020-10-13
12:56
parallel distinct union and aggregate support patch Moved to next CF bucoo hsiao (bucoo) 6 2021-11-08
22:19
2021-11-08
22:19
allow partial union-all and improve parallel subquery costing Moved to next CF Luc Vlaming (luc.vlaming) 3 2021-04-08
14:46
2021-12-02
14:10
Procedural Languages
possibility to write window function in PL languages (like PLpgSQL) Moved to next CF Pavel Stehule (okbobcz) 3 2021-01-27
10:00
2021-01-27
09:58
Refactoring
Split StdRdOptions into HeapOptions and ToastOptions Moved to next CF Nikolay Shaplov (nataraj) 10 2021-10-04
07:11
2021-07-22
08:30
Reduce WaitEventSet system call spam Moved to next CF Thomas Munro (macdice) macdice 6 2021-03-04
21:42
2021-03-01
03:21
Use standard SIGHUP and/or SIGTERM handlers in autoprewarm, startup, syslogger and walreceiver processes. Committed Fujii Masao (masaofujii), Bharath Rupireddy (bharathrupireddy) masaofujii 1 2020-11-30
02:10
2020-11-30
02:12
Add formatter for INT64 output message in incremental sort code Committed Haiying Tang (tanghy) fuzzycz 1 2020-11-23
11:11
2020-11-23
11:11
warn_unused_result Committed Peter Eisentraut (petere) petere 1 2020-11-11
10:08
2020-11-11
10:07
Move catalog toast table and index declarations Committed Peter Eisentraut (petere) petere 1 2020-11-07
11:34
2020-11-07
11:33
Deduplicate aggregates and transition functions in planner Committed Heikki Linnakangas (heikki) heikki 1 2020-11-24
08:55
2020-11-24
08:54
Prefer TG_TABLE_NAME over TG_RELNAME in tests Committed Daniel Gustafsson (d_gustafsson) mha 1 2020-11-03
09:22
2020-11-11
13:21
Replication & Recovery
Start WAL streaming as early as possible, without waiting for startup process to finish replaying existing WAL. This helps synchronous replication to resume quickly when significant replay lag has been built up. Returned with feedback 14 Asim Rama Praveen (apraveen), Hao Wu (hwu) 2 2020-12-01
14:21
2021-12-16
10:05
Logical Replication - detail message with names of missing columns Committed Bharath Rupireddy (bharathrupireddy) amitkapila 1 2020-10-08
04:50
2020-10-15
15:17
Reduce the time required for a database recovery from archive. Returned with feedback Anna Akenteva (a.akenteva), Dmitry Shulga (d.shulga), Ivan Taranov (i.taranov) 1 2020-12-01
15:05
2021-03-19
12:50
Add `truncate` option to subscription commands Withdrawn 14 David Christensen (davidchristensen) 1 2020-11-25
18:44
2020-11-25
18:45
allow restore_command to be changed with reload Moved to next CF Sergei Kornilov (melkij) masaofujii 2 2020-12-02
02:03
2020-12-02
07:27
Security
contrib/sslinfo cleanup and OpenSSL errorhandling Committed Daniel Gustafsson (d_gustafsson) mha 1 2020-11-03
09:08
2020-11-03
11:11
OpenSSL 3.0.0 compatibility Moved to next CF Daniel Gustafsson (d_gustafsson) 3 2021-03-10
08:23
2021-03-23
10:52
Server Features
A hook for path-removal decision on add_path Moved to next CF KaiGai Kohei (kaigai) 11 2022-03-24
13:27
2022-10-02
16:59
jsonpath syntax extensions Moved to next CF 15 Nikita Glukhov (n.glukhov) 12 2023-02-13
18:18
2022-03-31
19:21
ALTER SYSTEM READ { ONLY | WRITE } Moved to next CF Amul Sul (sulamul) 9 2022-01-10
04:22
2021-12-01
04:59
Enabling data checksums in an online cluster Moved to next CF Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) 5 2021-03-09
19:10
2021-03-09
19:09
Non-volatile WAL buffer Moved to next CF Takashi Menjo (tmenjo) 6 2021-06-18
06:46
2021-03-09
07:23
Prepare for deprecate clientcert=no-verify in pg_hba.conf Committed Kyotaro Horiguchi (horiguti) bmomjian 2 2020-10-05
20:34
2020-10-06
02:31
SQL Commands
FETCH FIRST clause PERCENT option Moved to next CF Surafel Temesgen (surafel) 12 2021-10-03
16:16
2021-09-30
18:31
Support for OUT parameters in procedures Committed Peter Eisentraut (petere) petere 2 2020-10-05
18:28
2020-10-05
22:21
Extending the range operators so they can cope with range <op> element and element <op> range in addition to the existing range <op> range Moved to next CF Esteban Zimanyi (ezimanyi) fuzzycz 3 2021-04-08
15:12
2021-04-08
15:12
DROP INDEX CONCURRENTLY on partitioned index Moved to next CF 15 Justin Pryzby (justinpryzby) 4 2021-07-24
16:46
2021-07-24
16:46
System Administration
pg_upgrade: fail early if tablespace dir already exists for new cluster version Committed Justin Pryzby (justinpryzby) bmomjian 1 2020-10-24
00:26
2020-10-27
02:17
Remove analyze script from pg_upgrade, replace with command instructions Committed Magnus Hagander (mha) mha 1 2020-11-09
11:18
2020-11-12
01:17
abstract Unix-domain sockets Committed Peter Eisentraut (petere) petere 1 2020-11-25
07:44
2020-11-25
07:49
pg_upgrade: avoid failing if tablespace dirs exist and are empty Rejected 14 Justin Pryzby (justinpryzby) 1 2020-10-27
02:44
2020-10-27
02:17
remove pg_standby Moved to next CF 14 Justin Pryzby (justinpryzby) macdice 3 2021-02-10
04:06
2021-01-29
01:19