Commitfest 2023-03 (2023-03-01 – 2023-04-08)

No reviewers My patches My reviews
Text Status Target version Tag (type to search) Author (type to search) Reviewer (type to search)
Clear


Status summary: Committed: 127. Moved to next CF: 152. Withdrawn: 22. Returned with Feedback: 9. Rejected: 9. Total: 319.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
More scalable multixacts buffers and locking 2627 Moved to different CF Performance Not processed Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) Álvaro Herrera (alvherre) 20 1 year ago
Dynamic result sets from procedures 2911 Moved to different CF SQL Commands Not processed Peter Eisentraut (petere) 12 3 years ago
Update relfrozenxmin when truncating temp tables 3358 Moved to different CF 16 Not processed Greg Stark (stark) 12 2 years ago
Add log messages when replication slots become active and inactive 3492 Moved to different CF Not processed Bharath Rupireddy (bharathrupireddy) Amit Kapila (amitkapila) 10 2 years ago
pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory 3503 Moved to different CF Not processed Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) 11 2 years ago
doc: PQexecParams binary handling example for REAL data type 3568 Moved to different CF Docs Only Not processed Mark Wong (markwkm) 6 2 years ago
Add initdb option to initialize cluster with non-standard xid/mxid/mxoff. 3634 Rejected 16 Not processed Maxim Orlov (m.orlov), Pavel Borisov (pborisov) 5 2 years ago
USAGE privilege on PUBLICATION 3641 Moved to different CF Security Not processed Antonin Houska (a.houska) 9 2 years ago
An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication 3665 Moved to different CF Not processed Bharath Rupireddy (bharathrupireddy) 6 2 years ago
nbtree performance improvements through specialization on key shape 3672 Moved to different CF Performance Not processed Matthias van de Meent (mmeent) 14 1 year ago
Improve dead tuple storage for lazy vacuum 3687 Moved to different CF Performance Not processed Masahiko Sawada (masahikosawada), John Naylor (john.naylor) Masahiko Sawada (masahikosawada) 10 1 year ago
CI and test improvements 3709 Moved to different CF Testing Not processed Justin Pryzby (justinpryzby) 14 1 year ago
automatic client-side column-level encryption 3718 Moved to different CF Security Not processed Peter Eisentraut (petere) 6 1 year ago
Testing autovacuum wraparound 3729 Moved to different CF Testing Not processed Andres Freund (andresfreund), Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 8 2 years ago
pg_visibility's pg_check_visible() yields false positive when working in parallel with autovacuum 3739 Moved to different CF Bugfix 17 Not processed Daniel Shelepanov (dshelepanov) Alexander Korotkov (smagen) 6 1 year ago
Eliminating SPI from RI triggers 3750 Moved to different CF Performance Not processed Amit Langote (amitlan) 6 2 years ago
Minimizing calls to SubTransSetParent() 3806 Withdrawn Performance Not processed Simon Riggs (simon) 4 3 years ago
asynchronous execution support for Custom Scan 3813 Moved to different CF Performance Not processed KaiGai Kohei (kaigai), kazutaka onishi (onishi) 8 2 years ago
Fix alter subscription concurrency errors 3842 Withdrawn Bugfix 16 Not processed Jelte Fennema-Nio (jeltef) 4 2 years ago
Enable jitlink as an alternative jit linker of legacy Rtdyld and add riscv jitting support 3857 Moved to different CF Not processed Alex Fan (alexfanqi) 6 3 years ago
Add the ability to limit the amount of memory that can be allocated to backends. 3867 Moved to different CF Not processed Reid Thompson (jreidthompsoncd), John Morris (coyotebush) 11 1 year ago
Better infrastructure for automated testing of concurrency issues 3870 Returned with feedback Testing 16 Not processed Alexander Korotkov (smagen) 4 2 years ago
Simplify find_my_exec by using realpath(3) 3878 Committed Refactoring Only Not processed Tom Lane (tgl) Tom Lane (tgl) 3 2 years ago
Windows filesystem support improvements 3951 Returned with feedback Refactoring Only Not processed Thomas Munro (macdice) 3 2 years ago
Multi-version ICU 3956 Moved to different CF Not processed Thomas Munro (macdice) 10 2 years ago
Prefetch the next tuple's memory during seqscans 3978 Moved to different CF Performance Not processed David Rowley (davidrowley), Thomas Munro (macdice) 7 2 years ago
Lockless queue of waiters based on atomic operations for LWLock 3983 Moved to different CF Performance Not processed Alexander Korotkov (smagen), Pavel Borisov (pborisov) 7 2 years ago
Post-special Page Storage TDE support (aka Reserved Page Size) 3986 Moved to different CF Not processed David Christensen (davidchristensen) 12 1 year ago
User functions for building SCRAM secrets 3988 Moved to different CF Security Not processed Jonathan Katz (jkatz05) 7 2 years ago
CF App: add "Returned: Needs more interest" close status 3991 Withdrawn Not processed Jacob Champion (jchampion) 3 3 years ago
SetLatches() 3998 Moved to different CF Refactoring Only Not processed Thomas Munro (macdice) 12 1 year ago
Rework LogicalOutputPluginWriterUpdateProgress 4004 Moved to different CF Refactoring Only Not processed wei wang (wangwei) 6 2 years ago
Disable STARTUP_PROGRESS_TIMEOUT in standby mode 4012 Committed Not processed Simon Riggs (simon), Bharath Rupireddy (bharathrupireddy) Robert Haas (rhaas) 2 3 years ago
Partial aggregates push down 4019 Moved to different CF Performance Not processed Yuki Fujii (fujiiyuki) 6 1 year ago
Reduce wakeup on idle for bgwriter & walwriter for >5s 4029 Withdrawn Not processed Simon Riggs (simon), Bharath Rupireddy (bharathrupireddy) 2 3 years ago
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) 4033 Moved to different CF Refactoring Only Not processed Thomas Munro (macdice) 6 2 years ago
Test for function error in logrep worker 4046 Withdrawn Testing Not processed Anton Melnikov (antonmel) 2 2 years ago
Add sslmode "no-clientcert" to avoid auth failure in md5/scram connections 4064 Withdrawn libpq 16 Not processed Jim Jones (jimus) 2 3 years ago
Fix ParamPathInfo for union-all AppendPath 4068 Committed Performance Not processed Richard Guo (richardguo) Tom Lane (tgl) 2 2 years ago
CAST( ... ON DEFAULT) 4074 Rejected SQL Commands Not processed Corey Huinker (coreyh) 2 1 month ago
Fix inconsistency in reporting checkpointer stats 4078 Moved to different CF Monitoring Not processed Nitin Jadhav (nitinjadhav11) 6 1 year ago
recovery modules 4082 Moved to different CF System Administration 18 Not processed Nathan Bossart (bossartn) 8 1 year ago
Exit walsender before confirming remote flush in logical replication 4085 Returned with feedback Not processed Hayato Kuroda (ha-kun) 2 2 weeks ago
SQL/JSON 4086 Committed SQL Commands Not processed Amit Langote (amitlan), Nikita Glukhov (n.glukhov) Álvaro Herrera (alvherre) 2 2 years ago
add PROCESS_MAIN to VACUUM 4088 Committed SQL Commands 16 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) 2 2 years ago
Add a hook to allow modification of the ldapbindpasswd 4096 Committed Security Not processed Andrew Dunstan (adunstan), John Naylor (john.naylor) Andrew Dunstan (adunstan) 2 2 years ago
Add TAP tests for psql \g piped into program 4101 Moved to different CF Testing Not processed Daniel Vérité (danielverite) Heikki Linnakangas (heikki) 5 2 years ago
clean up permission checks after 599b33b94 4107 Moved to different CF Bugfix 16 Not processed Amit Langote (amitlan) Amit Langote (amitlan) 2 2 years ago
basebackup: support zstd long distance matching 4111 Withdrawn 16 Not processed Justin Pryzby (justinpryzby) 1 3 years ago
Implement type input functions for extended statistics types 4114 Withdrawn Not processed David Kimura (dgkimura) 1 3 years ago
delay starting WAL receiver 4117 Withdrawn Bugfix stable Not processed Nathan Bossart (bossartn) 1 3 years ago
low wal_retrieve_retry_interval causes missed signals on Windows 4118 Withdrawn Bugfix stable Not processed Nathan Bossart (bossartn) 1 3 years ago
Some revises in adding sorting path 4119 Moved to different CF Refactoring Only Not processed Richard Guo (richardguo) David Rowley (davidrowley) 5 2 years ago
GUC to improve SECURITY INVOKER safety 4121 Withdrawn Security Not processed Jeff Davis (jdavis) 1 3 years ago
Ignore dropped columns and generated columns when checking the column list in logical replication 4122 Committed Bugfix Not processed Yu Shi (shiy.fnst) Amit Kapila (amitkapila) 1 3 years ago
Named Operators 4123 Moved to different CF Not processed Gurjeet Singh (gurjeet) 2 2 years ago
Remove nonmeaningful prefixes in PgStat_* fields 4124 Committed Refactoring Only 16 Not processed Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 2 years ago
Adjust the description of OutputPluginCallbacks in pg-doc 4125 Committed Docs Only Not processed wei wang (wangwei) Amit Kapila (amitkapila) 1 3 years ago
constify arguments of copy_file() and copydir() 4126 Committed 16 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Improve LATERAL join case in test memoize.sql 4129 Committed Testing Not processed Richard Guo (richardguo) David Rowley (davidrowley) 1 3 years ago
Helper functions for wait_for_catchup() in Cluster.pm 4131 Committed Refactoring Only 16 Not processed Bertrand Drouvot (bertranddrouvot.pg) Álvaro Herrera (alvherre) 1 3 years ago
Constify proclist.h 4132 Committed Refactoring Only Not processed Aleksander Alekseev (a.alekseev) Peter Eisentraut (petere) 1 3 years ago
introduce reserved_connections parameter and pg_use_reserved_connections predefined role 4134 Committed 16 Not processed Nathan Bossart (bossartn) Robert Haas (rhaas) 1 2 years ago
PGDOCS - sgml linkend using single-quotes 4137 Committed Docs Only 16 Not processed Peter Smith (smithpb2250) Heikki Linnakangas (heikki) 1 2 years ago
Use 128-bit math to accelerate numeric division, when 8 < divisor digits <= 16 4139 Committed Performance Not processed Joel Jacobson (joeljacobson) John Naylor (john.naylor) 1 3 years ago
Allow self-conflicting INSERT INTO .. ON CONFLICT DO UPDATEs 4142 Returned with feedback 16 Not processed Aleksander Alekseev (a.alekseev) 1 2 years ago
bug: ANALYZE progress report with inheritance tables 4144 Moved to different CF Monitoring stable Not processed Justin Pryzby (justinpryzby) Heikki Linnakangas (heikki) 3 2 years ago
pg_stat_statements and extended query protocol 4146 Withdrawn Bugfix Not processed Sami Imseih (simseih) 1 2 years ago
Add n_tup_newpage_upd to pg_stat table views 4147 Committed Monitoring Not processed Corey Huinker (coreyh) Peter Geoghegan (pgeoghegan) 1 2 years ago
Fix assertion failure in SnapBuildInitialSnapshot() 4149 Moved to different CF Bugfix Not processed Masahiko Sawada (masahikosawada) 5 1 month ago
fix typo in dblink 4152 Committed Bugfix 16 Not processed Nathan Bossart (bossartn) Andres Freund (andresfreund) 1 3 years ago
Allow an extention to be updated without a script 4154 Withdrawn 16 Not processed 1 3 years ago
Report the query string that caused a memory error under Valgrind 4156 Withdrawn Testing Not processed 1 2 years ago
stopgap fix for signal handling during restore_command 4159 Moved to different CF Bugfix stable Not processed Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 2 years ago
New [relation] options engine 4160 Moved to different CF Refactoring Only Not processed Nikolay Shaplov (nataraj) 4 3 weeks ago
Fix GUC_NO_SHOW_ALL test scenarios 4164 Committed Not processed Nitin Jadhav (nitinjadhav11) Michael Paquier (michael-kun) 1 3 years ago
psql BACKEND_PID variable 4165 Rejected libpq Not processed Pavel Stehule (okbobcz) 1 2 years ago
Add new protocol message to make GUC_REPORT configurable and use it for psql prompt substitution of %N with the current user 4166 Moved to different CF libpq Not processed Pavel Stehule (okbobcz) 5 2 years ago
O_CLOEXEC for File descriptors in exec'd subprocesses 4167 Committed Refactoring Only Not processed Thomas Munro (macdice) Thomas Munro (macdice) 1 2 years ago
Rename GUC force_parallel_mode to debug_parallel_query 4170 Committed Testing 16 Not processed David Rowley (davidrowley) David Rowley (davidrowley) 1 3 years ago
Normalization of utility queries in pg_stat_statements 4171 Committed Monitoring 16 Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 2 years ago
possibility to take name, signature and oid of currently executed function in GET DIAGNOSTICS statement 4174 Committed Not processed Pavel Stehule (okbobcz) Tom Lane (tgl) 1 2 years ago
Import pg_bsd_indent into our tree 4177 Committed Not processed Tom Lane (tgl), Andres Freund (andresfreund) Tom Lane (tgl) 1 3 years ago
Improve pg_bsd_indent's handling of multiline initialization expressions 4178 Committed 16 Not processed Tom Lane (tgl), Thomas Munro (macdice) Tom Lane (tgl) 1 3 years ago
Align GSS and TLS error handling in PQconnectPoll() 4181 Committed Bugfix 16 Not processed Michael Paquier (michael-kun), Jacob Champion (jchampion) Michael Paquier (michael-kun) 1 2 years ago
Add offset arrays to various WAL records' string output 4182 Committed 16 Not processed Melanie Plageman (melanieplageman) Peter Geoghegan (pgeoghegan) 1 1 year ago
Make set_ps_display faster and easier to use 4184 Committed Performance 16 Not processed David Rowley (davidrowley) David Rowley (davidrowley) 1 3 years ago
fix bug in CREATE DATABASE with WAL_LOG strategy 4185 Committed Bugfix stable Not processed Nathan Bossart (bossartn), Ryo Matsumura (ryo) Michael Paquier (michael-kun) 1 3 years ago
Introduce list_reverse() to make lcons() usage less inefficient 4188 Withdrawn Performance Not processed David Rowley (davidrowley) 1 3 years ago
Kerberos/GSSAPI Credential Delegation 4191 Committed 16 Not processed Stephen Frost (sfrost) Stephen Frost (sfrost) 1 2 years ago
Ignoring BRIN for HOT updates (was: -udpates seems broken) 4193 Committed Performance 16 Not processed Tomas Vondra (fuzzycz), Josef Šimánek (retro), Matthias van de Meent (mmeent) Tomas Vondra (fuzzycz) 1 2 years ago
"out of relcache_callback_list slots" after multiple calls to pg_logical_slot_get_binary_changes 4195 Committed Bugfix Not processed Yu Shi (shiy.fnst) Tom Lane (tgl) 1 3 years ago
pg_regress: treat failed test process as a failed test 4202 Committed Testing Not processed Daniel Gustafsson (d_gustafsson) Daniel Gustafsson (d_gustafsson) 1 3 years ago
Allow meson to find ICU in non-standard location 4203 Withdrawn 16 Not processed Jeff Davis (jdavis) 1 2 years ago
Disallow NULLS NOT DISTINCT indexes for primary keys 4204 Committed Bugfix 16 Not processed Daniel Gustafsson (d_gustafsson) Daniel Gustafsson (d_gustafsson) 1 3 years ago
Fix MULTIEXPR execution order 4207 Committed Bugfix Not processed Tom Lane (tgl), Andres Freund (andresfreund) Tom Lane (tgl) 1 3 years ago
some namespace.c refactoring 4212 Moved to different CF Refactoring Only Not processed Peter Eisentraut (petere) 5 2 years ago
a very minor bug and a couple of comment changes for basebackup.c 4219 Committed Bugfix Not processed Robert Haas (rhaas) Robert Haas (rhaas) 1 2 years ago
Fix improper qual pushdown after applying outer join identity 3 4222 Moved to different CF Bugfix 16 Not processed Tom Lane (tgl) Tom Lane (tgl) 2 2 years ago
documentation updates for SQL:2023 4231 Committed Docs Only Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 years ago
Add standard collation UNICODE 4232 Committed Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 years ago
Add pg_walinspect function with discrete block_ref columns 4234 Committed Not processed Melanie Plageman (melanieplageman) Michael Paquier (michael-kun) 1 2 years ago