Commitfest 2025-07

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


Status summary: Needs review: 195. Waiting on Author: 33. Ready for Committer: 35. Committed: 40. Returned with Feedback: 3. Withdrawn: 5. Total: 311.

Active patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Incorrect error message for cancellation triggered by statement_timeout & flaky test 5070 Needs review stable 7/7 +16−5 Jelte Fennema-Nio (jeltef) 6 4 months ago
inplace update: send nontransactional invalidations 5091 Needs review stable 7/7 +3−0 Noah Misch (nmisch) Noah Misch (nmisch) 6 1 month ago
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY 5160 Needs review stable 7/7 +1567−50 Michail Nikolaev (nkey) 5 1 month ago
bt_index_parent_check false alarm for indexes created concurrently 5438 Needs review Needs rebase! Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) 3 2 weeks ago
Fix buffer pinning logic in [SP-]Gist 5542 Needs review Needs rebase! Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent), Mihail Nikalayeu (mihailnikalayeu) 2 1 month ago
Avoid infinite loop in checkpointer 5612 Needs review 7/7 +109−41 Maxim Orlov (m.orlov) 2 1 week ago
Corrupted FSM page is not saved after zeroing. 5615 Waiting on Author 7/7 +3−0 Anton Melnikov (antonmel) 2 2 months ago
ReplicationSlotRelease() crashes when the instance is in the single user mode 5626 Needs review 7/7 +27−0 Hayato Kuroda (ha-kun) 1 3 months ago
Fix oldest LSN calculation for WAL segments removal when slots are advancing during checkpoint 5627 Needs review 7/7 +25−31 Vitaly Davydov (vitprof) 1 6 hours ago
OAuth Followup Patches 5635 Needs review 18 0/1 +0−0 Jacob Champion (jchampion) 1 6 days ago
Random pg_upgrade 004_subscription test failure on drongo 5673 Needs review 6/7 +16−0 vigneshwaran C (vignesh.postgres) 1 2 months ago
Better HINT message for "unexpected data beyond EOF" 5682 Ready for Committer 18 7/7 +4−95 Jakub Wartak (jakub.wartak.tomtom) 1 3 weeks ago
temporary file usage report with extended protocol and unnamed portals 5711 Needs review stable 7/7 +4−0 Frédéric Yhuel (yhuelf) 1 14 hours ago
[SP-]GiST IOS visibility bug (was: Why doens't GiST require super-exclusive lock) - backport 5721 Needs review Needs rebase! Matthias van de Meent (mmeent) 1 1 month ago
temporary file usage report with extended protocol and unnamed portals 5724 Needs review 7/7 +4−0 Sami Imseih (simseih) 1 14 hours ago
Fix a race condition in ConditionVariableTimedSleep() 5736 Needs review stable 7/7 +2−0 Bertrand Drouvot (bertranddrouvot.pg) 1 1 month ago
Fix hostaddr crash during non-blocking cancellation 5741 Needs review stable 7/7 +49−1 Jacob Champion (jchampion) 1 1 month ago
Incorrect calculation of path fraction value in MergeAppend 5742 Needs review 7/7 +0−0 Andrei Lepikhov (lepikhov) 1 1 month ago
Allow parallelism for plpgsql return expression after commit 556f7b7 5747 Needs review 7/7 +6−6 Dipesh Dhameliya (dipesh125) 1 2 weeks ago
Fix PQport to never return NULL if the connection is valid 5749 Needs review stable 7/7 +3−1 Daniele Varrazzo (dvarrazzo) 1 1 month ago
Add guard to prevent recursive memory context logging. 5766 Needs review Needs rebase! Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Fixing memory leaks in postgres_fdw 5772 Needs review 7/7 +936−872 Tom Lane (tgl) 1 2 weeks ago
Add AioUringCompletion in wait_event_names.txt and a safeguard in generate-wait_event_types.pl 5776 Needs review 18 7/7 +111−4 Bertrand Drouvot (bertranddrouvot.pg) 1 2 weeks ago
Correct reltuples stats after VACUUM FULL and CLUSTER 5777 Needs review stable 7/7 +117−1 Erik Nordström (enordstr) 1 3 weeks ago
Remove have_dangerous_phv() 5819 Needs review 7/7 +115−31 Tom Lane (tgl) 1 yesterday
Cancel problems of query to pg_stat_statements 5825 Needs review 6/7 +22−7 Roman Khapov (rkhapov) 1 1 month ago
Fixes inconsistent behavior in vacuum when it processes multiple relations 5827 Needs review stable 7/7 +123−57 shihao zhong (zhong950419) 1 4 hours ago
Clients
Add Option to Check All Addresses For Matching target_session_attr 5396 Needs review 18 Needs rebase! Andrew Jackson (andrewjackson) 3 1 month ago
Adding error messages to a few slash commands 5699 Needs review 19 7/7 +1−80 Abhishek Chanda (abhishekc) 1 1 month ago
Split tab completion rules for COPY FROM and TO 5764 Needs review 19 7/7 +22−8 Atsushi Torikoshi (atsushitorikoshi) 1 1 week ago
psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM 5800 Needs review 18 7/7 +120−45 Yugo Nagata (yugo.nagata) 1 2 days ago
Improve tab completion for various SET/RESET forms 5810 Needs review 19 7/7 +35−10 Dagfinn Ilmari Mannsåker (ilmari) 1 6 days ago
Add \pset options for boolean value display 5828 Waiting on Author 19 2/7 +51−0 David Johnston (polobo) 1 2 months ago
Code Comments
Add comments about fire_triggers argument in ri_triggers.c 5679 Needs review 7/7 +7−1 Yugo Nagata (yugo.nagata) 1 2 months ago
Improve coments on structures in trigger.c 5680 Needs review 7/7 +47−40 Yugo Nagata (yugo.nagata) 1 2 months ago
Remove redundant comment regarding RelationBuildRowSecurity in relcache.c 5739 Needs review 7/7 +1−4 Tanzeel Khan (tanzeelk) 1 1 month ago
Documentation
Document NULL Concepts and Behaviors 5086 Ready for Committer 18 7/7 +1281−160 David Johnston (polobo) 6 4 hours ago
split func.sgml to separated individual sgml files 5515 Needs review 7/7 +44−1 Jian He (stayreal) 2 2 months ago
DOCS: Make the Server Application docs synopses more consistent 5647 Needs review 7/7 +84−24 Peter Smith (smithpb2250) 1 1 month ago
Parallel safety docs for CTEs 5650 Needs review 7/7 +1−1 James Coleman (jcole1989) 1 3 months ago
pg_restore documentation and --create/--single-transaction limitation 5676 Needs review 18 7/7 +6−1 Ashutosh Bapat (ashutoshbapat) 1 2 months ago
Document default values for pgoutput options 5758 Needs review 7/7 +13−5 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 4 weeks ago
Add README for catalog 5771 Needs review 7/7 +11−0 Florents Tselai (florentst) 1 3 weeks ago
Proposal: Improvements to PDF stylesheet and table column widths 5775 Needs review 7/7 +4−0 Noboru Saito (nsaito) 1 6 days ago
Fix Protocol documentation 5783 Needs review 18 6/7 +22−0 Dave Cramer (dcramer) 1 2 weeks ago
doc: Some copy-editing around prefix operators 5787 Needs review 18 7/7 +4−4 Christoph Berg (myon) 1 1 month ago
pg_restore add note about -n 5818 Needs review 7/7 +22−40 Florents Tselai (florentst) 1 8 months ago
Miscellaneous
Avoid orphaned objects dependencies, take 3 4942 Needs review 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 6 1 week ago
System views for versions reporting 5318 Needs review stable Needs rebase! Dmitry Dolgov (erthalion) 4 2 months ago
Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup 5570 Needs review 18 7/7 +243−45 Jelte Fennema-Nio (jeltef) 2 2 months ago
Produce LLVM bitcode files on meson builds 5671 Needs review 7/7 +824−59 Andres Freund (andresfreund), Diego Fronza (dfronza), Nazir Bilal Yavuz (nbyavuz) 1 1 month ago
Add pg_buffercache_mark_dirty[_all]() functions to the pg_buffercache 5694 Needs review 7/7 +216−7 Nazir Bilal Yavuz (nbyavuz) 1 1 month ago
minor error message enhancement in refuseDupeIndexAttach 5700 Needs review 7/7 +3−2 Jian He (stayreal) 1 2 months ago
Silence resource leaks alerts 5701 Needs review 19 7/7 +3−3 Ranier Vilela (raniervilela) 1 2 months ago
adjust the place of list_copy() call to reduce the overhead of function call and memory copies. 5704 Needs review 7/7 +6−6 Tender Wang (tndrwang) 1 1 month ago
don't generate fake alias names, only fake eref names 5708 Needs review 19 7/7 +32−35 Robert Haas (rhaas) 1 2 months ago
contrib/xml2: xslt_process() should report XSLT-related error details and accept xmltype 5718 Needs review 19 7/7 +254−52 Robin Haberkorn (rhaberkorn) 1 1 month ago
Add --continue-on-abort option to pgbench 5790 Needs review 19 6/7 +88−6 Rintaro Ikeda (rintaro) 1 yesterday
Cleanup gcc trick with varattrib_1b_e in VARATT_EXTERNAL_GET_POINTER() 5807 Needs review 19 7/7 +4−8 Michael Paquier (michael-kun) 1 1 week ago
Enable MSVC conforming preprocessor 5812 Needs review 7/7 +6−25 Peter Eisentraut (petere) 1 2 weeks ago
Avoid overriding user's --with-libs settings 5820 Needs review 7/7 +9−9 Tom Lane (tgl) 1 3 days ago
Monitoring & Control
relfilenode statistics 5007 Waiting on Author 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 6 3 months ago
Improve monitoring of shared memory allocations 5620 Needs review 18 7/7 +198−51 Rahila Syed (rahila) Tomas Vondra (fuzzycz) 2 1 month ago
Available disk space per tablespace 5651 Needs review 18 7/7 +171−4 Christoph Berg (myon) 1 1 month ago
Add os_page_num to pg_buffercache 5690 Needs review 19 7/7 +135−28 Bertrand Drouvot (bertranddrouvot.pg) 1 2 months ago
queryId constant squashing does not support prepared statements 5801 Needs review 7/7 +152−59 Sami Imseih (simseih) 1 6 days ago
Expose internal MultiXact member count function for efficient monitoring 5811 Needs review 19 6/7 +111−0 Naga Appani (naga.appani) 1 1 week ago
Performance
Index Prefetching 4351 Waiting on Author 7/7 +4395−192 Tomas Vondra (fuzzycz) 11 1 month ago
Limiting overshoot in nbtree SAOP parallel index scans 5299 Needs review 7/7 +151−23 Matthias van de Meent (mmeent) 4 1 month ago
Adding compression of temporary files 5382 Waiting on Author 6/7 +3842−16 Filip Januš (fjanus) 3 yesterday
Eliminating SPI / SQL from some RI trigger functions 5450 Waiting on Author 19 Needs rebase! Amit Langote (amitlan) 3 2 months ago
Expanding HOT updates for expression and partial indexes 5556 Needs review 19 7/7 +1639−105 Greg Burd (gregburd) 2 2 months ago
Introduce RWSpin lock and use it in sinvaladt.c and xlogrecovery.c 5573 Needs review 18 7/7 +217−42 Yura Sokolov (funny_falcon) 2 2 days ago
Compress big WAL records 5621 Waiting on Author Needs rebase! Andrey Borodin (x4m) 2 4 months ago
Lock-free XLog Reservation from WAL 5633 Needs review 7/7 +532−55 Yura Sokolov (funny_falcon) 1 1 month ago
Memoize ANTI and SEMI JOIN inner 5636 Needs review 19 7/7 +112−22 Andrei Lepikhov (lepikhov) 1 1 month ago
Prune partitions by ScalarArrayOpExpr with an array parameter (partkey = ANY($1)) 5656 Needs review 19 7/7 +311−4 Andrei Lepikhov (lepikhov) 1 2 months ago
Use CLOCK_MONOTONIC_COARSE for instr_time for explain analyze 5669 Needs review stable 4/7 +23−2 Jianghua yang (yjhjstz.gmail.com) 1 2 months ago
Small optimization set tuple block/tableOid once 5683 Needs review 19 7/7 +40−18 Ranier Vilela (raniervilela) 1 2 months ago
Reduce "Var IS [NOT] NULL" quals during constant folding 5685 Needs review 19 7/7 +565−227 Richard Guo (richardguo) 1 3 weeks ago
New criteria for autovacuum 5689 Needs review 19 Needs rebase! Konstantin Knizhnik (knizhnik) 1 2 months ago
Create DATA dump objects for partitioned tables too 5692 Needs review 7/7 +223−41 Tom Lane (tgl) 1 2 months ago
Add planner expectations for Memoize in EXPLAIN 5697 Needs review 19 7/7 +65−3 Ilia Evdokimov (ilidock95) 1 1 month ago
ZStandard (with dictionaries) compression support for TOAST compression 5702 Needs review 19 7/7 +1333−277 Nikhil Kumar Veldanda (nikhilkumarv) 1 1 week ago
NUMA shared memory interleaving 5703 Needs review 19 7/7 +71−0 Jakub Wartak (jakub.wartak.tomtom) 1 2 months ago
MergeAppend could consider sorting cheapest child path 5719 Needs review 19 7/7 +264−107 Andrei Lepikhov (lepikhov), Alexander Pyhalov (a.pyhalov) 1 2 weeks ago
Proposal for enabling auto-vectorization for checksum calculations 5726 Needs review 19 7/7 +357−23 Matthew Sterrett (matthew.sterrett.intel.com) 1 2 weeks ago
Accounting for metapages in genericcostestimate() 5727 Needs review 7/7 +55−13 Tom Lane (tgl) 1 1 month ago
Improve hash join's handling of tuples with null join keys 5738 Needs review 7/7 +381−71 Tom Lane (tgl) 1 2 weeks ago
Improve Valgrind support and remove some memory leaks 5748 Needs review 7/7 +546−125 Tom Lane (tgl) 1 3 weeks ago
Disable parallel query by default 5751 Needs review 18 2/7 +5−5 Scott Mead (scott_mead) 1 4 weeks ago
Incremental Sort Cost Estimation Instability 5754 Needs review 19 7/7 +249−75 Andrei Lepikhov (lepikhov) 1 2 weeks ago
Review/Pull Request: Adding new CRC32C implementation for IBM S390X 5779 Waiting on Author stable 7/7 +741−13 Eduard Stefes (fneddy) John Naylor (john.naylor) 1 1 week ago
Optimize shared LWLock acquisition for high-core-count systems 5784 Needs review 7/7 +57−16 Zhiguo Zhou (zhiguozhou) 1 2 weeks ago
Vectorized CRC on Arm64 5789 Needs review 7/7 +271−2 John Naylor (john.naylor) 1 1 month ago
Pathify RHS unique-ification for semijoin planning 5795 Needs review 19 Needs rebase! Richard Guo (richardguo) 1 2 weeks ago
Improve the performance of Unicode Normalization Forms. 5802 Needs review Needs rebase! Alexander Borisov (lexborisov) 1 6 days ago
Improve array-element-test estimation when no array elements qualify as common 5805 Needs review 7/7 +18−2 Tom Lane (tgl) 1 1 week ago
Add enable_groupagg GUC parameter to control GroupAggregate usage 5814 Needs review 19 2/7 +232−1 Tatsuro Yamada (tatsuro_yamada) 1 2 days ago
parallel pg_restore: move offset-building phase to before forking 5817 Needs review 7/7 +86−6 Dimitrios Apostolou (jimis) 1 2 days ago
Implement "pg_restore --data-only --clean" as a way to skip WAL 5821 Needs review 7/7 +187−12 Dimitrios Apostolou (jimis) 1 2 days ago
Returning nbtree posting list TIDs in DESC order during backwards scans 5824 Needs review 7/7 +79−58 Peter Geoghegan (pgeoghegan) 1 yesterday
pg_restore --freeze: issue a COPY FREEZE instead of just COPY 5826 Needs review Needs rebase! Dimitrios Apostolou (jimis) 1 yesterday
Refactoring
Collation and ctype method tables and extension hooks 5301 Needs review 7/7 +860−583 Jeff Davis (jdavis) 4 6 days ago
Clarify FileTag-based unlinking 5454 Needs review 7/7 +10−7 Matthias van de Meent (mmeent) 3 5 months ago
Don't dirty pages while they are getting flushed out 5483 Waiting on Author Needs rebase! Andres Freund (andresfreund) 3 2 months ago
Selectively invalidate caches in pgoutput when pg_namespace is modified 5663 Needs review 7/7 +19−17 Hayato Kuroda (ha-kun) 1 2 months ago
avoid double scanning in function byteain 5670 Needs review 18 7/7 +178−73 Steven Niu (niushiji) 1 4 weeks ago
Avoid circular header file dependency 5723 Needs review 19 7/7 +0−0 Bertrand Drouvot (bertranddrouvot.pg) 1 1 month ago
Improve logicalrep_worker_launch() logic 5734 Needs review 7/7 +42−36 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Thread-safe getopt() 5760 Needs review 19 7/7 +268−163 Heikki Linnakangas (heikki) 1 4 weeks ago
Removing BTScanPosUnpinIfPinned idiom from nbtree, simplifying mark/restore support 5816 Needs review 7/7 +133−78 Peter Geoghegan (pgeoghegan) 1 1 week ago
Remove unused #include's in src/backend/utils/adt/* 5822 Needs review 19 7/7 +0−8 Aleksander Alekseev (a.alekseev) 1 2 days ago
Replication & Recovery
Return pg_control from pg_backup_stop(). 4997 Needs review 18 7/7 +181−30 David Steele (dsteele) 6 4 months ago
Enable logical decoding when wal_level = 'replica' without a server restart 5479 Waiting on Author 7/7 +1001−115 Masahiko Sawada (masahikosawada) 3 13 hours ago
Fix slot synchronization with two_phase decoding enabled 5664 Needs review 17 Needs rebase! Zhijie Hou (houzj) 1 yesterday
Fix replica identity checks for MERGE command on published table. 5693 Needs review 6/7 +61−1 Zhijie Hou (houzj) 1 2 months ago
Log prefix missing for subscriber log messages received from publisher 5745 Needs review 7/7 +8−0 vigneshwaran C (vignesh.postgres) 1 2 months ago
Extending FK check skipping on replicas to ADD FK and TRUNCATE 5774 Needs review Needs rebase! Hannu Krosing (hannukrosing) 1 3 weeks ago
Make wal_receiver_timeout configurable per subscription 5781 Needs review 7/7 +229−88 Fujii Masao (masaofujii) 1 3 weeks ago
Security
Extension security improvement: Add support for extensions with an owned schema 5018 Needs review 18 7/7 +326−62 Jelte Fennema-Nio (jeltef) 6 8 months ago
revamp row-security tracking 5397 Waiting on Author 19 7/7 +25−17 Nathan Bossart (bossartn) 3 4 months ago
Check for TupleTableSlot nullness before dereferencing 5662 Needs review 7/7 +2−1 Alexander Kuznetsov (kuznetsovam) 1 1 month ago
Check for tuplestorestate nullness before dereferencing 5705 Needs review 7/7 +1−1 Alexander Kuznetsov (kuznetsovam) 1 1 month ago
Detect buffer underflow in get_th() 5707 Needs review 7/7 +5−0 Alexander Kuznetsov (kuznetsovam) 1 6 months ago
Server Features
Sequence Access Methods, round two 4677 Needs review 2/7 +2753−795 Michael Paquier (michael-kun) 8 1 month ago
Eager aggregation, take 3 4881 Needs review 19 Needs rebase! Richard Guo (richardguo) 6 5 days ago
VACUUM FULL / CLUSTER CONCURRENTLY 5117 Needs review 18 7/7 +5096−494 Antonin Houska (a.houska) 5 1 week ago
Extended Statistics set/restore/clear functions 5517 Needs review Needs rebase! Corey Huinker (coreyh) 2 2 weeks ago
Cross-type index comparison support in contrib/btree_gin 5535 Needs review 7/7 +2548−116 Tom Lane (tgl) 2 2 months ago
Options to control remote transactions’ access/deferrable modes in postgres_fdw 5624 Needs review 7/7 +347−8 Etsuro Fujita (efujita) Etsuro Fujita (efujita) 1 2 weeks ago
Allow table AMs to define their own reloptions 5631 Needs review stable 7/7 +1234−35 Julien Tachoires (julmon) 1 3 weeks ago
support fast default for domain with constraints 5641 Needs review 7/7 +217−16 Jian He (stayreal) 1 2 weeks ago
support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint 5645 Needs review 6/7 +50−29 Jian He (stayreal) 1 1 month ago
support create index on virtual generated column. 5667 Needs review 7/7 +788−68 Jian He (stayreal) 1 2 months ago
Patch for migration of the pg_commit_ts directory 5710 Needs review 7/7 +28−3 Sergey Levin (lsv) 1 2 months ago
Allow to collect statistics on virtual generated columns 5714 Needs review 19 2/7 +40−46 Yugo Nagata (yugo.nagata) 1 yesterday
virtual generated column as partition key 5720 Needs review 19 7/7 +467−139 Jian He (stayreal) 1 1 month ago
domain over virtual generated column 5725 Needs review 19 7/7 +541−96 Jian He (stayreal) 1 4 weeks ago
Introduce some randomness to autovacuum 5732 Needs review 19 7/7 +76−0 Zhao Junwang (zhjwpku) 1 1 month ago
SQL function to access to `creating_extension` 5735 Needs review 19 7/7 +15−0 Yurii Rashkovskii (yrashk) 1 1 month ago
Consider explicit incremental sort for Append and MergeAppend 5750 Needs review 19 7/7 +217−52 Richard Guo (richardguo) 1 3 weeks ago
finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it 5759 Needs review 19 7/7 +281−31 Jian He (stayreal) 1 3 weeks ago
ALTER DOMAIN ADD NOT NULL NOT VALID 5768 Needs review 19 7/7 +219−27 Jian He (stayreal) 1 3 weeks ago
make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated 5769 Needs review 19 7/7 +18−13 Jian He (stayreal) 1 4 weeks ago
Disallow concurrent ALTER DOMAIN and DROP DOMAIN 5773 Needs review 19 4/7 +126−0 Jian He (stayreal) 1 3 weeks ago
foreign key on virtual generated column 5782 Needs review 19 7/7 +315−93 Jian He (stayreal) 1 3 weeks ago
alter check constraint enforceability 5796 Needs review 19 Needs rebase! Jian He (stayreal) 1 2 weeks ago
Support tid range scan in parallel 5803 Needs review 7/7 +365−6 Cary Huang (cary) 1 5 days ago
SQL Commands
Incremental View Maintenance (IVM), take 2 4337 Waiting on Author Needs rebase! Yugo Nagata (yugo.nagata) 11 9 months ago
SQL:2011 application time 5660 Needs review 0/1 +0−0 Paul Jungwirth (pjungwir) 1 2 weeks ago
System Administration
log_min_messages per backend type 5447 Needs review 18 2/7 +352−25 Euler Taveira (eulerto) 3 3 months ago
Add arbitrary xid and mxid to pg_resetwal 5644 Needs review 18 2/7 +476−3 Daniil Davydov (dddaniil) 1 3 months ago
Add log_autovacuum_{vacuum|analyze}_min_duration 5797 Needs review 19 7/7 +156−60 Shinya Kato (shinyakato) 1 1 week ago
Testing
Add pg_get_injection_points() for information of injection points 5696 Needs review 19 7/7 +204−0 Michael Paquier (michael-kun) 1 3 weeks ago
teach pg_upgrade to handle in-place tablespaces 5728 Needs review 19 6/7 +143−83 Nathan Bossart (bossartn) 1 1 month ago
Foreign key isolation tests 5757 Needs review 7/7 +115−2 Paul Jungwirth (pjungwir) 1 1 month ago
Addition of %b/backend_type in log_line_prefix of TAP test logs 5765 Needs review stable 7/7 +1−1 Michael Paquier (michael-kun) 1 3 weeks ago
Reduce DEBUG level of catcache refreshing messages 5785 Needs review 7/7 +2−2 Jelte Fennema-Nio (jeltef) 1 2 weeks ago
Missing program_XXX calling in pgbench tests 5823 Needs review 7/7 +3−15 Hayato Kuroda (ha-kun) 1 6 days ago

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
ensure we have a snapshot when dropping an index concurrently 5262 Committed stable Needs rebase! Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 2 weeks ago
prevent 006_transfer_modes.pl from leaving files behind 5687 Committed 18 7/7 +5−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months ago
vacuumdb fixes for v18 5717 Committed 18 7/7 +13−13 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Fix missing comma in Requires.private 5743 Committed 18 0/1 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 1 month ago
oauth: Prevent stack overflow by limiting JSON parse depth 5744 Committed 18 0/1 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 1 month ago
Fix Assert failure in XMLTABLE parser 5753 Committed stable 14/14 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Fix usage of memset_s() to be C11-conformant 5756 Committed stable Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
pg_dump 18beta1 fails to process complex table names 5761 Committed 18 7/7 +16−11 Nathan Bossart (bossartn), Jian He (stayreal) Nathan Bossart (bossartn) 1 4 weeks ago
Fix regex translation of SIMILAR TO for bracket expressions 5778 Committed stable Needs rebase! Laurenz Albe (laurenz) Michael Paquier (michael-kun) 1 3 weeks ago
Clients
Allow ';' to push queries in an ongoing psql pipeline 5655 Committed 18 6/7 +420−31 Anthonin Bonnefoy (bonnefoa) Michael Paquier (michael-kun) 1 1 month ago
Code Comments
clarify palloc comment on quote_literal_cstr 5684 Committed 18 Needs rebase! Steve Chávez (steve-chavez) Michael Paquier (michael-kun) 1 2 months ago
Typos in the comment for the estimate_multivariate_ndistinct() 5740 Withdrawn Needs rebase! Tender Wang (tndrwang) 1 1 month ago
Documentation
doc: expand note about pg_upgrade's --jobs option 5632 Committed 18 6/7 +5−6 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
alphabetize long options in pg_dumpdocs 5730 Committed 18 7/7 +78−79 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
fix notes about password encryption in pg_authid docs 5791 Committed stable 6/7 +2−7 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
Miscellaneous
assert that wrapper_handler()'s argument is within expected range 5639 Committed 17 7/7 +4−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
remove open-coded popcount in acl.c 5649 Committed 18 7/7 +50−19 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
Change the names generated for child foreign key constraints 5716 Committed 18 14/14 +0−0 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
add --sequence-data to pg_dumpall 5729 Committed 18 7/7 +16−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Fix violation of principle that plan trees are read-only 5767 Committed 18 7/7 +41−33 Tom Lane (tgl) Tom Lane (tgl) 1 4 weeks ago
pg_upgrade: warn about roles with md5 passwords 5792 Withdrawn 19 6/7 +88−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 weeks ago
a couple of small cleanup patches for DSM-related code 5798 Committed 18 7/7 +6−5 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 week ago
Monitoring & Control
query_id: jumble names of temp tables for better pg_stat_statement UX 5658 Committed 18 7/7 +0−0 Christoph Berg (myon) Michael Paquier (michael-kun) 1 2 months ago
Performance
optimizations for dumping statistics 5678 Committed 18 7/7 +276−64 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 weeks ago
Performance issues with v18 SQL-language-function changes 5695 Committed 18 7/7 +264−211 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Refactoring
dead code in pg_upgrade 5657 Committed 18 7/7 +7−32 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
SQL functions: avoid making a tuplestore unnecessarily 5706 Committed 7/7 +85−50 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Replication & Recovery
Warning for Datatype mismatch between subscriber table and publisher table for logical replication 5648 Returned with feedback 17 1/7 +28−0 BharatDB PG (bharatdbpg) 1 1 month ago
Logical replication worker Segmentation fault 5666 Committed 7/7 +71−6 Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 2 months ago
Improve error reporting for few options in pg_createsubscriber 5672 Committed 7/7 +9−21 vigneshwaran C (vignesh.postgres) Amit Kapila (amitkapila) 1 2 months ago
Allows pg_recvlogical to create slots with failover=true 5675 Committed 7/7 +62−11 Hayato Kuroda (ha-kun) Masahiko Sawada (masahikosawada) 1 yesterday
Fix premature xmin advancement during fast forward decoding 5713 Committed 0/1 +0−0 Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 1 month ago
Security
Change dispchar for oauth_client_secret 5712 Committed 18 7/7 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 1 month ago
Server Features
CREATE INDEX CONCURRENTLY for partitioned tables 5004 Withdrawn 2/7 +520−78 Justin Pryzby (justinpryzby), Ilya Gladyshev (qoops) 6 7 months ago
Printing window function OVER clauses in EXPLAIN 5640 Committed 7/7 +574−253 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
SQL Commands
Allow LISTEN on patterns 5630 Withdrawn 18 7/7 +194−42 Zongliang Quan (quanzl) 1 3 months ago
Testing
Move tests of contrib/spi/ out of the core regression tests 5688 Committed 7/7 +0−0 Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Re-enable SSL log_like tests 5709 Committed 18 7/7 +53−42 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
New patch