Commitfest 2025-03

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


Status summary: Needs review: 23. Waiting on Author: 27. Ready for Committer: 4. Committed: 153. Moved to next CF: 99. Returned with Feedback: 9. Rejected: 6. Withdrawn: 22. Total: 343.

Active patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state 5029 Needs review 7/7 +121−6 ChangAo Chen (chenchangao) 5 1 month ago
Incremental Sort Cost Estimation Instability 5093 Needs review 18 6/7 +180−32 Andrei Lepikhov (lepikhov) 5 6 months ago
Prevent incorrect entries in pg_stat_activity. 5105 Waiting on Author 6/7 +19−2 Fujii Masao (masaofujii) 4 5 months ago
Fix standby may crash when switching-over in certain special cases 5199 Needs review 7/7 +2−2 pixian shi (pxshi) 4 5 months ago
Fix for consume_xids advancing XIDs incorrectly 5303 Waiting on Author stable 6/7 +0−0 Yushi Ogiwara (yushi) 3 5 months ago
Fix creation of empty .log files during log rotation 5365 Waiting on Author 6/7 +15−12 Arseny Kositsin (arseny114) 2 2 months ago
Miscellaneous
Coccinelle for PostgreSQL development 5509 Needs review 18 6/7 +845−8 Mats Kindahl (matski) 1 2 months ago
Monitoring & Control
Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC 5595 Waiting on Author 18 Needs rebase! James Hunter (hunjmes) 1 1 month ago
Metadata and record block access stats for indexes 5614 Needs review 18 Needs rebase! Mircea Cadariu (mcadariu) 1 3 months ago
Performance
Allow partition-wise join when whole row var is needed 5128 Waiting on Author 18 Needs rebase! Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov) 4 5 months ago
Asynchronous MergeAppend Execution 5129 Waiting on Author Needs rebase! Alexander Pyhalov (a.pyhalov) 4 9 months ago
starjoin join order planning 5553 Needs review 1/7 +288−2 Tomas Vondra (fuzzycz) 1 3 months ago
Improvement of var_eq_non_const() 5588 Needs review 18 7/7 +29−14 Fedor Sigaev (sigaev) 1 2 months ago
SIMD optimization for list_sort and tuple-sort 5607 Needs review 3/7 +1176−7 Rakshit R (rakshtr) 1 2 months ago
Reduce timing overhead of EXPLAIN ANALYZE using rdtsc 5622 Waiting on Author Needs rebase! Andres Freund (andresfreund), Lukas Fittl (lfittl), David Geier (geidav) 1 3 months ago
Refactoring
New [relation] options engine 4688 Waiting on Author Needs rebase! Nikolay Shaplov (nataraj) 7 2 months ago
Beautify read stream "per buffer data" APIs 5617 Needs review 0/1 +90−16 Thomas Munro (macdice) 1 3 months ago
Make numeric type accessible to third-party code. 5623 Needs review stable 13/14 +0−0 Ed Behn (edbehn) 1 2 months ago
Replication & Recovery
Logical replication timeout 5601 Needs review 7/7 +58−33 Marc Rechté (rechtem) 1 2 months ago
SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica 5611 Needs review 7/7 +215−139 Mikhail Litsarev (mikhail.litsarev) 1 1 month ago
Server Features
KNN-btree 4871 Waiting on Author Needs rebase! Nikita Glukhov (n.glukhov), Anton Melnikov (antonmel) 6 6 months ago
VACUUM FULL / CLUSTER CONCURRENTLY 5117 Needs review 18 7/7 +1259−207 Antonin Houska (a.houska) 4 1 month ago
Remove extra Sort node above a btree-compatible Index Scan 5606 Needs review 19 Not processed Alexandra Wang (alexandrawang) 1 3 months ago
Extensible storage manager API 5616 Waiting on Author Needs rebase! Andreas Karlsson (kandreas), Anastasia Lubennikova (lubennikovaav), Matthias van de Meent (mmeent), Tristan Partin (tristan957) 1 2 months ago
SQL Commands
explain plans for foreign servers 5525 Waiting on Author Needs rebase! dinesh salve (dinesh-salve) 1 2 months ago
System Administration
Enable fine-grained control over what gets logged on connection attempt (reduces log size) 5609 Waiting on Author 18 Needs rebase! Sergey Dudoladov (sdudoladov) 1 2 months ago

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Network failure may prevent promotion 4748 Committed 7/7 +52−202 Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki) 7 1 month ago
Incorrect error message for cancellation triggered by statement_timeout & flaky test 5070 Moved to next CF stable 6/7 +16−5 Jelte Fennema-Nio (jeltef) 6 3 months ago
inplace update: send nontransactional invalidations 5091 Moved to next CF stable 6/7 +3−0 Noah Misch (nmisch) Noah Misch (nmisch) 6 3 weeks ago
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY 5160 Moved to next CF stable 6/7 +1567−50 Michail Nikolaev (nkey) 5 2 weeks ago
Fix RelationTruncate() corruption 5242 Committed Not processed Robert Haas (rhaas), Thomas Munro (macdice) Thomas Munro (macdice) 3 1 month ago
ensure we have a snapshot when dropping an index concurrently 5262 Moved to next CF stable Needs rebase! Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 yesterday
bt_index_parent_check false alarm for indexes created concurrently 5438 Moved to next CF 6/7 +69−39 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) 3 5 months ago
Incorrect result of bitmap heap scan. 5448 Committed stable 7/7 +127−132 Matthias van de Meent (mmeent) Andres Freund (andresfreund) 2 1 month ago
Fix logging for invalid recovery timeline 5468 Committed stable 7/7 +3−3 David Steele (dsteele) Michael Paquier (michael-kun) 2 3 months ago
Re: BUG #18741: Detaching a partition referencing a partitioned table fails with a trigger-related error 5484 Withdrawn stable 7/7 +104−6 1 5 months ago
lower default value of autovacuum_worker_slots in initdb as needed 5491 Committed 18 Not processed Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 months ago
ecpg command does not warn COPY ... FROM STDIN; 5497 Committed stable Not processed Ryo Kanbayashi (ryokanbayashi) Fujii Masao (masaofujii) 1 4 months ago
At update of non-LP_NORMAL TID, fail instead of corrupting page header 5518 Committed stable 0/1 +0−0 Noah Misch (nmisch) Noah Misch (nmisch) 1 1 month ago
SIGSEGV, FPE fix in pg_controldata 5527 Committed stable Not processed Anton Voloshin (a.voloshin), Ian Ilyasov (ianilyasov) Alexander Korotkov (smagen) 1 3 months ago
Fix buffer pinning logic in [SP-]Gist 5542 Moved to next CF 6/7 +1429−140 Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent), Mihail Nikalayeu (mihailnikalayeu) 2 1 month ago
fix for bug #18815 5582 Committed stable 7/7 +35−21 Tom Lane (tgl) Tom Lane (tgl) 1 1 month ago
Missing [NO] INDENT flag in XMLSerialize backward parsing 5587 Committed 16 7/7 +0−0 Jim Jones (jimus) Michael Paquier (michael-kun) 1 3 months ago
Fix race condition between role grants and DROP ROLE 5589 Committed stable Needs rebase! Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Avoid infinite loop in checkpointer 5612 Moved to next CF 6/7 +109−41 Maxim Orlov (m.orlov) 2 1 month ago
Corrupted FSM page is not saved after zeroing. 5615 Moved to next CF 5/7 +3−0 Anton Melnikov (antonmel) 2 2 months ago
Not-terribly-safe checks for CRC intrinsic support 5653 Committed 34/35 +0−0 Tom Lane (tgl) Tom Lane (tgl) 1 2 months ago
Clients
Add Option to Check All Addresses For Matching target_session_attr 5396 Moved to next CF 18 Needs rebase! Andrew Jackson (andrewjackson) 3 2 weeks ago
Tab completion for ALTER USER RESET 5414 Committed 18 7/7 +28−0 Robins Tharakan (robins) Tomas Vondra (fuzzycz) 2 3 months ago
Documentation
Document NULL Concepts and Behaviors 5086 Moved to next CF 6/7 +1279−160 David Johnston (polobo) 6 2 months ago
Doc: Improve hostssl related descriptions and option presentation 5088 Withdrawn Needs rebase! David Johnston (polobo) 5 2 months ago
Use "protocol options" name instead of "protocol extensions" everywhere 5341 Rejected 7/7 +4−4 Jelte Fennema-Nio (jeltef) 3 2 months ago
DOCS for generated column replication 5502 Rejected 7/7 +146−0 Peter Smith (smithpb2250) 1 2 months ago
split func.sgml to separated individual sgml files 5515 Moved to next CF 6/7 +44−1 Jian He (stayreal) 2 2 months ago
Document hostssl related concepts better 5549 Withdrawn Needs rebase! David Johnston (polobo) 1 2 months ago
DOCS - Generated Column Logical Replication Examples 5590 Withdrawn 18 7/7 +146−0 Peter Smith (smithpb2250) 1 2 months ago
A small correction to doc and comment of FSM for indexes 5598 Committed stable 7/7 +2−2 Alex Friedman (afriedman) Michael Paquier (michael-kun) 1 2 months ago
Miscellaneous
Avoid orphaned objects dependencies, take 3 4942 Moved to next CF 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 6 1 week ago
[PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. 5184 Rejected 7/7 +61−0 Nishant Sharma (nishant-at-edb) 4 2 months ago
Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c 5291 Committed 6/7 +2−3 Tender Wang (tndrwang) Alexander Korotkov (smagen) 3 2 months ago
System views for versions reporting 5318 Moved to next CF stable Needs rebase! Dmitry Dolgov (erthalion) 4 1 month ago
Unicode 16 update 5472 Committed 7/7 +7442−6609 Peter Eisentraut (petere), Jeff Davis (jdavis) Peter Eisentraut (petere) 2 1 month ago
read stream on amcheck 5488 Committed 7/7 +79−24 Matheus Alcantara (matheus.alcantara) Melanie Plageman (melanieplageman) 1 2 months ago
Optimizing FastPathTransferRelationLocks() 5494 Committed 7/7 +16−12 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 2 months ago
convert libpgport's pqsignal() to a void function 5507 Committed 18 Not processed Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 4 months ago
Remove unused helpers that don't compile anymore 5510 Committed Not processed Jacob Brazeal (polkerty) Tom Lane (tgl) 1 4 months ago
Add a function to get the version of installed extension 5514 Withdrawn 0/1 +0−0 Yugo Nagata (yugo.nagata) 1 2 months ago
describe special values in GUC descriptions more consistently 5564 Committed 18 Not processed Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 3 months ago
Make pg_trgm aware the default 'char' signedness difference in cross-arch replication 5569 Committed 7/7 +15−3 Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 1 2 months ago
Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup 5570 Moved to next CF 18 6/7 +243−45 Jelte Fennema-Nio (jeltef) 2 1 month ago
noreturn attribute for MSVC, C11 5571 Committed Needs rebase! Peter Eisentraut (petere) Peter Eisentraut (petere) 1 2 months ago
Increase maximum allowed io_combine_limit to 1MB 5618 Committed Needs rebase! Thomas Munro (macdice) Thomas Munro (macdice) 1 2 months ago
Monitoring & Control
relfilenode statistics 5007 Moved to next CF 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 6 2 months ago
Enhance file_fdw to report processed and skipped tuples in COPY progress 5282 Withdrawn Needs rebase! Fujii Masao (masaofujii) 3 2 months ago
improve DEBUG1 logging of parallel workers for CREATE INDEX 5490 Withdrawn Not processed Sami Imseih (simseih) 1 3 months ago
per backend WAL statistics 5492 Committed 18 7/7 +183−26 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 1 month ago
Non-text mode for pg_dumpall 5495 Committed 18 7/8 +1951−430 Mahendra Singh Thalor (mahithalor) Andrew Dunstan (adunstan) 1 1 month ago
pg_stat_statements: improve loading and saving routines for the dump file. 5512 Rejected 7/7 +10−4 Mikhail Litsarev (mikhail.litsarev) 1 1 month ago
Move wal_buffers_full to WalUsage (and report it in pgss/explain) 5551 Committed 18 Not processed Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 3 months ago
Draft for basic NUMA observability 5558 Committed 18 7/7 +1179−11 Jakub Wartak (jakub.wartak.tomtom) Tomas Vondra (fuzzycz) 1 1 month ago
allow extensions to set a plan identifier 5593 Committed 18 7/7 +95−0 Sami Imseih (simseih) Michael Paquier (michael-kun) 1 1 month ago
Improve monitoring of shared memory allocations 5620 Moved to next CF 18 6/7 +198−51 Rahila Syed (rahila) Tomas Vondra (fuzzycz) 2 2 weeks ago
Performance
Index Prefetching 4351 Moved to next CF 7/7 +4395−192 Tomas Vondra (fuzzycz) 11 4 weeks ago
Reducing memory consumed by RestrictInfo list translations in partitionwise join planning 4564 Committed 7/7 +389−77 Ashutosh Bapat (ashutoshbapat) Amit Langote (amitlan) 8 1 month ago
Sort functions with specialized comparators 5036 Committed 6/7 +34−48 Andrey Borodin (x4mmm), Stepan Neretin (fenixrnd.mail.ru) John Naylor (john.naylor) 5 3 months ago
Streaming Vacuum 5089 Committed Not processed Thomas Munro (macdice), Melanie Plageman (melanieplageman) Melanie Plageman (melanieplageman) 5 3 months ago
MergeJoin beats HashJoin in the case of multiple hash clauses 5114 Committed Needs rebase! Andrei Lepikhov (lepikhov) Alexander Korotkov (smagen) 4 1 month ago
Improve statistics estimation considering GROUP-BY as a 'uniqueiser' 5269 Committed 18 2/7 +37−0 Andrei Lepikhov (lepikhov) Alexander Korotkov (smagen) 3 3 months ago
Limiting overshoot in nbtree SAOP parallel index scans 5299 Moved to next CF 6/7 +151−23 Matthias van de Meent (mmeent) 4 2 weeks ago
Let an Append to consider a tuple fraction when choosing fractional subpaths 5361 Committed 18 Needs rebase! Andrei Lepikhov (lepikhov), Nikita Malakhov (nmalakh) Alexander Korotkov (smagen) 2 2 months ago
Using Expanded Objects other than Arrays from plpgsql 5364 Committed Not processed Tom Lane (tgl) Tom Lane (tgl) 2 3 months ago
Eagerly scan all-visible pages to amortize aggressive vacuum 5366 Committed Not processed Melanie Plageman (melanieplageman) Melanie Plageman (melanieplageman) 2 3 months ago
optimize file transfer in pg_upgrade 5369 Committed 18 7/7 +642−80 Nathan Bossart (bossartn) Nathan Bossart (bossartn) 2 2 months ago
Adding compression of temporary files 5382 Moved to next CF 4/7 +3842−16 Filip Januš (fjanus) 3 1 month ago
[PERF] Improve Cardinality Estimation for Joins with GROUP BY Having Single Clause 5422 Withdrawn 18 7/7 +0−0 Ravi Revathy (revathyraavi) 2 2 months ago
Eliminating SPI / SQL from some RI trigger functions 5450 Moved to next CF 19 Needs rebase! Amit Langote (amitlan) 3 1 month ago
Speed up ICU case conversions 5474 Returned with feedback 2/7 +86−41 Andreas Karlsson (kandreas) 2 2 months ago
handle batch explosion in hash joins 5482 Committed 2/7 +5635−0 Tomas Vondra (fuzzycz) Tomas Vondra (fuzzycz) 2 3 months ago
Exists pull-up application with JoinExpr 5487 Moved to next CF Needs rebase! Alena Rybakina (alenka) 2 1 month ago
Allow to use an index for ILIKE in more cases 5505 Withdrawn 18 Needs rebase! Yugo Nagata (yugo.nagata) 1 2 months ago
quick and dirty fix: Quadratic planning time for ordered paths over partitioned tables 5516 Rejected 18 Not processed 1 4 months ago
SVE popcount support 5521 Withdrawn Not processed 1 2 months ago
Expanding HOT updates for expression and partial indexes 5556 Moved to next CF 19 6/7 +1639−105 Greg Burd (gregburd) 2 2 months ago
Reduce TupleHashEntryData struct size by half 5561 Committed 18 7/7 +72−73 Jeff Davis (jdavis) Jeff Davis (jdavis) 1 2 months ago
Use Bump allocator for HashAgg 5562 Committed 18 Needs rebase! Jeff Davis (jdavis) Jeff Davis (jdavis) 1 3 months ago
sinvaladt.c: remove msgnumLock 5573 Moved to next CF 18 6/7 +36−44 Yura Sokolov (funny_falcon) 2 3 weeks ago
Avoid O(N^2) script parsing cost in pgbench 5599 Committed 7/7 +98−66 Tom Lane (tgl) Tom Lane (tgl) 1 3 months ago
Read stream scalability improvements and AIO-compatibility 5619 Committed Needs rebase! Thomas Munro (macdice) Thomas Munro (macdice) 1 1 month ago
Compress big WAL records 5621 Moved to next CF Needs rebase! Andrey Borodin (x4m) 2 4 months ago
Procedural Languages
Use Python "Limited API" in PL/Python 5416 Committed 7/7 +0−0 Peter Eisentraut (petere) Peter Eisentraut (petere) 2 2 months ago
Refactoring
Refactor bytea_sortsupport() 5288 Returned with feedback Not processed Aleksander Alekseev (a.alekseev) 3 5 months ago
Collation and ctype method tables and extension hooks 5301 Moved to next CF Needs rebase! Jeff Davis (jdavis) 4 4 months ago
Clarify FileTag-based unlinking 5454 Moved to next CF 6/7 +10−7 Matthias van de Meent (mmeent) 3 5 months ago
Don't dirty pages while they are getting flushed out 5483 Moved to next CF Needs rebase! Andres Freund (andresfreund) 3 2 months ago
Getting rid of CaseTestExpr 5531 Withdrawn Not processed Tom Lane (tgl) 1 3 months ago
ctype method table 5559 Withdrawn 18 Not processed Jeff Davis (jdavis) 1 3 months ago
Remove wal_[sync|write][_time] from pg_stat_wal and track_wal_io_timing 5579 Committed 18 7/7 +30−227 Bertrand Drouvot (bertranddrouvot.pg) Michael Paquier (michael-kun) 1 3 months ago
moving some code out of explain.c 5584 Committed 7/7 +0−0 Robert Haas (rhaas) Robert Haas (rhaas) 1 3 months ago
Replication & Recovery
Return pg_control from pg_backup_stop(). 4997 Moved to next CF 18 6/7 +181−30 David Steele (dsteele) 6 4 months ago
Enable logical decoding when wal_level = 'replica' without a server restart 5479 Moved to next CF Needs rebase! Masahiko Sawada (masahikosawada) 3 1 week ago
Don't ignore recovery conflict interrupt on blocked writing 5504 Withdrawn Needs rebase! Anthonin Bonnefoy (bonnefoa) 1 4 months ago
SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica 5513 Withdrawn 18 7/7 +215−140 Mikhail Litsarev (mikhail.litsarev) 1 1 month ago
Filter irrelevant change before reassemble transactions during logical decoding 5592 Withdrawn 7/7 +0−0 Jie Li (adger), Ajin Cherian (ajinc), Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 2 days ago
Security
Make query cancellation keys longer 4870 Committed 7/7 +786−161 Heikki Linnakangas (heikki), Jelte Fennema-Nio (jeltef) Heikki Linnakangas (heikki) 4 1 month ago
Extension security improvement: Add support for extensions with an owned schema 5018 Moved to next CF 18 6/7 +326−62 Jelte Fennema-Nio (jeltef) 6 7 months ago
revamp row-security tracking 5397 Moved to next CF 19 6/7 +25−17 Nathan Bossart (bossartn) 3 3 months ago
Modern SHA2- based password hashes for pgcrypto 5481 Committed 18 7/7 +1164−2 Bernd Helmle (psoo) Álvaro Herrera (alvherre) 2 1 month ago
Server Features
Sequence Access Methods, round two 4677 Moved to next CF 6/7 +2753−795 Michael Paquier (michael-kun) 8 1 month ago
Eager aggregation, take 3 4881 Moved to next CF 19 Needs rebase! Richard Guo (richardguo) 6 4 months ago
CREATE DATABASE ... STRATEGY=FILE_CLONE 4886 Committed 2/7 +170−3 Thomas Munro (macdice), Nazir Bilal Yavuz (nbyavuz) Thomas Munro (macdice) 5 1 month ago
CREATE INDEX CONCURRENTLY for partitioned tables 5004 Moved to next CF 2/7 +520−78 Justin Pryzby (justinpryzby), Ilya Gladyshev (qoops) 6 7 months ago
WAL-logging facility for pgstats kinds 5466 Withdrawn 18 Not processed Michael Paquier (michael-kun) 2 3 months ago
Extended Statistics set/restore/clear functions 5517 Moved to next CF 6/7 +2961−35 Corey Huinker (coreyh) 2 2 days ago
SCRAM pass-through authentication for dblink connections 5534 Committed 7/7 +503−9 Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 1 2 months ago
Cross-type index comparison support in contrib/btree_gin 5535 Moved to next CF 6/7 +2548−116 Tom Lane (tgl) 2 2 months ago
making EXPLAIN extensible 5613 Committed 7/7 +0−0 Robert Haas (rhaas) Robert Haas (rhaas) 1 2 months ago
SQL Commands
Incremental View Maintenance (IVM), take 2 4337 Moved to next CF Needs rebase! Yugo Nagata (yugo.nagata) 11 9 months ago
Virtual generated columns 4972 Committed Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 5 3 months ago
Support POSITION with nondeterministic collations 5209 Committed 7/7 +247−48 Peter Eisentraut (petere) Peter Eisentraut (petere) 4 3 months ago
Allow subfield references without parentheses 5449 Returned with feedback Not processed Peter Eisentraut (petere) 2 5 months ago
NOT VALID foreign key constraints on partitioned tables 5503 Committed 18 0/1 +0−0 Amul Sul (sulamul) Álvaro Herrera (alvherre) 1 4 months ago
Support for NO INHERIT to INHERIT state change with named NOT NULL constraints 5528 Committed 18 7/7 +901−16 Suraj Kharage (surajk) Álvaro Herrera (alvherre) 1 2 months ago
Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints 5554 Committed 18 7/7 +1101−106 Rushabh Lathia (rlathia) Álvaro Herrera (alvherre) 1 1 month ago
System Administration
log_min_messages per backend type 5447 Moved to next CF 18 2/7 +352−25 Euler Taveira (eulerto) 3 2 months ago
vacuumdb changes for stats import/export 5523 Committed 18 7/7 +406−139 Corey Huinker (coreyh), Nathan Bossart (bossartn) Nathan Bossart (bossartn) 1 2 months ago
Testing
Add NetBSD and OpenBSD OSes to Postgres CI 5360 Committed Needs rebase! Nazir Bilal Yavuz (nbyavuz) Andres Freund (andresfreund) 3 1 month ago
Disable installcheck for tap and regress tests for injection_points module 5410 Withdrawn 18 2/7 +77−0 Michail Nikolaev (nkey) 2 3 months ago
Parallel tests publication and subscription might fail due to concurrent tuple update 5459 Rejected 16 6/7 +4−2 Jelte Fennema-Nio (jeltef) 2 2 months ago
tests for pg_stat_progress_copy.tuples_skipped 5536 Committed stable 7/7 +17−4 Jian He (stayreal) Fujii Masao (masaofujii) 1 2 months ago
Injection points for HashAgg 5560 Committed 18 Needs rebase! Jeff Davis (jdavis) Jeff Davis (jdavis) 1 3 months ago
Fix 035_standby_logical_decoding.pl race conditions 5568 Committed 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Amit Kapila (amitkapila) 1 1 month ago