Commitfest 2022-09

Shortcuts
Text Status Target version Author (type to search) Reviewer (type to search)
Clear


Status summary: Committed: 65. Moved to next CF: 183. Withdrawn: 9. Returned with Feedback: 36. Rejected: 3. Total: 296.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Fix checkpointer sync request queue problems 3583 Moved to next CF Not processed Thomas Munro (macdice) 3 3 years ago
Remove pgwin32_is_junction(), add lstat() for Windows 3598 Moved to next CF Not processed Thomas Munro (macdice) Thomas Munro (macdice) 3 2 years ago
Fix the statistics gathering in case of commit and chain 3657 Returned with feedback Not processed Lætitia AVROT (arkhena) 2 2 years ago
[BUG] Panic due to incorrect missingContrecPtr after promotion 3675 Withdrawn Not processed Sami Imseih (simseih) 2 2 years ago
pg_visibility's pg_check_visible() yields false positive when working in parallel with autovacuum 3739 Moved to next CF 17 Not processed Daniel Shelepanov (dshelepanov) Alexander Korotkov (smagen) 6 1 year ago
Fix test for pg_upgrade from 10x and some earlier versions. 3757 Returned with feedback Not processed Justin Pryzby (justinpryzby), Anton Melnikov (antonmel) 1 2 years ago
Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger 3769 Committed Not processed Zhijie Hou (houzj) Michael Paquier (michael-kun) 1 2 years ago
Fix ruleutils' handling of dropped columns in composite-returning function RTEs 3773 Committed stable Not processed Tom Lane (tgl) Tom Lane (tgl) 1 2 years ago
Changing I/O format for non-ASCII data in "char" type 3789 Committed Not processed Tom Lane (tgl) Tom Lane (tgl) 1 2 years ago
pg_get_constraintdef: Schema qualify foreign tables unless pretty printing is enabled 3811 Moved to next CF 16 Not processed Lukas Fittl (lfittl) 2 2 years ago
Fix alter subscription concurrency errors 3842 Moved to next CF 16 Not processed Jelte Fennema-Nio (jeltef) 4 2 years ago
Fix bogus array out-of-bounds BRIN Indexes 3846 Committed 16 Not processed Ranier Vilela (raniervilela) David Rowley (davidrowley) 1 2 years ago
test Windows plperl fix 3847 Committed Not processed John Naylor (john.naylor) 1 2 years ago
ensure get_database_list() switches back to the memory context in use upon entry rather than returning with TopMemoryContext as the context. 3866 Committed Not processed Tom Lane (tgl) 1 2 years ago
Code Comments
Fix annotations nextFullXid 3775 Committed 15 Not processed Mingli Zhang (zml) Fujii Masao (masaofujii) 1 2 years ago
fix out of date comment in commit_ts.c 3786 Committed 16 Not processed Nathan Bossart (bossartn) Thomas Munro (macdice) 1 2 years ago
Fix obsoleted comments for function prototypes 3798 Committed Not processed Richard Guo (richardguo) Michael Paquier (michael-kun) 1 2 years ago
Clarify the comments about varlena header encoding 3820 Returned with feedback 16 Not processed Aleksander Alekseev (a.alekseev) 1 2 years ago
Documentation
doc: PQexecParams binary handling example for REAL data type 3568 Moved to next CF Not processed Mark Wong (markwkm) 6 1 year ago
Clarify Routines and Extension Membership 3693 Committed Not processed David Johnston (polobo) Bruce Momjian (bmomjian) 2 2 years ago
Select Reference Page - Make Join Syntax More Prominent 3726 Returned with feedback Not processed David Johnston (polobo) 2 2 years ago
Miscellaneous
new diagnostic items for the dynamic sql 3537 Moved to next CF Not processed Dinesh Kumar (dineshkumar) 4 2 years ago
Preventing indirection for IndexPageGetOpaque for known-size page special areas 3543 Moved to next CF 16 Not processed Matthias van de Meent (mmeent) 4 2 years ago
Completed unaccent dictionary with many missing characters 3631 Moved to next CF 15 Not processed Przemysław Sztoch (psztoch) 4 2 years ago
OAT_POST_CREATE object visibility 3676 Committed Not processed Mary Xu (maryxu-pg) Jeff Davis (jdavis) 2 2 years ago
Create subscription stats entry at CREATE SUBSCRIPTION 3776 Committed Not processed Masahiko Sawada (masahikosawada) Andres Freund (andresfreund) 2 2 years ago
Regression coverage for contrib/tcn 3788 Committed Not processed Tom Lane (tgl) Tom Lane (tgl) 1 2 years ago
Improve hints for missing-column and missing-table cases 3829 Moved to next CF Not processed Tom Lane (tgl) Tom Lane (tgl) 2 2 years ago
improve large object handling in pg_upgrade 3841 Returned with feedback 16 Not processed Nathan Bossart (bossartn), Jan Wieck (wieck) 1 1 year ago
introduce bufmgr hooks 3853 Moved to next CF 16 Not processed Nathan Bossart (bossartn) 2 2 years ago
Monitoring & Control
Add description about using geqo to EXPLAIN or debug log. 3680 Returned with feedback Not processed masaya kawamoto (kawamoto) 2 2 years ago
Making autovacuum logs indicate if insert-based threshold was the triggering condition 3802 Moved to next CF Not processed Peter Geoghegan (pgeoghegan) 2 2 years ago
Instrumented pages/tuples frozen in autovacuum's server log out (and VACUUM VERBOSE) 3827 Committed Not processed Peter Geoghegan (pgeoghegan) Peter Geoghegan (pgeoghegan) 1 2 years ago
Tracking the compression effect 3851 Moved to next CF Not processed Ken Kato (kkato) 2 2 years ago
Performance
More scalable multixacts buffers and locking 2627 Moved to next CF Not processed Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) Álvaro Herrera (alvherre) 20 1 year ago
fix spinlock contention in LogwrtResult 2716 Withdrawn Not processed Álvaro Herrera (alvherre) 11 1 year ago
Postgres picks suboptimal index after building extended statistics 3245 Moved to next CF 14 Not processed Andrei Lepikhov (lepikhov) 7 2 years ago
Asynchronous and "direct" IO support for PostgreSQL 3316 Returned with feedback Not processed Andres Freund (andresfreund), David Rowley (davidrowley), Thomas Munro (macdice) 6 2 years ago
nbtree performance improvements through specialization on key shape 3672 Moved to next CF Not processed Matthias van de Meent (mmeent) 14 5 months ago
Improve dead tuple storage for lazy vacuum 3687 Moved to next CF Not processed Masahiko Sawada (masahikosawada), John Naylor (john.naylor) Masahiko Sawada (masahikosawada) 10 1 year ago
Eliminating SPI from RI triggers 3750 Moved to next CF Not processed Amit Langote (amitlan) 6 1 year ago
Subtrans performance smoothing 3792 Withdrawn Not processed Simon Riggs (simon) 1 2 years ago
Minimizing calls to SubTransSetParent() 3806 Moved to next CF Not processed Simon Riggs (simon) 4 2 years ago
Reduce the chunk header sizes on all memory context types 3810 Committed Not processed Andres Freund (andresfreund), David Rowley (davidrowley) David Rowley (davidrowley) 1 2 years ago
asynchronous execution support for Custom Scan 3813 Moved to next CF Not processed KaiGai Kohei (kaigai), kazutaka onishi (onishi) 8 1 year ago
use ARM intrinsics in pg_lfind32() where available 3826 Committed 16 Not processed Nathan Bossart (bossartn) John Naylor (john.naylor) 1 2 years ago
Small cleanups to tuplesort.c and a bonus small performance improvement 3844 Committed Not processed David Rowley (davidrowley) David Rowley (davidrowley) 1 2 years ago
make additional use of optimized linear search routines 3875 Committed 16 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 2 years ago
Refactoring
New [relation] options engine 3536 Moved to next CF Not processed Nikolay Shaplov (nataraj) 5 4 weeks ago
Refactor add_path for clarity and extensibility 3599 Returned with feedback Not processed Nils Dijk (nilsdijk) 2 2 years ago
Add internal Numeric to Uint64 conversion function. 3627 Moved to next CF 16 Not processed Amul Sul (sulamul) 3 2 years ago
Temporary file access API 3722 Returned with feedback Not processed Antonin Houska (a.houska) 2 2 years ago
Cleaning up historical portability baggage 3763 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 1 2 years ago
fix MSVC check for obsolete node support files 3809 Committed Not processed Tom Lane (tgl) Tom Lane (tgl) 1 2 years ago
Provide sigaction() for Windows 3818 Moved to next CF Not processed Thomas Munro (macdice) Thomas Munro (macdice) 2 2 years ago
(DUPLICATE) Removing dead code in pgcrypto 3860 Withdrawn 16 Not processed 1 2 years ago
Replication & Recovery
PITR enhance getRecordTimestamp() 3222 Moved to next CF Not processed Simon Riggs (simon) 8 3 years ago
Add log messages when replication slots become active and inactive 3492 Moved to next CF Not processed Bharath Rupireddy (bharathrupireddy) Amit Kapila (amitkapila) 10 1 year 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 next CF Not processed Bharath Rupireddy (bharathrupireddy), SATYANARAYANA NARLAPURAM (satyanarayanan) 11 1 year ago
An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication 3665 Moved to next CF Not processed Bharath Rupireddy (bharathrupireddy) 6 1 year ago
Add last failed connection error message to pg_stat_wal_receiver 3666 Withdrawn Not processed Bharath Rupireddy (bharathrupireddy) 2 2 years ago
Allow usage of archive .backup files as backup_label 3862 Moved to next CF Not processed Michael Banck (mbanck) 2 2 years ago
Security
USAGE privilege on PUBLICATION 3641 Moved to next CF Not processed Antonin Houska (a.houska) 9 2 years ago
automatic client-side column-level encryption 3718 Moved to next CF Not processed Peter Eisentraut (petere) 6 11 months ago
pg_auth_members.grantor is bunk 3745 Committed 16 Not processed Robert Haas (rhaas) Robert Haas (rhaas) 2 2 years ago
Server Features
New Table Access Methods for Multi and Single Inserts 2871 Returned with feedback Not processed Bharath Rupireddy (bharathrupireddy) 9 5 months ago
Atomic rename feature for Windows 3347 Moved to next CF Not processed Victor Spirin (v.spirin) 6 2 years ago
Update relfrozenxmin when truncating temp tables 3358 Moved to next CF 16 Not processed Greg Stark (stark) 12 1 year ago
Reducing power consumption when idle 3566 Moved to next CF Not processed Simon Riggs (simon) Thomas Munro (macdice) 4 2 years ago
Add initdb option to initialize cluster with non-standard xid/mxid/mxoff. 3634 Moved to next CF 16 Not processed Maxim Orlov (m.orlov), Pavel Borisov (pborisov) 5 2 years ago
Allow foreign keys to reference a superset of unique columns 3678 Returned with feedback 16 Not processed Kaiting Chen (ktchen14) 2 2 years ago
BCP 47 locale names for Windows 3772 Moved to next CF Not processed Thomas Munro (macdice) 8 8 months ago
Page compression for OLTP 3783 Moved to next CF 16 Not processed Chen huajun (chenhuajun) 3 2 years ago
Support tls-exporter as channel binding for TLSv1.3 3850 Moved to next CF 16 Not processed Michael Paquier (michael-kun), Jacob Champion (jchampion) 2 2 years ago
Enable jitlink as an alternative jit linker of legacy Rtdyld and add riscv jitting support 3857 Moved to next CF Not processed Alex Fan (alexfanqi) 6 2 years ago
Add the ability to limit the amount of memory that can be allocated to backends. 3867 Moved to next CF Not processed Reid Thompson (jreidthompsoncd), John Morris (coyotebush) 11 1 year ago
SQL Commands
Summary Sort workers Stats in EXPLAIN ANALYZE 3601 Returned with feedback Not processed Jian Guo (jiang) 2 2 years ago
Add checks on search_path for IMMUTABLE and SECURITY DEFINER functions 3684 Returned with feedback Not processed Greg Stark (stark) 2 2 years ago
Two successive tabs in test case are causing syntax error in psql 3761 Rejected Not processed 1 2 years ago
System Administration
pg_walcleaner - new tool to detect, archive and delete the unneeded wal files 3667 Withdrawn Not processed Bharath Rupireddy (bharathrupireddy) 2 2 years ago
Maximize page freezing 3785 Withdrawn Not processed Simon Riggs (simon) 1 2 years ago
Testing
Add TAP test for auth_delay extension 3677 Rejected Not processed DongWook Lee (dongwooklee) 2 2 years ago
CI and test improvements 3709 Moved to next CF Not processed Justin Pryzby (justinpryzby) 14 4 months ago
Testing autovacuum wraparound 3729 Moved to next CF Not processed Andres Freund (andresfreund), Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 8 1 year ago
Introduce wait_for_subscription_sync for TAP tests 3780 Committed Not processed Masahiko Sawada (masahikosawada) Amit Kapila (amitkapila) 2 2 years ago
pgstattuple: add test for coverage 3793 Moved to next CF Not processed DongWook Lee (dongwooklee) 2 2 years ago
old_snapshot: add test for coverage 3805 Moved to next CF Not processed DongWook Lee (dongwooklee) 2 2 years ago
xml2: add test for coverage 3833 Moved to next CF Not processed DongWook Lee (dongwooklee) 3 2 years ago
pg_basebackup: add test about zstd compress option 3835 Moved to next CF Not processed DongWook Lee (dongwooklee) 2 2 years ago
Add peer authentication TAP test 3845 Committed 16 Not processed Bertrand Drouvot (bdrouvot) Michael Paquier (michael-kun) 1 2 years ago
Better infrastructure for automated testing of concurrency issues 3870 Moved to next CF 16 Not processed Alexander Korotkov (smagen) 4 2 years ago