Commitfest PG19-1 (2025-07-01 – 2025-07-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: 81. Waiting on Author: 22. Ready for Committer: 9. Committed: 131. Moved to next CF: 125. Withdrawn: 14. Returned with Feedback: 6. Total: 388.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
"unexpected duplicate for tablespace" problem in logical replication 4720 Committed stable 10/10 +58−20 Shenhao Wang (wangshenhao) Masahiko Sawada (masahikosawada) Michael Paquier (michael-kun) 8 2 months ago
ensure we have a snapshot when dropping an index concurrently 5262 Committed stable Needs rebase! Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 3 months ago
Avoid infinite loop in checkpointer 5612 Committed 19 Needs rebase! Maxim Orlov (m.orlov), Xuneng Zhou (dylanzhou) Xuneng Zhou (dylanzhou) Alexander Korotkov (smagen) 2 1 month ago
Memory context can be its own parent and child in replication command 5637 Committed 18 7/7 +51−9 Anthonin Bonnefoy (bonnefoa) Tom Lane (tgl) Tom Lane (tgl) 1 4 months ago
bug in stored generated column over domain with constraints. 5668 Committed 7/7 +0−0 Jian He (stayreal) Peter Eisentraut (petere) Tom Lane (tgl) 1 4 months ago
Better HINT message for "unexpected data beyond EOF" 5682 Committed 18 10/10 +4−95 Jakub Wartak (jakub.wartak.tomtom) Robert Haas (rhaas) 1 1 month ago
Fix an incorrect check in get_memoize_path 5686 Committed 7/7 +15−9 Richard Guo (richardguo) wenhui qiu (qiuwenhuifx.163.com) Richard Guo (richardguo) 1 4 months ago
prevent 006_transfer_modes.pl from leaving files behind 5687 Committed 18 7/7 +5−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 months ago
vacuumdb fixes for v18 5717 Committed 18 7/7 +13−13 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 months ago
Fix missing comma in Requires.private 5743 Committed 18 0/1 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 months ago
oauth: Prevent stack overflow by limiting JSON parse depth 5744 Committed 18 0/1 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 3 months ago
Allow parallelism for plpgsql return expression after commit 556f7b7 5747 Committed 10/10 +6−6 Dipesh Dhameliya (dipesh125) Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Fix PQport to never return NULL if the connection is valid 5749 Committed stable 10/10 +3−1 Daniele Varrazzo (dvarrazzo) Laurenz Albe (laurenz) Tom Lane (tgl) 1 1 month ago
Fix Assert failure in XMLTABLE parser 5753 Committed stable 7/7 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 1 3 months ago
Fix usage of memset_s() to be C11-conformant 5756 Committed stable Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 3 months 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 3 months ago
Fixing memory leaks in postgres_fdw 5772 Committed 6/10 +936−872 Tom Lane (tgl) Etsuro Fujita (efujita) Tom Lane (tgl) 1 1 month ago
Add AioUringCompletion in wait_event_names.txt and a safeguard in generate-wait_event_types.pl 5776 Committed 18 10/10 +111−4 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 2 months ago
Fix regex translation of SIMILAR TO for bracket expressions 5778 Committed stable Needs rebase! Laurenz Albe (laurenz) Michael Paquier (michael-kun) 1 3 months ago
Improve error handling of xml2 with libxml2 OOMs 5794 Committed 19 7/7 +294−150 Michael Paquier (michael-kun) Jim Jones (jimus) Michael Paquier (michael-kun) 1 1 month ago
Remove have_dangerous_phv() 5819 Committed Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Fixes inconsistent behavior in vacuum when it processes multiple relations 5827 Committed stable 7/7 +98−110 shihao zhong (zhong950419) Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 2 months ago
fix: pgflex - propagate environment to flex subprocess 5835 Committed 19 7/7 +2−2 Javier Maestro (jjmaestro) Nikolay Samokhvalov (nikolay), Javier Maestro (jjmaestro) Peter Eisentraut (petere) 1 2 months ago
Fix OAuth feature detection on OpenBSD+Meson 5842 Committed Bugfix 18 Needs rebase! Jacob Champion (jchampion) Jacob Champion (jchampion) 1 1 month ago
Logrep launcher race conditions leading to slow tests 5843 Committed stable Not processed Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Fix background workers not restarting with restart_after_crash = on 5844 Committed Bugfix stable 10/10 +7−0 Andrey Rudometov (ultimatehikari) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
OAuth: fix performance bug with stuck multiplexer events 5864 Committed Bugfix Performance 18 10/10 +833−93 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 1 month ago
Followup fixes for bug #18953 5867 Committed 18 Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Fix decompression bug in astreamer_lz4 5874 Committed Bugfix 18 10/10 +50−4 Mikhail Gribkov (youzhick) Michael Paquier (michael-kun) 1 1 month ago
OAuth: run Autoconf tests with correct compiler flags 5905 Committed Bugfix 18 10/10 +24−12 Jacob Champion (jchampion) Jacob Champion (jchampion) 3 3 weeks ago
Add proper checks for ecpg_strdup() return value 5910 Committed Bugfix 19 10/10 +117−40 Aleksander Alekseev (a.alekseev), Evgeniy Gorbanev (esgor) Michael Paquier (michael-kun) 2 1 month ago
Clients
Allow PGSERVICEFILE to be specified as part of the connection string 5387 Committed 19 10/10 +160−7 Torsten Foertsch (tfoertsch123) Ryo Kanbayashi (ryokanbayashi) Michael Paquier (michael-kun) 2 1 month ago
Allow ';' to push queries in an ongoing psql pipeline 5655 Committed 18 10/10 +420−31 Anthonin Bonnefoy (bonnefoa) Michael Paquier (michael-kun) 1 4 months ago
Split tab completion rules for COPY FROM and TO 5764 Committed psql 19 Needs rebase! Atsushi Torikoshi (atsushitorikoshi) Masahiko Sawada (masahikosawada) 1 1 month ago
psql: Improve psql tab completion for GRANT/REVOKE 5813 Committed 10/10 +8−4 Fujii Masao (masaofujii), Yugo Nagata (yugo.nagata) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
fix organization wording in psql's \copyright command 5917 Committed stable Not processed Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 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 4 months ago
Correct src/backend/lib/README 5855 Committed 6/7 +0−4 Aleksander Alekseev (a.alekseev) Michael Paquier (michael-kun) 1 2 months ago
Documentation
explain pgstatindex fragmentation 5381 Committed 18 7/7 +9−0 Frédéric Yhuel (yhuelf) Laurenz Albe (laurenz), Bertrand Drouvot (bertranddrouvot), Benoit Lobréau (benoitl), Ahmed Ashour (ahmedashour) Peter Eisentraut (petere) 3 2 months ago
split func.sgml to separated individual sgml files 5515 Committed 10/10 +44−1 Jian He (stayreal) David Johnston (polobo) Andrew Dunstan (adunstan) 2 1 month ago
TOAST is acronym so should be uppercase 5530 Committed 10/10 +13−13 Peter Smith (smithpb2250) Peter Eisentraut (petere), David Johnston (polobo) Peter Eisentraut (petere) 2 1 month ago
pg_recvlogical requires -d but not described on the documentation 5625 Committed 7/7 +39−4 Hayato Kuroda (ha-kun) David Johnston (polobo) Fujii Masao (masaofujii) 1 5 months ago
doc: expand note about pg_upgrade's --jobs option 5632 Committed 18 6/7 +5−6 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 5 months ago
alphabetize long options in pg_dumpdocs 5730 Committed 18 7/7 +78−79 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 months ago
Document default values for pgoutput options 5758 Committed 10/10 +13−5 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Add README for catalog 5771 Committed 10/10 +14−0 Florents Tselai (florentst) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 1 month ago
Proposal: Improvements to PDF stylesheet and table column widths 5775 Committed 10/10 +4−0 Noboru Saito (nsaito) Peter Eisentraut (petere), Hayato Kuroda (ha-kun) Peter Eisentraut (petere) 1 2 months ago
doc: Some copy-editing around prefix operators 5787 Committed 18 7/7 +4−4 Christoph Berg (myon) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 months 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 months ago
pg_get_multixact_members not documented 5793 Committed stable 10/10 +31−3 Sami Imseih (simseih) Ashutosh Bapat (ashutoshbapat), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Minor documentation fixes related to v18 5838 Committed 7/7 +9−5 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 months ago
Make StartupMessage docs more generic to cover multiple protocol versions 5858 Committed Docs Only 18 Needs rebase! Tatsuo Ishii (ishii), Jelte Fennema-Nio (jeltef) Tatsuo Ishii (ishii) 1 1 month ago
back-patch documentation for age() and mxid_age() 5884 Committed stable 7/7 +0−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Fix inconsistency in the pg_buffercache documentation 5887 Committed 19 10/10 +3−3 Bertrand Drouvot (bertranddrouvot.pg) Daniel Gustafsson (d_gustafsson) 2 1 month ago
failover slot documentation update 5904 Committed Docs Only 10/10 +0−0 Ashutosh Bapat (ashutoshbapat), shveta malik (shvetam) Amit Kapila (amitkapila) 2 1 month ago
Document reopen of output file via SIGHUP in pg_recvlogical 5909 Committed Docs Only 10/10 +10−0 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 1 month ago
small fix for pg_overexplain docs 5916 Committed 18 10/10 +1−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 month ago
Minor Improvements to pg_buffercache documentation 5925 Committed 10/10 +10−2 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 1 month 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 5 months ago
Add reverse(bytea) 5642 Committed 18 7/7 +63−0 Aleksander Alekseev (a.alekseev) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 5 months ago
remove open-coded popcount in acl.c 5649 Committed 18 7/7 +50−19 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 5 months ago
minor error message enhancement in refuseDupeIndexAttach 5700 Committed 9/10 +3−2 Jian He (stayreal) Peter Eisentraut (petere) 1 4 months ago
adjust the place of list_copy() call to reduce the overhead of function call and memory copies. 5704 Committed Performance 10/10 +2−1 Tender Wang (tndrwang) Tom Lane (tgl) 1 1 month ago
Change the names generated for child foreign key constraints 5716 Committed 18 7/7 +0−0 Tom Lane (tgl) Tom Lane (tgl) 1 4 months ago
add --sequence-data to pg_dumpall 5729 Committed 18 7/7 +16−0 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
regdatabase 5746 Committed 19 7/7 +423−3 Ian Barwick (barwick) Ian Barwick (barwick), Nathan Bossart (bossartn), Greg Sabino Mullane (greg) Nathan Bossart (bossartn) 1 2 months ago
translate reltuples from 0 to -1 upon upgrades from <v14 5762 Committed 18 7/7 +14−1 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months 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 3 months ago
Standardize the definition of the subtype field of AlterDomainStmt 5780 Committed 10/10 +25−22 Zongliang Quan (quanzl) wenhui qiu (qiuwenhuifx.163.com) Michael Paquier (michael-kun) 1 1 month 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 2 months ago
add function for creating/attaching hash table in DSM registry 5799 Committed 19 10/10 +400−46 Nathan Bossart (bossartn) Sami Imseih (simseih), Florents Tselai (florentst) Nathan Bossart (bossartn) 1 1 month ago
Enable MSVC conforming preprocessor 5812 Committed 7/7 +6−25 Peter Eisentraut (petere) Peter Eisentraut (petere) 1 4 days ago
Avoid overriding user's --with-libs settings 5820 Committed 10/10 +33−33 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Allow the "operand" input of width_bucket() to be NaN 5834 Committed 19 7/7 +32−21 Tom Lane (tgl) Dean Rasheed (deanr) Tom Lane (tgl) 1 1 month ago
Use DatumGetUInt32() for dsm_attach() in test_shm_mq_main() 5862 Committed stable 7/7 +1−1 Jianghua yang (yjhjstz.gmail.com) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months ago
GNU/Hurd portability patches 5882 Committed 7/7 +9−9 Michael Banck (mbanck) Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Verify predefined LWLocks tranches have entries in wait_event_names.txt 5926 Committed 19 10/10 +156−118 Bertrand Drouvot (bertranddrouvot.pg) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 month ago
Monitoring & Control
track generic and custom plan calls in pg_stat_statements 5634 Committed 9/10 +589−28 Sami Imseih (simseih) Nikolay Samokhvalov (nikolay), Greg Sabino Mullane (greg), Ilia Evdokimov (ilidock95) Michael Paquier (michael-kun) 1 4 weeks ago
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 1 month ago
Improve explicit cursor handling in pg_stat_statements 5733 Committed 7/7 +294−15 Sami Imseih (simseih) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 month ago
queryId constant squashing does not support prepared statements 5801 Committed 7/7 +152−59 Sami Imseih (simseih) Álvaro Herrera (alvherre) 1 2 months ago
Performance
optimizations for dumping statistics 5678 Committed 18 7/7 +276−64 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
Reduce "Var IS [NOT] NULL" quals during constant folding 5685 Committed 19 10/10 +576−227 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
Performance issues with v18 SQL-language-function changes 5695 Committed 18 7/7 +264−211 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
Add planner expectations for Memoize in EXPLAIN 5697 Committed Performance 19 10/10 +62−12 Ilia Evdokimov (ilidock95) David Rowley (davidrowley) 1 1 month ago
speed up pg_upgrade with many large objects 5737 Committed 19 10/10 +103−6 Nathan Bossart (bossartn) Hannu Krosing (hannukrosing), Saurabh Uttam (saurabhuttam), Nitin Motiani (nitinmotiani) Nathan Bossart (bossartn) 1 1 month ago
Speedup truncations of temporary relation forks 5788 Committed 18 10/10 +19−14 Daniil Davydov (dddaniil) Fujii Masao (masaofujii), Maxim Orlov (m.orlov) Fujii Masao (masaofujii) 1 1 month ago
Pathify RHS unique-ification for semijoin planning 5795 Committed 19 Needs rebase! Richard Guo (richardguo) Richard Guo (richardguo) 1 4 weeks ago
Extend int128.h to more of numeric.c 5853 Committed 19 Needs rebase! Dean Rasheed (deanr) John Naylor (john.naylor) Dean Rasheed (deanr) 1 1 month ago
Saving stack space in nbtree's _bt_first function 5897 Committed 9/10 +3−3 Peter Geoghegan (pgeoghegan) Mircea Cadariu (mcadariu) Peter Geoghegan (pgeoghegan) 2 1 month ago
Procedural Languages
Sanding down some edge cases for PL/pgSQL reserved words 5722 Committed 7/7 +89−14 Tom Lane (tgl) Pavel Stehule (okbobcz) Tom Lane (tgl) 1 2 months ago
Refactoring
Elimination of the repetitive code at the SLRU bootstrap functions 5575 Committed 19 Needs rebase! Evgeny Voropaev (evoro) Álvaro Herrera (alvherre), Aleksander Alekseev (a.alekseev), Andrey Borodin (x4mmm) Álvaro Herrera (alvherre) 2 1 month ago
Selectively invalidate caches in pgoutput module 5629 Committed 7/7 +297−16 Hayato Kuroda (ha-kun), Shlok Kyal (shlokkyal) Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 5 months ago
Minor rework of ALTER TABLE SET RelOptions code 5638 Committed 18 Needs rebase! Nikolay Shaplov (nataraj) Timur Magomedov (tmagomedov) Álvaro Herrera (alvherre) 2 5 months ago
dead code in pg_upgrade 5657 Committed 18 7/7 +7−32 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 5 months ago
Split varlena.c into varlena.c and bytea.c 5665 Committed 10/10 +1201−1156 Aleksander Alekseev (a.alekseev) Peter Eisentraut (petere) Michael Paquier (michael-kun) 1 1 month ago
avoid double scanning in function byteain 5670 Committed 18 Needs rebase! Steven Niu (niushiji) Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
SQL functions: avoid making a tuplestore unnecessarily 5706 Committed 7/7 +85−50 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
Avoid circular header file dependency 5723 Committed 19 10/10 +0−0 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 1 month ago
Use RELATION_IS_OTHER_TEMP where possible 5815 Committed 19 7/7 +5−10 Zhao Junwang (zhjwpku) Ashutosh Bapat (ashutoshbapat), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Remove unused #include's in src/backend/utils/adt/* 5822 Committed 19 7/7 +0−8 Aleksander Alekseev (a.alekseev) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 months ago
Use binaryheap_* macro where appropriate 5857 Committed 19 7/7 +7−7 Aleksander Alekseev (a.alekseev) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
XLogCtl->ckptFullXid is unused 5911 Committed 19 10/10 +0−17 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 1 month ago
More protocol.h replacements this time into walsender.c 5933 Committed 19 10/10 +13−12 Dave Cramer (dcramer) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 3 weeks ago
Replication & Recovery
Logical replication worker Segmentation fault 5666 Committed 7/7 +71−6 Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 4 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 4 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 2 months ago
Fix premature xmin advancement during fast forward decoding 5713 Committed 6/7 +0−0 Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 4 months ago
Log prefix missing for subscriber log messages received from publisher 5745 Committed Needs rebase! vigneshwaran C (vignesh.postgres) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
Logical replication conflict after using pg_createsubscriber under heavy load 5837 Committed Bugfix Logical Replication 18 Needs rebase! Shlok Kyal (shlokkyal) Amit Kapila (amitkapila) 1 1 month ago
pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages 5886 Committed Logical Replication Needs rebase! vigneshwaran C (vignesh.postgres) Alexander Korotkov (smagen) 1 1 month ago
Security
Detect buffer underflow in get_th() 5707 Committed 9/10 +5−0 Alexander Kuznetsov (kuznetsovam) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 8 months ago
Change dispchar for oauth_client_secret 5712 Committed 18 7/7 +0−0 Jacob Champion (jchampion) Jacob Champion (jchampion) 1 4 months ago
Server Features
Cross-type index comparison support in contrib/btree_gin 5535 Committed 10/10 +2791−117 Tom Lane (tgl) Arseniy Mukhin (amukhin) Tom Lane (tgl) 2 1 month ago
Printing window function OVER clauses in EXPLAIN 5640 Committed 7/7 +574−253 Tom Lane (tgl) Tom Lane (tgl) 1 5 months ago
Simplify COALESCE with single argument 5698 Committed 10/10 +55−48 Maksim Milyutin (maksm90) Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Consider explicit incremental sort for Append and MergeAppend 5750 Committed 19 10/10 +217−52 Richard Guo (richardguo) Richard Guo (richardguo) 1 1 month ago
make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock 5752 Committed 19 10/10 +15−7 Jian He (stayreal) wenhui qiu (qiuwenhuifx.163.com) Peter Eisentraut (petere) 1 3 months ago
gcc 15 "array subscript 0" warning at level -O3 5888 Committed 19 10/10 +39−0 Andres Freund (andresfreund) Andres Freund (andresfreund) 2 1 month ago
SQL Commands
SQL:2011 application time 5660 Committed 7/7 +0−0 Paul Jungwirth (pjungwir) Peter Eisentraut (petere) 1 2 months ago
CHECKPOINT unlogged data 5786 Committed 19 Needs rebase! Christoph Berg (myon) Dilip Kumar (dilip.kumar), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Extend COPY FROM with HEADER <integer> to skip multiple lines 5856 Committed 19 10/10 +138−42 Shinya Kato (shinyakato) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 1 month ago
System Administration
Improve verification of recovery_target_timeline GUC. 5519 Committed 19 10/10 +64−3 David Steele (dsteele) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 2 1 month ago
pg_dsm_registry_allocations system view 5652 Committed 19 10/10 +185−2 Florents Tselai (florentst) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month 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 4 months ago
Add pg_get_injection_points() for information of injection points 5696 Committed 19 10/10 +75−0 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 1 month ago
Re-enable SSL log_like tests 5709 Committed 18 7/7 +53−42 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
teach pg_upgrade to handle in-place tablespaces 5728 Committed 19 10/10 +162−70 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago
Addition of %b/backend_type in log_line_prefix of TAP test logs 5765 Committed stable 6/7 +2−2 Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 2 months ago
Missing program_XXX calling in pgbench tests 5823 Committed Testing 7/7 +3−15 Hayato Kuroda (ha-kun) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 months ago
Add tests for binaryheap.c 5860 Committed 19 10/10 +506−0 Aleksander Alekseev (a.alekseev) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 1 month ago