Commitfest PG19-Final (2026-03-01 – 2026-03-31)

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: Needs review: 223. Waiting on Author: 39. Ready for Committer: 49. Committed: 127. Moved to next CF: 17. Withdrawn: 23. Rejected: 5. Returned with Feedback: 7. Total: 490.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
CREATE SUBSCRIPTION ... SERVER 4529 Committed DDL Needs rebase! Jeff Davis (jdavis) Masahiko Sawada (masahikosawada), vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) Jeff Davis (jdavis) 12 3 days ago
COPY TO json 4716 Committed SQL Commands 10/10 +620−65 Joe Conway (jconway) Masahiko Sawada (masahikosawada), Richard Yen (richyen) Andrew Dunstan (adunstan) 10 1 week ago
Adding comments to help understand psql hidden queries 4764 Committed libpq 9/10 +217−100 David Christensen (davidchristensen), Greg Sabino Mullane (greg) Tom Lane (tgl) Tom Lane (tgl) 8 2 days ago
COPY ON_ERROR 'NULL' 4810 Committed 10/10 +251−43 jian he (universality) Fujii Masao (masaofujii), vigneshwaran C (vignesh.postgres), Kirill Reshke (reshke), Atsushi Torikoshi (atsushitorikoshi), Jim Jones (jimus) Peter Eisentraut (petere) 9 1 week ago
SQL Property Graph Queries (SQL/PGQ) 4904 Committed SQL Commands Needs rebase! Peter Eisentraut (petere), Ashutosh Bapat (ashutoshbapat) Vik Fearing (xocolatl), Zhao Junwang (zhjwpku), Hannu Krosing (hannukrosing), Henson Choi (assam258.gmail.com) Peter Eisentraut (petere) 10 6 hours ago
Fix BackgroundPsql to report error on query timeout rather than calling die 4959 Committed Bugfix 18 10/10 +6−8 Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki), Tom Lane (tgl) Daniel Gustafsson (d_gustafsson) 7 1 month ago
Serverside SNI for SSL connections 4984 Committed Security 10/10 +9−3 Daniel Gustafsson (d_gustafsson) Jacob Champion (jchampion) Daniel Gustafsson (d_gustafsson) 8 1 week ago
log_min_messages per backend type 5447 Committed GUC System Administration 19 10/10 +398−43 Euler Taveira (eulerto) Surya Poondla (spoondla) Álvaro Herrera (alvherre) 7 1 month ago
Don't dirty pages while they are getting flushed out 5483 Committed Refactoring Only Needs rebase! Andres Freund (andresfreund) Andres Freund (andresfreund) 5 yesterday
Non-text mode for pg_dumpall 5495 Committed Monitoring 19 Needs rebase! Mahendra Singh Thalor (mahithalor) Vaibhav Dalvi (vaibhavdalvi) Andrew Dunstan (adunstan) 3 6 days ago
Document how commit handles aborted transactions 5546 Committed Backport Docs Only 10/10 +55−5 David Johnston (polobo) Kirill Reshke (reshke), Ahmed Ashour (ahmedashour) Tom Lane (tgl) 6 2 days ago
Doc: Create table improvements 5547 Committed Docs Only 8/10 +21−5 David Johnston (polobo) Laurenz Albe (laurenz) Tom Lane (tgl) 5 yesterday
support fast default for domain with constraints 5641 Committed 10/10 +222−26 Jian He (stayreal) Viktor Holmberg (rutchkiwi) Andrew Dunstan (adunstan) 5 2 weeks ago
support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint 5645 Committed 10/10 +57−27 Jian He (stayreal) Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 5 1 month ago
Accounting for metapages in genericcostestimate() 5727 Committed Performance 9/10 +55−13 Tom Lane (tgl) Henson Choi (assam258.gmail.com) Tom Lane (tgl) 5 1 week ago
Improve hash join's handling of tuples with null join keys 5738 Committed Performance 10/10 +414−82 Tom Lane (tgl) Chao Li (chaol) Tom Lane (tgl) 5 1 week ago
finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it 5759 Committed 19 9/10 +367−70 Jian He (stayreal) Vaibhav Dalvi (vaibhavdalvi) Andrew Dunstan (adunstan) 5 1 week ago
make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated 5769 Committed 19 9/10 +22−19 Jian He (stayreal) Peter Eisentraut (petere) Peter Eisentraut (petere) 4 1 month ago
Make wal_receiver_timeout configurable per subscription 5781 Committed 10/10 +245−101 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 5 1 month ago
alter check constraint enforceability 5796 Committed 19 10/10 +479−66 Jian He (stayreal) Amul Sul (sulamul), Robert Treat (xzilla), Kirill Reshke (reshke), Zsolt Parragi (zsolt.parragi) Andrew Dunstan (adunstan) 4 2 weeks ago
pg_restore add note about -n 5818 Committed Docs Only 10/10 +26−16 Florents Tselai (florentst) Álvaro Herrera (alvherre) 4 1 month ago
Add prompt option to display read-only and read/write states in psql 5872 Committed psql Good First Review 19 10/10 +35−0 Jim Jones (jimus) Fujii Masao (masaofujii), Nathan Bossart (bossartn), Srinath Reddy (srinath-reddy-sadipiralla) Fujii Masao (masaofujii) 5 1 month ago
Adding locks statistics 5942 Committed Monitoring 19 10/10 +50−18 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 4 2 days ago
Speed up COPY FROM text/CSV parsing using SIMD 5952 Committed Performance 19 10/10 +184−3 Shinya Kato (shinyakato) Nathan Bossart (bossartn), Ayoub Kazar (kaz) Nathan Bossart (bossartn) 3 2 weeks ago
pg_waldump: support decoding of WAL inside tarfile 5955 Committed 19 10/10 +1557−251 Amul Sul (sulamul) Andrew Dunstan (adunstan) 4 3 days ago
Align tests for stored and virtual generated columns 5981 Committed Testing Needs rebase! Yugo Nagata (yugo.nagata) Paul Jungwirth (pjungwir), mutaamba maasha (mutaambam) Peter Eisentraut (petere) 4 yesterday
Doc: add XML ID attributes to <varlistentry> tags for create_foreign_table, alter_foreign_table 6071 Committed Docs Only stable 10/10 +63−63 Jian He (stayreal) Zongliang Quan (quanzl) Peter Eisentraut (petere) 3 1 month ago
Allow setting the collation strength in ICU tailoring rules. 6084 Committed 10/10 +17−1 Daniel Vérité (danielverite) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 1 week ago
Clarify EXPLAIN ANALYZE docs on fractional rows and parallelism 6090 Committed Docs Only 10/10 +60−4 Maciek Sakrejda (msakrejda) Tom Lane (tgl), Ilia Evdokimov (ilidock95) Tom Lane (tgl) 3 5 days ago
ON CONFLICT DO SELECT 6109 Committed SQL Commands 19 10/10 +1677−367 Viktor Holmberg (rutchkiwi) Dean Rasheed (deanr), Jian He (stayreal) Dean Rasheed (deanr) 3 1 month ago
add objects file path to oid2name 6111 Committed 9/10 +7−7 david bidoc (dwayne) Laurenz Albe (laurenz), Phil Alger (paalger) Michael Paquier (michael-kun) 3 1 month ago
incremental autovacuum scheduling improvements 6114 Committed 19 10/10 +481−48 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 3 21 hours ago
Add Windows support for backtrace_functions (MSVC only) 6116 Committed My First Patch 19 10/10 +174−3 Bryan Green (lispyone) Álvaro Herrera (alvherre) 3 1 month ago
pgstattuple: Use streaming read API in pgstatindex functions 6125 Committed Extensions AIO Performance 19 Needs rebase! Xuneng Zhou (dylanzhou) Shinya Kato (shinyakato) Michael Paquier (michael-kun) 3 4 months ago
refactor func-matching.sgml, make regexp* function more readable 6144 Committed Docs Only 19 9/10 +114−76 Jian He (stayreal) Tom Lane (tgl) Tom Lane (tgl) 3 23 hours ago
libpq: Bump protocol version to version 3.2 at least until the first/second beta (aka protocol grease) 6157 Committed libpq 10/10 +140−15 Jelte Fennema-Nio (jeltef) Jacob Champion (jchampion) Jacob Champion (jchampion) 3 1 month ago
Remove remaining dependencies on setlocale() 6174 Committed Refactoring Only 19 Needs rebase! Jeff Davis (jdavis) Peter Eisentraut (petere) Jeff Davis (jdavis) 3 2 months ago
implement GRANT/REVOKE ... GRANTED BY 6218 Committed SQL Commands 19 10/10 +145−34 Tom Lane (tgl), Nathan Bossart (bossartn) Jaime Casanova (jcasanov), Adam Brusselback (tostino) Nathan Bossart (bossartn) 2 1 week ago
enhance wraparound warnings 6222 Committed 19 10/10 +26−9 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 week ago
IS JSON predicate support for domain base type as JSON/JSONB/BYTEA/TEXT 6237 Committed 19 10/10 +105−17 Jian He (stayreal) Andrew Dunstan (adunstan) 2 1 week ago
psql: tab completion for ALTER ROLE ... IN DATABASE ... 6244 Committed psql libpq 19 10/10 +68−2 Ian Barwick (barwick), Vasu M (vasu01) Surya Poondla (spoondla), Dharin Shah (dharins0) Álvaro Herrera (alvherre) 2 3 weeks ago
Make copyObject work in C++ 6291 Committed Extensions Modernization Needs rebase! Jelte Fennema-Nio (jeltef) Akshat Jaimini (akshatj) Peter Eisentraut (petere) 2 yesterday
Expose checkpoint reason to completion log messages. 6306 Committed Extensions Performance 19 10/10 +35−25 Soumya S Murali (soumyamurali) Fujii Masao (masaofujii), Michael Banck (mbanck), Vasu M (vasu01) Fujii Masao (masaofujii) 2 1 month ago
Add WALRCV_CONNECTING state to walreceiver 6311 Committed Monitoring 19 Needs rebase! Xuneng Zhou (dylanzhou) Michael Paquier (michael-kun) 2 2 months ago
change default default_toast_compression to lz4 6312 Committed Performance GUC 10/10 +35−5 Euler Taveira (eulerto) Peter Eisentraut (petere) 2 3 weeks ago
Propagate XLogFindNextRecord error to callers 6320 Committed 19 10/10 +84−16 Anthonin Bonnefoy (bonnefoa) Fujii Masao (masaofujii), Mircea Cadariu (mcadariu) Fujii Masao (masaofujii) 2 4 days ago
DOC: fixes an error in alter table doc 6328 Committed Docs Only 19 10/10 +15−3 Chao Li (chaol) Fujii Masao (masaofujii), Robert Treat (xzilla) Fujii Masao (masaofujii) 2 2 weeks ago
Add Restart Policy to Systemd Unit File 6344 Committed Docs Only 8/10 +1−0 Andrew Jackson (andrewjackson) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 3 weeks ago
Streamify more code paths 6346 Committed Extensions AIO Performance 19 Needs rebase! Xuneng Zhou (dylanzhou) Michael Paquier (michael-kun) 2 1 week ago
[Patch]Add tab completion for DELETE ... USING 6347 Committed psql libpq 19 10/10 +3−1 Tatsuya Kawata (croissant) Fujii Masao (masaofujii), Kirill Reshke (reshke), Soumya S Murali (soumyamurali) Fujii Masao (masaofujii) 2 3 weeks ago
Planner : anti-join on left joins 6375 Committed 19 10/10 +256−31 Tender Wang (tndrwang) Richard Guo (richardguo) 1 1 month ago
Password expiration warning 6381 Committed GUC 19 10/10 +208−6 Gilles Darold (darold) Nathan Bossart (bossartn), Japin Li (japin), Soumya S Murali (soumyamurali), xiaohui liu (xiaohuil), Zsolt Parragi (zsolt.parragi) Nathan Bossart (bossartn) 1 1 month ago
Fix minor issues in astreamer_zstd.c 6385 Committed Comments Only 10/10 +12−10 Man Zeng (zengman) Michael Paquier (michael-kun) 1 2 months ago
Missing dependency on oauth_validator test 6408 Committed [oauth] Testing 19 10/10 +0−0 Jonathan Gonzalez V. (sxd) Jacob Champion (jchampion) 1 2 months ago
Documentation update clarifying usage of PASSING clause 6409 Committed Docs Only My First Patch Good First Review 19 9/10 +0−0 Aditya Gollamudi (adigoll) Daniel Gustafsson (d_gustafsson) 1 1 month ago
Remove "struct" markers from varlena, varatt_external and varatt_indirect 6412 Committed 19 10/10 +0−0 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 month ago
tablecmds: reject CLUSTER ON/INHERIT for partitioned tables earlier 6415 Committed Refactoring Only DDL 19 10/10 +46−26 Chao Li (chaol) Zsolt Parragi (zsolt.parragi) Michael Paquier (michael-kun) 1 1 week ago
brin: Remove duplicate initialization in initialize_brin_buildstate() 6416 Committed Bugfix 19 10/10 +0−3 Chao Li (chaol) Shinya Kato (shinyakato) Fujii Masao (masaofujii) 1 2 weeks ago
more popcount refactoring 6425 Committed Refactoring Only 19 10/10 +32−105 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Introduces pg_stat_recovery system view 6438 Committed Monitoring 19 2/10 +370−12 Xuneng Zhou (dylanzhou) Michael Paquier (michael-kun) 1 2 weeks ago
Add expressions to pg_restore_extended_stats() 6446 Committed System Administration 19 10/10 +2701−14 Corey Huinker (coreyh) Michael Paquier (michael-kun) 1 2 weeks ago
Optimizing SELECT expr INTO var in plpgsql 6447 Committed Performance 10/10 +71−9 Tom Lane (tgl) Tom Lane (tgl) 1 1 week ago
Wake up backends immediately when sync standbys decrease 6448 Committed Bugfix Physical Replication stable 10/10 +29−18 Shinya Kato (shinyakato) Fujii Masao (masaofujii) 1 1 month ago
meson: Allow disabling static libraries 6450 Committed Needs rebase! Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 month ago
Improve pg_sync_replication_slots() to wait for primary to advance in more cases 6452 Committed Logical Replication Needs rebase! Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 3 weeks ago
Convert NOT IN sublinks to anti-joins when safe 6455 Committed Performance 19 10/10 +1264−66 Richard Guo (richardguo) wenhui qiu (qiuwenhuifx.163.com) Richard Guo (richardguo) 1 2 weeks ago
Optimize IS DISTINCT FROM with non-nullable inputs 6456 Committed Performance 19 10/10 +580−7 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
pg_dumpall --roles-only interact with other options 6459 Committed Bugfix stable 10/10 +111−40 Jian He (stayreal) Nathan Bossart (bossartn), Zsolt Parragi (zsolt.parragi) Nathan Bossart (bossartn) 1 3 weeks ago
fix pg_largeobject_metadata file transfer 6461 Committed Bugfix 19 10/10 +70−63 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Placement of synchronized_standby_slots description in config.sgml 6463 Committed Docs Only 9/10 +39−39 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
uuid <-> bytea casting & base32 encoding/decoding 6468 Committed Good First Review 19 9/10 +19−4 Aleksander Alekseev (a.alekseev), Dagfinn Ilmari Mannsåker (ilmari), Andrey Borodin (x4m) Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 1 yesterday
add warning upon successful md5 password auth 6470 Committed 19 10/10 +21−1 Nathan Bossart (bossartn) Andreas Karlsson (kandreas) Nathan Bossart (bossartn) 1 1 month ago
pg_upgrade: remove version restriction on using COPY for pg_largeobject_metadata 6471 Committed Performance 19 10/10 +40−44 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
basic_archive: allow archive directory to be missing at startup 6473 Committed Bugfix stable 10/10 +1−14 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 weeks ago
use the malloc macros in pg_dump.c 6483 Committed Good First Review Needs rebase! Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 1 month ago
Use allocation macros in the logical replication code 6484 Committed Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Masahiko Sawada (masahikosawada) 1 2 weeks ago
Support reading large objects with pg_read_all_data 6485 Committed System Administration stable 10/10 +90−4 Nitin Motiani (nitinmotiani) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
pgindent truncates last line of files missing a trailing newline 6489 Committed Bugfix Needs rebase! Akshay Joshi (akshay.joshi) Tom Lane (tgl) 1 yesterday
Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands 6493 Committed psql 10/10 +379−363 Fujii Masao (masaofujii) Jim Jones (jimus) Fujii Masao (masaofujii) 1 1 month ago
Generating function default settings from pg_proc.dat 6494 Committed 10/10 +262−327 Tom Lane (tgl), Andrew Dunstan (adunstan) Tom Lane (tgl) 1 3 weeks ago
Avoid unnecessary name conflicts with NOT NULL constraints that make pg_upgrade fail 6495 Committed Bugfix stable 10/10 +29−6 Laurenz Albe (laurenz) Hüseyin Demir (demir) Álvaro Herrera (alvherre) 1 1 month ago
centralize CPU feature detection 6496 Committed Refactoring Only Needs rebase! John Naylor (john.naylor) Zsolt Parragi (zsolt.parragi) John Naylor (john.naylor) 1 1 month ago
Clarify INCLUDING COMMENTS behavior in CREATE TABLE and CREATE FOREIGN TABLE docs 6497 Committed Docs Only 10/10 +6−5 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
DOCS - pg_walsummary typo? 6499 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 2 weeks ago
DOCS - pg_waldump synopsis sgml markup 6500 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 2 weeks ago
DOCS - Add an "Options" section for pg_controldata 6502 Committed Docs Only Good First Review 10/10 +0−0 Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 2 weeks ago
Rate-limit repeated "still waiting on lock" log messages (log_lock_waits). 6503 Committed Good First Review 9/10 +24−6 Fujii Masao (masaofujii) Hüseyin Demir (demir) Fujii Masao (masaofujii) 1 1 week ago
DOCS - System Applications 'datadir' parameter 6504 Committed Docs Only Good First Review 10/10 +12−12 Peter Smith (smithpb2250) Bruce Momjian (bmomjian) 1 4 days ago
convert SpinLock* macros to static inline functions 6507 Committed Refactoring Only 19 10/10 +35−30 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
DOCS - pg_walsummary filename 6509 Committed Docs Only Good First Review Needs rebase! Peter Smith (smithpb2250) Michael Paquier (michael-kun) 1 2 weeks ago
assume availability of "inline" keyword 6510 Committed Modernization 19 10/10 +13−62 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
AIX support 6511 Committed Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 2 weeks ago
Improve checks for GUC recovery_target_xid 6512 Committed GUC 19 10/10 +66−2 David Steele (dsteele) Fujii Masao (masaofujii), Hüseyin Demir (demir) Fujii Masao (masaofujii) 1 1 week ago
Shutdown indefinitely stuck due to unflushed FPI_FOR_HINT record 6517 Committed Bugfix stable 9/10 +2−2 Anthonin Bonnefoy (bonnefoa) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 week ago
pg_stat_replication.*_lag sometimes shows NULL during active replication 6518 Committed Bugfix Monitoring Physical Replication stable 9/10 +68−51 Shinya Kato (shinyakato) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 days ago
Reduce planning time for large NOT IN lists containing NULL 6519 Committed Performance stable 10/10 +68−0 Ilia Evdokimov (ilidock95) David Geier (geidav), Zsolt Parragi (zsolt.parragi) David Rowley (davidrowley) 1 1 week ago
Change copyObject() to use typeof_unqual 6520 Committed Modernization 10/10 +3−0 Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 week ago
Make use of unvolatize() in vac_truncate_clog() 6521 Committed Refactoring Only 19 10/10 +10−6 Bertrand Drouvot (bertranddrouvot.pg) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 weeks ago
Fix bug in multixact Oldest*MXactId initialization and access 6522 Committed Bugfix 10/10 +0−0 Yura Sokolov (funny_falcon) Heikki Linnakangas (heikki) 1 3 weeks ago
Remove redundant restriction checks in apply_child_basequals 6523 Committed Bugfix 19 10/10 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Portable StaticAssertExpr 6532 Committed Modernization 10/10 +22−69 Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 weeks ago
Fixing grouping expressions inside subqueries 6533 Committed Bugfix 10/10 +166−35 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Is the XLP_BKP_REMOVABLE flag itself removable/obsolete? 6537 Committed 9/10 +2−25 Matthias van de Meent (mmeent) Michael Paquier (michael-kun) 1 3 weeks ago
Defects with invalid stats data for expressions in extended stats 6538 Committed Bugfix 15 10/10 +717−1 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 weeks ago
Non-compliant SASLprep implementation for ASCII characters 6539 Committed Modernization 19 10/10 +0−0 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 4 days ago
Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version() 6540 Committed Refactoring Only 19 10/10 +1−1 Bertrand Drouvot (bertranddrouvot.pg) Peter Eisentraut (petere) Jeff Davis (jdavis) 1 2 weeks ago
Funny behavior in event trigger code with CREATE OR REPLACE VIEW and column additions 6542 Committed Testing 10/10 +24−2 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 weeks ago
Unicode update and some tooling improvements 6544 Committed 10/10 +4099−3695 Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 week ago
Custom callback to handle SLRU I/O errors 6545 Committed Refactoring Only 19 9/10 +187−68 Maxim Orlov (m.orlov) Heikki Linnakangas (heikki) 1 2 weeks ago
Add TLS support to OAuth tests 6548 Committed System Administration [oauth] Testing 19 10/10 +136−15 Jonathan Gonzalez V. (sxd) Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 weeks ago
Add PQgetThreadLock() to expose the Kerberos/Curl mutex 6549 Committed libpq 19 10/10 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 weeks ago
doc: Clarify that empty COMMENT string removes the comment 6560 Committed Docs Only stable 10/10 +63−7 David Johnston (polobo), Chao Li (chaol) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 3 weeks ago
astreamer_lz4: fix bug of output pointer advancement in decompressor 6561 Committed Bugfix 19 10/10 +2−2 Chao Li (chaol) Xuneng Zhou (dylanzhou) Tom Lane (tgl) 2 3 weeks ago
pg_upgrade fails when extension_control_path is used 6562 Committed Bugfix 19 9/10 +197−2 Jonathan Gonzalez V. (sxd) Niccolo Fei (nfei), Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 2 1 week ago
UBSAN crash in EventTriggerCollectAlterTSConfig 6565 Committed Bugfix stable 10/10 +0−0 Florin Irion (irionr) Álvaro Herrera (alvherre) 2 3 weeks ago
Add starelid, attnum to pg_stats and leverage this in pg_dump 6568 Committed 19 10/10 +54−12 Corey Huinker (coreyh) Sami Imseih (simseih) Nathan Bossart (bossartn) 1 1 week ago
DSA pagemap out-of-bounds in make_new_segment odd-sized path 6570 Committed Bugfix Needs rebase! Paul Bunn (pbunn) Michael Paquier (michael-kun) 2 2 weeks ago
Add missing stats_reset column to pg_stat_database_conflicts view 6573 Committed 10/10 +38−7 shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 1 week ago
Defend against -ffast-math in meson builds 6575 Committed Devtools 19 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Tom Lane (tgl) 2 1 week ago
Add missing stats_reset column to pg_statio_all_sequences view 6577 Committed Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 2 weeks ago
Add missing stats_reset column to pg_statio_all_sequences view 6578 Committed Good First Review Needs rebase! shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 2 weeks ago
Silence a new Valgrind warning 6581 Committed Good First Review 10/10 +2−0 Aleksander Alekseev (a.alekseev) Heikki Linnakangas (heikki) 2 2 weeks ago
Add missing stats_reset column to pg_statio_all_sequences view 6582 Committed Monitoring stable Needs rebase! Sami Imseih (simseih), shihao zhong (zhong950419) Fujii Masao (masaofujii) 2 1 week ago
Fix premature timeout in pg_promote() caused by signal interruptions 6583 Committed Bugfix 9/10 +4−4 Robert Pang (robertpang-oss) Michael Paquier (michael-kun) 2 2 days ago
Use C11 alignas in typedef definitions 6585 Committed Refactoring Only 19 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Peter Eisentraut (petere) 2 1 week ago
Adding Log File Capability to pg_createsubscriber 6592 Committed 8/10 +254−15 Hayato Kuroda (ha-kun) Amit Kapila (amitkapila) 2 4 hours ago
Avoiding memory leakage in jsonpath evaluation 6593 Committed Performance 10/10 +361−232 Tom Lane (tgl) Tom Lane (tgl) 2 1 week ago