Commitfest 2023-07

Shortcuts
New patch
Text Status Target version Author Reviewer
Clear


Status summary: Needs review: 155. Waiting on Author: 37. Ready for Committer: 42. Committed: 26. Withdrawn: 3. Total: 263.

Active patches

Patch
Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Error "initial slot snapshot too large" in create replication slot Needs review Kyotaro Horiguchi (horiguti), Dilip Kumar (dilip.kumar) 8 2023-04-09
03:49
2023-03-24
03:01
Fix dsa_free() to re-bin segment Needs review Dongming Liu (inferyes) 6 2023-04-09
03:50
2023-02-20
04:52
pg_visibility's pg_check_visible() yields false positive when working in parallel with autovacuum Waiting on Author 14 Daniel Shelepanov (dshelepanov) 6 2023-04-09
04:06
2022-12-14
18:56
clean up permission checks after 599b33b94 Ready for Committer 16 Amit Langote (amitlan) 2 2023-04-10
00:45
2023-02-21
07:12
Fix assertion failure with next_phase_at in snapbuild.c Ready for Committer Masahiko Sawada (masahikosawada) 2 2023-04-10
00:45
2023-05-23
11:00
Fix assertion failure in SnapBuildInitialSnapshot() Needs review Masahiko Sawada (masahikosawada) 2 2023-04-10
00:45
2023-02-09
06:32
stopgap fix for signal handling during restore_command Needs review stable Nathan Bossart (bossartn) 2 2023-04-08
18:33
2023-04-21
23:07
Add some checks to avoid stack overflow Needs review stable Egor Chindyaskin (egorchin21) 1 2023-03-09
04:36
2023-01-20
05:50
Requiring recovery.signal or standby.signal when recovering with a backup_label Needs review Michael Paquier (michael-kun) 1 2023-04-05
15:35
2023-03-13
01:06
pg_dump: don't require SELECT permission for undumped extension table Needs review stable Jacob Champion (jchampion) 1 2023-03-27
16:11
2023-03-20
22:51
DecodeInterval fixes Needs review Joseph Koshakow (jkoshakow) 1 2023-04-11
20:07
2023-04-10
00:43
[BUG #17888] Incorrect memory access in gist__int_ops for an input array with many elements Needs review Ankit Kumar Pandey (ankitkpandey) 1 2023-04-14
14:36
2023-04-12
11:48
Subscription statistics are not dropped at DROP SUBSCRIPTION in some cases Needs review Masahiko Sawada (masahikosawada) 1 2023-05-22
00:48
2023-05-16
14:30
Issue in postgres_fdw causing unnecessary wait for cancel request reply Needs review Fujii Masao (masaofujii) 1 2023-05-23
06:39
2023-04-25
16:49
pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH Needs review 1 2023-06-05
16:25
2023-06-07
01:49
hstore: Fix parsing on Mac OS X: isspace() is locale specific Needs review 1 2023-06-05
16:26
2023-06-06
14:16
Clients
functions to compute size of schemas/AMs (and maybe \dn++ and \dA++) Ready for Committer Justin Pryzby (justinpryzby) 8 2023-05-25
00:36
2023-05-24
21:05
psql prompt substitution %N Ready for Committer Pavel Stehule (okbobcz) 2 2023-04-09
02:45
2023-05-08
12:21
Use libpq single row mode for FETCH_COUNT when a cursor cannot be used Waiting on Author Daniel Vérité (danielverite) 2 2023-04-09
01:33
2023-03-24
20:12
psql: Have \watch exit when minimum rows not met Needs review 17 Greg Sabino Mullane (greg) 1 2023-06-06
19:52
2023-06-04
18:55
Documentation
doc: PQexecParams binary handling example for REAL data type Waiting on Author Mark Wong (markwkm) 6 2023-04-05
15:13
2023-03-21
13:44
Correct the documentation for work_mem Needs review 16 Sami Imseih (simseih) 1 2023-04-26
13:06
2023-04-24
16:20
doc: Add some OID/TOAST-related limitations to the limits appendix. Needs review stable 1 2023-05-16
07:27
2023-04-27
12:35
Doc limitations update proposal: include out-of-line OID usage per TOAST-ed columns Needs review stable 1 2023-05-24
14:27
2023-04-27
12:35
Document that server will start even if it's unable to open some TCP/IP ports Needs review Gurjeet Singh (gurjeet) 1 2023-05-31
23:56
2023-05-27
22:17
Miscellaneous
archive modules loose ends Needs review Nathan Bossart (bossartn) 2 2023-04-09
03:20
2023-02-17
21:56
Add CANONICAL option to xmlserialize Needs review 17 Jim Jones (jimus) 1 2023-04-24
08:37
2023-03-17
12:30
get_extension_version Needs review Pavel Stehule (okbobcz) 1 2023-03-11
04:52
2023-03-11
04:14
pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value Needs review Yugo Nagata (yugo.nagata) 1 2023-04-06
06:53
2023-03-29
01:55
Add information about command path and version of flex in meson output Needs review 17 Michael Paquier (michael-kun) 1 2023-04-13
00:21
2023-04-11
05:58
Trust signalfd on illumos, again. Needs review Thomas Munro (macdice) 1 2023-04-13
21:52
2023-04-13
21:49
Permute underscore separated components of columns before fuzzy matching Needs review 17 Arne Roland (harks) 1 2023-04-17
16:07
2023-01-06
21:29
vector search support Needs review 17 Nathan Bossart (bossartn) 1 2023-04-22
00:09
2023-05-29
13:51
Unlinking Parallel Hash Join inner batch files sooner Needs review Thomas Munro (macdice) 1 2023-05-10
03:15
2023-05-10
21:00
Slight improvement of worker_spi.c example Needs review 17 Aleksander Alekseev (a.alekseev) 1 2023-05-12
15:40
2023-06-05
08:15
pg_upgrade - typo in verbose log Ready for Committer Peter Smith (smithpb2250) 1 2023-05-16
23:57
2023-05-11
09:09
Clarify the "38.10.10. Shared Memory and LWLocks" section Needs review 17 Aleksander Alekseev (a.alekseev) 1 2023-05-23
10:48
2023-05-23
10:47
Avoid setting restricted token in pg_upgrade Needs review Daniel Gustafsson (d_gustafsson) 1 2023-05-31
12:09
2022-08-30
13:02
Avoid unused value (src/fe_utils/print.c) Needs review 17 Ranier Vilela (raniervilela) 1 2023-06-03
14:07
2023-06-04
11:59
Monitoring & Control
Periodic burst growth of the checkpoint_req counter on replica. Needs review Anton Melnikov (antonmel) 4 2023-03-16
12:38
2023-03-16
12:39
Fix inconsistency in reporting checkpointer stats Needs review Nitin Jadhav (nitinjadhav11) 3 2023-04-10
00:46
2023-03-20
20:01
bug: ANALYZE progress report with inheritance tables Needs review stable Justin Pryzby (justinpryzby) 2 2023-02-02
15:19
2023-01-22
16:23
Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment Needs review Lukas Fittl (lfittl) 1 2023-03-05
00:23
2023-03-07
09:51
Add instrumentation showing if Heap2/PRUNE records came from VACUUM or from opportunistic pruning Needs review Peter Geoghegan (pgeoghegan) 1 2023-04-18
23:02
2023-04-11
22:29
Logging parallel worker draught Needs review 17 Benoit Lobréau (benoitl) 1 2023-04-21
14:57
2023-05-03
13:17
Performance
Speed up releasing of locks Needs review Andres Freund (andresfreund), David Rowley (davidrowley) 8 2023-04-09
02:32
2023-02-10
02:51
Improve dead tuple storage for lazy vacuum Waiting on Author Masahiko Sawada (masahikosawada), John Naylor (john.naylor) 6 2023-04-04
06:40
2023-06-06
05:13
ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables Needs review 17 Justin Pryzby (justinpryzby) 5 2023-03-17
14:41
2022-12-12
21:26
Eliminating SPI from RI triggers Waiting on Author Amit Langote (amitlan) 6 2023-03-21
15:57
2023-03-21
05:03
asynchronous execution support for Custom Scan Needs review KaiGai Kohei (kaigai), kazutaka onishi (onishi) 5 2023-03-27
14:28
2022-12-01
23:35
Prefetch the next tuple's memory during seqscans Waiting on Author David Rowley (davidrowley), Thomas Munro (macdice) 4 2023-04-09
01:40
2023-04-04
04:50
Lockless queue of waiters based on atomic operations for LWLock Needs review Alexander Korotkov (smagen), Pavel Borisov (pborisov) 4 2023-04-09
02:30
2022-11-25
18:52
Partial aggregates push down Needs review Yuki Fujii (fujiiyuki) 3 2023-04-09
03:21
2023-06-07
09:47
Check lateral references within PHVs for memoize cache keys Needs review Richard Guo (richardguo) 3 2023-04-09
02:29
2023-01-30
08:55
Cross-database SERIALIZABLE safe snapshots Needs review Thomas Munro (macdice) 1 2023-03-09
05:35
2023-03-09
05:34
Replace known_assigned_xids_lck by memory barrier Needs review Michail Nikolaev (nkey) 1 2023-03-25
12:49
2023-03-19
09:43
Improve the performance of nested loop join in the case of partitioned inner table Needs review Alexandr Nikulin (anikulin) 1 2023-03-26
21:46
2023-04-12
15:00
A new strategy for pull-up correlated ANY_SUBLINK Needs review Andy Fan (andyf) 1 2023-04-10
01:42
2023-04-05
07:15
Fix the miss consideration of tuple_fraction during add_paths_to_append_rel Needs review Andy Fan (andyf) 1 2023-04-11
17:36
2023-04-11
17:45
Support Right Semi Join Needs review Richard Guo (richardguo) 1 2023-04-18
09:16
2023-04-18
09:07
Improve list manipulation in several places Needs review Richard Guo (richardguo) 1 2023-04-23
09:58
2023-05-09
08:01
[PATCH] Add support function for containment operators Needs review Kim Johan Andersson (kimjand) 1 2023-04-29
15:09
2023-04-29
15:07
Allow direct lookups of SpecialJoinInfo by ojrelid Needs review Richard Guo (richardguo) 1 2023-05-10
02:23
2023-05-08
02:30
XLog size reductions: smaller XLogRecordBlockHeader Needs review 17 Matthias van de Meent (mmeent) 1 2023-05-19
12:58
2023-05-18
23:47
Fix incorrect start up costs for WindowAgg paths Needs review David Rowley (davidrowley) 1 2023-05-31
01:03
2023-05-31
00:59
Procedural Languages
bytea PL/Perl transform Needs review 17 Ivan Panchenko (wao) 1 2023-03-22
16:05
2023-03-22
16:17
Refactoring
Move SLRU data into the regular buffer pool Needs review Thomas Munro (macdice) 7 2023-03-02
00:22
2023-02-27
18:24
SetLatches() Needs review Thomas Munro (macdice) 4 2023-04-07
10:08
2023-03-04
19:50
Rework LogicalOutputPluginWriterUpdateProgress Needs review wei wang (wangwei) 3 2023-04-09
23:54
2023-03-13
02:47
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) Needs review Thomas Munro (macdice) 3 2023-03-22
04:28
2023-03-22
04:28
Some revises in adding sorting path Waiting on Author Richard Guo (richardguo) 2 2023-04-09
01:36
2023-03-28
19:59
New [relation] options engine Needs review Nikolay Shaplov (nataraj) 2 2023-04-09
03:16
2023-02-02
12:29
some namespace.c refactoring Needs review Peter Eisentraut (petere) 2 2023-04-09
03:18
2023-02-23
11:07
Microsecond-based timeouts Needs review Thomas Munro (macdice) 1 2023-03-13
05:24
2023-03-13
21:59
Use variadic macros for syscache lookup functions Needs review Thomas Munro (macdice) 1 2023-03-31
02:36
2023-03-31
02:16
Teach WaitEventSetWait() to report multiple events on Windows Needs review Thomas Munro (macdice) 1 2023-04-01
03:05
2023-05-18
08:53
Revise get_cheapest_parallel_safe_total_inner Needs review Richard Guo (richardguo) 1 2023-04-18
09:21
2023-04-11
03:43
A minor adjustment to get_cheapest_path_for_pathkeys Needs review Richard Guo (richardguo) 1 2023-04-18
09:23
2023-04-11
07:19
Large files for relations Needs review Thomas Munro (macdice) 1 2023-05-02
03:23
2023-05-30
11:20
Rename Event Trigger Cache context for easier memory context debugging Needs review Daniel Gustafsson (d_gustafsson) 1 2023-05-08
08:40
2023-05-08
23:07
Refactor pipe_read_line as a more generic interface for reading arbitrary strings off a pipe Needs review Daniel Gustafsson (d_gustafsson) 1 2023-05-17
11:50
2023-05-17
11:49
LLVM 16 Needs review Thomas Munro (macdice) 1 2023-05-21
03:26
2023-06-04
09:33
Use atomic ops for unlogged LSN Needs review 17 John Morris (coyotebush) 1 2023-05-23
20:28
2023-05-24
22:41
generate syscache info automatically Needs review Peter Eisentraut (petere) 1 2023-06-06
05:59
2023-05-31
21:24
Replication & Recovery
Add log messages when replication slots become active and inactive Needs review Bharath Rupireddy (bharathrupireddy) 8 2023-04-09
03:13
2023-03-27
05:38
An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication Needs review Bharath Rupireddy (bharathrupireddy) 6 2023-04-09
03:12
2023-01-30
05:55
Preserve subscription relation state during pg_upgrade Needs review Julien Rouhaud (rjuju) 2 2023-04-09
03:08
2023-05-10
08:08
Allow pg_archivecleanup to remove backup history files Needs review 17 Atsushi Torikoshi (atsushitorikoshi) 1 2023-05-22
09:26
2023-05-31
01:51
Security
USAGE privilege on PUBLICATION Needs review Antonin Houska (a.houska) 6 2023-03-20
18:58
2023-03-20
06:17
pg_upgrade --copy-file-range Needs review Thomas Munro (macdice) 1 2023-06-03
03:51
2023-06-02
19:30
Server Features
Patch to implement missing join selectivity estimation for range types Ready for Committer Mahmoud SAKR (mahmsakr), Diogo Repas (diogo.repas), Maxime Schoemans (mschoema), Zhicheng Luo (zcsysu.163.com) 5 2023-04-09
02:03
2023-03-20
15:34
Enable jitlink as an alternative jit linker of legacy Rtdyld and add riscv jitting support Waiting on Author Alex Fan (alexfanqi) 5 2023-04-09
03:24
2023-01-06
00:07
Add the ability to limit the amount of memory that can be allocated to backends. Needs review Reid Thompson (jreidthompsoncd) 5 2023-04-09
02:39
2023-06-05
18:33
Multi-version ICU Waiting on Author Thomas Munro (macdice) 4 2023-03-02
00:20
2023-01-20
20:54
Post-special Page Storage TDE support Needs review David Christensen (davidchristensen) 4 2023-05-09
22:08
2023-05-30
17:35
Named Operators Waiting on Author Gurjeet Singh (gurjeet) 2 2023-04-05
15:14
2023-02-08
16:58
Infinite interval values Ready for Committer Ashutosh Bapat (ashutoshbapat), Joseph Koshakow (jkoshakow), jian he (universality) 2 2023-04-12
13:10
2023-04-12
18:35
BRIN - SK_SEARCHARRAY and scan key preprocessing Needs review Tomas Vondra (fuzzycz) 2 2023-04-09
03:24
2023-02-25
11:45
Remove unnecessary unbind in LDAP search+bind mode Needs review Anatoly Zaretsky (anatolyz) 1 2023-03-23
22:23
2023-03-23
01:45
More OATs for ALTER TABLE Needs review 17 Michael Paquier (michael-kun) 1 2023-04-18
07:30
2023-04-18
04:34
Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Needs review Michael Paquier (michael-kun) 1 2023-05-24
08:26
2023-06-02
21:23
SQL Commands
Dynamic result sets from procedures Needs review 17 Peter Eisentraut (petere) 10 2023-03-29
09:32
2023-02-24
11:26
MERGE ... RETURNING Needs review Dean Rasheed (deanr) 2 2023-04-09
02:33
2023-03-13
13:36
Add support for Distinct in Window aggregates Needs review 17 Ankit Kumar Pandey (ankitkpandey) 1 2023-03-12
07:27
2023-03-12
08:17
Incremental View Maintenance (IVM), take 2 Needs review 17 1 2023-05-31
18:58
2023-05-31
18:47
Mark a transaction uncommittable Needs review 17 Gurjeet Singh (gurjeet) 1 2023-06-05
20:38
2023-06-06
19:03
Testing
CI and test improvements Needs review Justin Pryzby (justinpryzby) 6 2023-03-15
14:56
2023-04-12
01:05
Testing autovacuum wraparound Needs review Andres Freund (andresfreund), Masahiko Sawada (masahikosawada) 6 2023-04-10
00:46
2023-04-28
08:49
Add TAP tests for psql \g piped into program Needs review Daniel Vérité (danielverite) 3 2023-04-10
00:46
2023-03-29
18:39
Detect test suite sideeffects in pg_regress Needs review Daniel Gustafsson (d_gustafsson) 1 2023-05-16
09:18
2023-05-16
09:17
Refactor SSL tests to not use internal test module function Needs review Daniel Gustafsson (d_gustafsson) 1 2023-05-31
12:56
2023-05-31
14:12

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix improper qual pushdown after applying outer join identity 3 Committed 16 Tom Lane (tgl) tgl 2 2023-05-17
17:55
2023-05-22
13:40
Check group_clause_relids to see if a clause is computable Committed Tom Lane (tgl), Richard Guo (richardguo) tgl 1 2023-06-07
02:10
2023-06-07
02:25
Why enable_hashjoin Completely disables HashJoin Withdrawn Zongliang Quan (quanzl) 1 2023-04-05
04:54
2023-04-05
17:05
prevent underflow in KeepLogSeg() Committed stable Kyotaro Horiguchi (horiguti) bossartn 1 2023-04-27
21:48
2023-04-28
06:21
Find dangling membership roles in pg_dumpall Committed Andreas 'ads' Scherbaum (ads), Artur Zakirov (a.zakirov) d_gustafsson 1 2023-04-26
13:02
2023-04-27
12:35
Tighten checks on multidimensional arrays being returned from PL/Python Committed Tom Lane (tgl) tgl 1 2023-05-04
15:01
2023-05-04
15:26
Adjust the order of callback registration to avoid accessing invalid memory Committed Hou Zhijie (houzj) amitkapila 1 2023-05-12
06:36
2023-05-09
10:01
Restrict usage of PSQL_WATCH_PAGER Committed Tom Lane (tgl) tgl 1 2023-05-12
20:11
2023-05-12
19:17
Documentation
PGDOCS - replica identity quotes Committed Peter Smith (smithpb2250) michael-kun 1 2023-05-17
00:04
2023-05-08
22:15
Miscellaneous
Add missing tab-completions for new SUBSCRIPTION options Committed 16 Peter Smith (smithpb2250) amitkapila 1 2023-04-10
03:12
2023-04-10
16:24
Clean up hba.c of code freeing regexps Committed 17 Michael Paquier (michael-kun) michael-kun 1 2023-04-17
22:04
2023-04-17
22:05
improve more permissions-related error messages Committed 16 Nathan Bossart (bossartn) bossartn 1 2023-05-12
21:20
2023-05-12
20:46
Refactoring
Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete Committed stable Bertrand Drouvot (bertranddrouvot.pg) rhaas 1 2023-04-04
18:09
2023-03-06
15:08
Simplify some codes in pgoutput Committed Hou Zhijie (houzj) amitkapila 1 2023-03-30
08:10
2023-03-30
05:51
Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder() Committed 16 Bertrand Drouvot (bertranddrouvot.pg) pgeoghegan 1 2023-04-04
18:10
2023-04-03
19:20
Add two missing tests in 035_standby_logical_decoding.pl Committed 16 Bertrand Drouvot (bertranddrouvot.pg) amitkapila 1 2023-05-04
05:36
2023-05-11
07:09
Server Features
Remove last traces of SCM credential auth from libpq? Committed Michael Paquier (michael-kun) michael-kun 1 2023-04-23
22:37
2023-03-17
23:13
System Administration
rename some createuser options Committed 16 Nathan Bossart (bossartn) bossartn 1 2023-05-22
03:24
2023-05-24
02:39
Testing
Use role name "system_user" instead of "user" for unsafe_tests Withdrawn Aleksander Alekseev (a.alekseev) 1 2023-04-13
10:35
2023-04-13
10:35
Fix a test case in 035_standby_logical_decoding.pl Committed Yu Shi (shiy.fnst) amitkapila 1 2023-04-28
07:21
2023-04-28
02:05
New patch