Commitfest 2020-09

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 48. Moved to next CF: 152. Withdrawn: 4. Rejected: 3. Returned with Feedback: 28. Total: 235.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Switch pg_test_fsync to use binary mode on Windows Committed stable Michael Paquier (michael-kun) michael-kun 1 2020-07-17
05:04
2020-07-16
07:19
Bug 16419 Doc and Test Adds Moved to next CF David Johnston (polobo) tgl 2 2020-09-30
19:41
2020-10-01
00:40
Issue with cancel_before_shmem_exit while searching to remove a particular registered exit callbacks Committed Bharath Rupireddy (bharathrupireddy) tgl 1 2020-09-08
19:55
2020-09-08
19:56
Detect the null type correctly in setop case by peeking the later exprs. Withdrawn 14 1 2020-07-23
03:32
2020-07-26
09:41
Error in brin_summarize_new_values Committed Anastasia Lubennikova (lubennikovaav) alvherre 1 2020-08-14
18:43
2020-08-17
20:21
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
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
Tab completion for VACUUM of partitioned tables Committed Justin Pryzby (justinpryzby) michael-kun 1 2020-07-30
14:46
2020-07-30
09:08
Documentation
Improve Managing Databases doc page Committed David Johnston (polobo) bmomjian 1 2020-08-22
00:23
2020-08-22
01:00
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
Remove special case which avoided %*s format strings.. Returned with feedback Justin Pryzby (justinpryzby) 1 2020-09-17
05:30
2020-08-05
08:22
Rationalize password length limits Committed Tom Lane (tgl), Nathan Bossart (bossartn) tgl 1 2020-09-04
00:10
2020-09-03
22:46
Monitoring & Control
Command statistics system Returned with feedback Haribabu Kommi (haribabu), Mark Dilger (mark.dilger) 2 2020-09-17
04:51
2020-09-23
02:12
Amcheck: check B-tree leftlink-rightlink invariant on standby Committed Andrey Borodin (x4m) pgeoghegan 1 2020-08-08
18:19
2020-08-09
06:08
Performance
de-TOAST'ing using a iterator Moved to next CF 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
Improving connection scalability: GetSnapshotData() Committed Andres Freund (andresfreund) andresfreund 3 2020-09-04
17:35
2020-09-30
22:43
JIT expression evaluation improvements Returned with feedback Andres Freund (andresfreund) 3 2020-09-30
06:53
2020-09-30
06:54
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
Batch processing of RI checks Returned with feedback Antonin Houska (a.houska), Corey Huinker (coreyh) 2 2020-09-30
06:56
2020-09-30
06:57
Improve planner cost estimations for alternative subplans Moved to next CF 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) alvherre 20 2024-04-07
12:52
2024-04-07
19:13
Remove useless distinct clauses Returned with feedback 14 Pierre Ducroquet (pinaraf) 1 2020-09-30
07:06
2020-09-30
07:07
Handing SLRU sync work over to the checkpointer Committed Thomas Munro (macdice) macdice 1 2020-09-25
07:12
2020-09-25
07:09
remove spurious CREATE INDEX CONCURRENTLY wait Moved to next CF Á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-04-08
16:13
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
pgbench - improve variable management performance Returned with feedback Fabien Coelho (calvin) 6 2020-09-17
05:31
2020-09-19
07:17
pgbench - refactor init functions with buffers Committed Fabien Coelho (calvin) heikki 5 2020-09-30
08:00
2020-09-30
07:59
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
Improvements in Copy From Withdrawn vigneshwaran C (vignesh.postgres) 1 2020-09-27
02:49
2020-09-11
09:04
Replication & Recovery
Add timeline to partial WAL segments Returned with feedback David Steele (dsteele) 9 2020-09-30
07:17
2020-09-30
07:17
skip empty transactions for logical replication Returned with feedback Euler Taveira (eulerto) 4 2020-09-17
05:29
2022-03-30
08:30
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. Moved to next CF 14 Asim Rama Praveen (apraveen), Hao Wu (hwu) 2 2020-12-01
14:21
2021-12-16
10:05
Minimal logical decoding on standbys Returned with feedback Andres Freund (andresfreund), Craig Ringer (ringerc), Amit Khandekar (amitdkhan), Ibrar Ahmed (ibrar) 1 2020-09-17
05:57
2023-04-08
17:12
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 Moved to next CF Kyotaro Horiguchi (horiguti) bmomjian 2 2020-10-05
20:34
2020-10-06
02:31
remove spurious CREATE INDEX CONCURRENTLY wait Withdrawn Álvaro Herrera (alvherre) 1 2020-09-01
17:56
2020-12-01
01:00
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
Rational number type (fractions) Rejected 14 Joe Nelson (begriffs) 3 2020-09-04
08:13
2020-09-04
08:12
Allow queries in WHEN expression of FOR EACH STATEMENT triggers Moved to next CF Joe Wildish (joewildish) 2 2021-01-13
20:57
2021-09-23
20:02
Change return type of EXTRACT to numeric Moved to next CF Peter Eisentraut (petere) petere 3 2021-04-06
05:46
2021-04-06
05:48
Support for OUT parameters in procedures Moved to next CF Peter Eisentraut (petere) petere 2 2020-10-05
18:28
2020-10-05
22:21
Allow CURRENT_ROLE in GRANTED BY Committed Peter Eisentraut (petere) petere 1 2020-09-17
10:24
2021-01-30
08:51