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: 22. Waiting on Author: 2. Ready for Committer: 1. Committed: 139. Moved to next CF: 193. Returned with Feedback: 9. Rejected: 1. Withdrawn: 21. Total: 388.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
declarative session variables, LET command 1608 Moved to different CF DDL 10/10 +3003−37 Pavel Stehule (okbobcz) Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Laurenz Albe (laurenz), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv), Jim Jones (jimus), newtglobal postgresql_contributors (newtpostgrescontributors) 41 1 month ago
Add pg_stat_session 3405 Moved to different CF Monitoring Needs rebase! Rafia Sabih (rafia.sabih), Sergey Dudoladov (sdudoladov) Bertrand Drouvot (bdrouvot), Atsushi Torikoshi (atsushitorikoshi), Andrei Zubkov (zubkov), Sadeq Dousti (msdousti) 19 1 year ago
Add SPLIT PARTITION/MERGE PARTITIONS commands 3659 Moved to different CF SQL Commands 19 10/10 +8227−46 Dmitry Koval (d.koval) stephane tachoires (sttachoires) Alexander Korotkov (smagen) 17 4 months ago
Add XMLCanonicalize function 4237 Moved to different CF SQL Commands 19 10/10 +509−0 Jim Jones (jimus) Pavel Stehule (okbobcz), Oliver Ford (ojford), Yogesh Sharma (sharmay), newtglobal postgresql_contributors (newtpostgrescontributors) 16 1 month ago
Incremental View Maintenance (IVM), take 2 4337 Moved to different CF SQL Commands Needs rebase! Yugo Nagata (yugo.nagata) Alexandre Felipe (afelipe) 16 2 months ago
Index Prefetching 4351 Moved to different CF Performance Needs rebase! Peter Geoghegan (pgeoghegan), Tomas Vondra (fuzzycz) Jerry Zhang (xingtanzjr) 15 4 weeks ago
add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl 4390 Moved to different CF Security Needs rebase! Cary Huang (cary) Daniel Gustafsson (d_gustafsson), Jacob Champion (jchampion) 12 11 months ago
Implement row pattern recognition feature 4460 Moved to different CF SQL Commands 19 10/10 +46915−45 Tatsuo Ishii (ishii), Henson Choi (assam258.gmail.com) Vik Fearing (xocolatl), Jacob Champion (jchampion), Ningwei Chen (chen-5033), Henson Choi (assam258.gmail.com) 15 yesterday
CREATE SUBSCRIPTION ... SERVER 4529 Moved to different CF DDL Needs rebase! Jeff Davis (jdavis) Masahiko Sawada (masahikosawada), vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) Jeff Davis (jdavis) 12 1 month ago
Sequence Access Methods, round two 4677 Moved to different CF Needs rebase! Michael Paquier (michael-kun) 12 3 months ago
Make COPY format extendable: Extract COPY TO format implementations 4681 Moved to different CF SQL Commands Needs rebase! Kouhei Sutou (kou) Masahiko Sawada (masahikosawada), Zhao Junwang (zhjwpku), Yong Li (yoli) 11 1 month ago
COPY TO json 4716 Moved to different CF SQL Commands 10/10 +620−65 Joe Conway (jconway) Masahiko Sawada (masahikosawada), Richard Yen (richyen) Andrew Dunstan (adunstan) 10 1 month ago
Set log_lock_waits=on by default 4718 Moved to different CF GUC Monitoring 19 10/10 +4−4 Laurenz Albe (laurenz) Michael Banck (mbanck) Peter Eisentraut (petere) 9 7 months ago
Support a wildcard in backtrace_functions 4735 Moved to different CF GUC Help - Bikeshedding Needs rebase! Jelte Fennema-Nio (jeltef) Daniel Gustafsson (d_gustafsson), Bharath Rupireddy (bharathrupireddy) Daniel Gustafsson (d_gustafsson) 13 1 year ago
psql: Rethinking of \du command 4738 Moved to different CF libpq 10/10 +72−126 Pavel Luzanov (p.luzanov@postgrespro.ru) David Johnston (polobo), Wen Yi (wenyi) 8 10 months ago
Adding comments to help understand psql hidden queries 4764 Moved to different CF libpq 9/10 +217−100 David Christensen (davidchristensen), Greg Sabino Mullane (greg) Tom Lane (tgl) Tom Lane (tgl) 8 1 month ago
COPY ON_ERROR 'NULL' 4810 Moved to different CF 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 month ago
COPY (on_error table) saving error info to a table 4817 Moved to different CF 10/10 +919−56 Jian He (stayreal) Nishant Sharma (nishant-at-edb) 10 5 hours ago
KNN-btree 4871 Moved to different CF Needs rebase! Nikita Glukhov (n.glukhov), Anton Melnikov (antonmel) 8 1 year ago
Eager aggregation, take 3 4881 Moved to different CF 19 10/10 +0−0 Richard Guo (richardguo) Richard Guo (richardguo) 8 6 months ago
SQL Property Graph Queries (SQL/PGQ) 4904 Moved to different CF 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 1 month ago
Avoid orphaned objects dependencies, take 3 4942 Moved to different CF DDL PGConf.dev 18 10/10 +642−8 Bertrand Drouvot (bertranddrouvot.pg) Robert Haas (rhaas) 11 1 week ago
Fix BackgroundPsql to report error on query timeout rather than calling die 4959 Moved to different CF Bugfix 18 10/10 +6−8 Daniel Gustafsson (d_gustafsson) Heikki Linnakangas (heikki), Tom Lane (tgl) Daniel Gustafsson (d_gustafsson) 7 2 months ago
[CREATE|RE] INDEX CONCURRENTLY with single heap scan 4971 Moved to different CF Performance DDL 19 3/10 +3060−484 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Matthias van de Meent (mmeent) 10 3 weeks ago
Serverside SNI for SSL connections 4984 Moved to different CF Security 10/10 +9−3 Daniel Gustafsson (d_gustafsson) Jacob Champion (jchampion) Daniel Gustafsson (d_gustafsson) 8 1 month ago
Return pg_control from pg_backup_stop(). 4997 Moved to different CF 19 10/10 +199−27 David Steele (dsteele) 11 3 weeks ago
relfilenode statistics 5007 Moved to different CF Monitoring 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) 11 1 month ago
Vacuum statistics 5012 Moved to different CF Monitoring 19 10/10 +4667−10 Andrei Lepikhov (lepikhov), Andrei Zubkov (zubkov), Alena Rybakina (alenka) Ilia Evdokimov (ilidock95) 11 1 week ago
Extension security improvement: Add support for extensions with an owned schema 5018 Moved to different CF Security Extensions Needs rebase! Jelte Fennema-Nio (jeltef) Sadeq Dousti (msdousti), Artem Gavrilov (artem.gavrilov) 11 1 month ago
new plpgsql.extra_errors check - strict_expr_check 5044 Moved to different CF 9/10 +172−18 Pavel Stehule (okbobcz) Gilles Darold (darold), Kirk Wolak (kirkw), newtglobal postgresql_contributors (newtpostgrescontributors) 9 5 months ago
Incorrect error message for cancellation triggered by statement_timeout & flaky test 5070 Moved to different CF Bugfix Flakyfix stable 10/10 +33−15 Jelte Fennema-Nio (jeltef) Yogesh Sharma (sharmay), Akshat Jaimini (akshatj) 11 3 months ago
Inline non-SQL SRFs 5083 Moved to different CF Performance 19 10/10 +755−115 Paul Jungwirth (pjungwir) Tom Lane (tgl) Tom Lane (tgl) 5 5 months ago
Document NULL Concepts and Behaviors 5086 Moved to different CF Docs Only 18 10/10 +1360−161 David Johnston (polobo) 9 3 months ago
Doc: Move and modify standalone hot backups section 5087 Moved to different CF Docs Only 9/10 +139−139 David Johnston (polobo) Marlene Reiterer (marlene.rte) 7 1 year ago
Add XMLCast (SQL/XML X025) 5110 Moved to different CF SQL Commands 19 10/10 +2746−26 Jim Jones (jimus) Vik Fearing (xocolatl), newtglobal postgresql_contributors (newtpostgrescontributors) 11 1 month ago
Synchronization of sequences to subscriber 5111 Moved to different CF Logical Replication 10/10 +357−49 vigneshwaran C (vignesh.postgres) Dilip Kumar (dilip.kumar), Masahiko Sawada (masahikosawada), Hayato Kuroda (ha-kun), Peter Smith (smithpb2250), Shlok Kyal (shlokkyal) Amit Kapila (amitkapila) 7 5 months ago
VACUUM FULL / CLUSTER CONCURRENTLY 5117 Moved to different CF DDL 9/10 +6−4 Antonin Houska (a.houska) Álvaro Herrera (alvherre), Mihail Nikalayeu (mihailnikalayeu) Álvaro Herrera (alvherre) 9 3 weeks ago
DirtySnapshot index scan skips concurrently updated tuples leading to lost updates/deletes in logical replication 5151 Moved to different CF Bugfix Logical Replication Help - Stuck Rebasing stable 10/10 +613−48 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Luan Silva (luansilva) 9 4 weeks ago
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY 5160 Moved to different CF Bugfix stable Needs rebase! Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Álvaro Herrera (alvherre) 7 3 months ago
Make MultiXactOffset 64-bit type 5205 Moved to different CF 18 10/10 +1792−703 Maxim Orlov (m.orlov) Heikki Linnakangas (heikki) 6 5 months ago
SQL:2023 JSON simplified accessor support 5214 Moved to different CF SQL Commands 19 Needs rebase! Alexandra Wang (alexandrawang) Peter Eisentraut (petere), Vik Fearing (xocolatl), Jelte Fennema-Nio (jeltef), Chao Li (chaol) 9 1 month ago
Add IGNORE NULLS to Window functions 5230 Moved to different CF SQL Commands 19 10/10 +3−1 Oliver Ford (ojford) Tatsuo Ishii (ishii), Krasiyan Andreev (krasiyan) Tatsuo Ishii (ishii) 5 7 months ago
Allow CI to only run the compiler warnings task 5249 Moved to different CF Testing 18 Needs rebase! Bertrand Drouvot (bertranddrouvot.pg) Rustam ALLAKOV (rustam.allakov) 5 11 months ago
Refactor SLRU to always use long file names 5250 Moved to different CF Refactoring Only 10/10 +95−84 Aleksander Alekseev (a.alekseev) 9 4 weeks ago
libpq: Fix processing of SSL records >8kB on async API 5251 Moved to different CF Bugfix Backport libpq stable 10/10 +208−11 Jacob Champion (jchampion), Lars Kanis (larsk) Jacob Champion (jchampion) 8 1 month ago
jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part 5270 Moved to different CF SQL Commands Needs rebase! Florents Tselai (florentst) David Wheeler (theory) Andrew Dunstan (adunstan) 5 1 month ago
Add GUC log_parameter_max_length to limit logged SQL statements 5272 Moved to different CF GUC Good First Review 19 10/10 +263−38 Kirill Gavrilov (diphantxm) Fujii Masao (masaofujii), Jim Jones (jimus) Fujii Masao (masaofujii) 6 5 days ago
Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) 5279 Moved to different CF SQL Commands 19 10/10 +1559−59 Jim Jones (jimus) newtglobal postgresql_contributors (newtpostgrescontributors) 9 1 month ago
Streaming Replication vs Logical 5296 Moved to different CF Docs Only 10/10 +31−22 Paul Jungwirth (pjungwir) Robert Treat (xzilla) Bruce Momjian (bmomjian) 4 4 months ago
Collation and ctype method tables and extension hooks 5301 Moved to different CF Refactoring Only Needs rebase! Jeff Davis (jdavis) Peter Eisentraut (petere) Jeff Davis (jdavis) 5 10 months ago
System views for versions reporting 5318 Moved to different CF Monitoring stable Needs rebase! Dmitry Dolgov (erthalion) Laurenz Albe (laurenz) 9 5 months ago
Changing shared_buffers without restart 5319 Moved to different CF Needs rebase! Dmitry Dolgov (erthalion) Vladlen Popolitov (vladlenpopolitov) 8 2 months ago
Support enabling checksums online 5323 Moved to different CF 10/10 +95−18 Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) Tomas Vondra (fuzzycz) Daniel Gustafsson (d_gustafsson) 7 3 weeks ago
Parallel heap vacuum 5326 Moved to different CF Performance Needs rebase! Masahiko Sawada (masahikosawada) Hayato Kuroda (ha-kun) 7 7 months ago
Logging plan of the currently running query 5330 Moved to different CF Monitoring 18 Needs rebase! Atsushi Torikoshi (atsushitorikoshi) Hironobu Suzuki (suzuki_hironobu), Sadeq Dousti (msdousti) 9 1 month ago
Conflict detection for update_deleted in logical replication 5378 Moved to different CF Logical Replication Needs rebase! Zhijie Hou (houzj) Dilip Kumar (dilip.kumar), Hayato Kuroda (ha-kun), vigneshwaran C (vignesh.postgres) Amit Kapila (amitkapila) 4 7 months ago
Fix bug with accessing to temporary tables of other sessions 5379 Moved to different CF Bugfix Backport 18 10/10 +304−12 Daniil Davydov (dddaniil) Tom Lane (tgl), Rafia Sabih (rafia.sabih), Jim Jones (jimus), Soumya S Murali (soumyamurali) 8 2 days ago
Adding compression of temporary files 5382 Moved to different CF Performance Needs rebase! Filip Januš (fjanus) Zsolt Parragi (zsolt.parragi), lakshmi g (lakshmi) 6 1 month ago
Add Option to Check All Addresses For Matching target_session_attr 5396 Moved to different CF libpq 18 10/10 +334−10 Andrew Jackson (andrewjackson) Andrey Borodin (x4m) 7 1 month ago
revamp row-security tracking 5397 Moved to different CF Security 19 9/10 +25−17 Nathan Bossart (bossartn) 5 1 year ago
Add 'make check-tests' behavior to the meson based builds 5405 Moved to different CF Testing 19 10/10 +16−6 Nazir Bilal Yavuz (nbyavuz) Ashutosh Bapat (ashutoshbapat), Josef Šimánek (retro), Jian He (stayreal) Andrew Dunstan (adunstan) 5 5 months ago
postgres_fdw could deparse ArrayCoerceExpr 5409 Moved to different CF 18 10/10 +0−0 Alexander Pyhalov (a.pyhalov) Maxim Orlov (m.orlov) Alexander Korotkov (smagen) 4 9 months ago
Add XMLDocument (SQL/XML X030) 5431 Moved to different CF SQL Commands 19 10/10 +258−1 Jim Jones (jimus) Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) 8 1 month ago
bt_index_parent_check false alarm for indexes created concurrently 5438 Moved to different CF Bugfix Backport 10/10 +70−40 Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) Andrey Borodin (x4m) Álvaro Herrera (alvherre) 6 3 months ago
using index to speedup add not null constraints to a table 5444 Moved to different CF Needs rebase! Jian He (stayreal) Tanzeel Khan (tanzeelk) 7 4 weeks ago
log_min_messages per backend type 5447 Moved to different CF GUC System Administration 19 10/10 +398−43 Euler Taveira (eulerto) Surya Poondla (spoondla) Álvaro Herrera (alvherre) 7 2 months ago
Eliminating SPI / SQL from some RI trigger functions 5450 Moved to different CF Performance 19 9/10 +0−0 Amit Langote (amitlan) Haibo Yan (billyean) Amit Langote (amitlan) 5 3 weeks ago
Clarify FileTag-based unlinking 5454 Moved to different CF Refactoring Only 10/10 +10−7 Matthias van de Meent (mmeent) Surya Poondla (spoondla) 5 1 month ago
refactor AlterDomainAddConstraint (alter domain add constraint) 5455 Moved to different CF 18 10/10 +101−6 Jian He (stayreal) Peter Eisentraut (petere) 5 1 year ago
Add XMLNamespaces option to XMLElement 5456 Moved to different CF SQL Commands 19 10/10 +1242−41 Pavel Stehule (okbobcz), Jim Jones (jimus) Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) 8 1 month ago
speedup COPY TO for partitioned table 5467 Moved to different CF 19 10/10 +200−36 Jian He (stayreal) vigneshwaran C (vignesh.postgres), Kirill Reshke (reshke), Atsushi Torikoshi (atsushitorikoshi), newtglobal postgresql_contributors (newtpostgrescontributors) Masahiko Sawada (masahikosawada) 5 6 months ago
SQL/JSON json_table PLAN clause 5478 Moved to different CF 18 Needs rebase! Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrew Dunstan (adunstan), Amit Langote (amitlan), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg), Anton Melnikov (antonmel), Nikita Malakhov (nmalakh) Amit Langote (amitlan), Vladlen Popolitov (vladlenpopolitov) 6 1 year ago
Enable logical decoding when wal_level = 'replica' without a server restart 5479 Moved to different CF 9/10 +1598−145 Masahiko Sawada (masahikosawada) Dilip Kumar (dilip.kumar), Hayato Kuroda (ha-kun) Masahiko Sawada (masahikosawada) 6 3 months ago
Don't dirty pages while they are getting flushed out 5483 Moved to different CF Refactoring Only Needs rebase! Andres Freund (andresfreund) Andres Freund (andresfreund) 5 1 month ago
Pull-up subquery if INNER JOIN-ON contains refs to upper-query 5487 Moved to different CF Performance 19 10/10 +1508−58 Alena Rybakina (a.rybakina) Ilia Evdokimov (ilidock95) 7 1 month ago
Extended Statistics set/restore/clear functions 5517 Moved to different CF Needs rebase! Corey Huinker (coreyh) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 5 3 months ago
add function argument name to substring and substr 5524 Moved to different CF Needs rebase! Jian He (stayreal) David Johnston (polobo) 6 1 month ago
Add storage I/O tracking to EXPLAIN BUFFERS 5526 Moved to different CF Monitoring Needs rebase! Atsushi Torikoshi (atsushitorikoshi) Jelte Fennema-Nio (jeltef) 7 1 month ago
SVE enablement for hex-encode and hex-decode 5538 Moved to different CF Performance 19 10/10 +418−4 Chiranmoy Bhattacharya (chiranmoy), Susmitha Devanga (susmithad) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 6 months ago
Fix buffer pinning logic/visibility bugs in [SP-]Gist Index-Only Scans 5542 Moved to different CF Bugfix Needs rebase! Peter Geoghegan (pgeoghegan), Michail Nikolaev (nkey), Matthias van de Meent (mmeent), Mihail Nikalayeu (mihailnikalayeu) 5 4 months ago
Document how commit handles aborted transactions 5546 Moved to different CF Backport Docs Only 10/10 +55−5 David Johnston (polobo) Kirill Reshke (reshke), Ahmed Ashour (ahmedashour) Tom Lane (tgl) 6 1 month ago
Doc: Create table improvements 5547 Moved to different CF Docs Only 8/10 +21−5 David Johnston (polobo) Laurenz Albe (laurenz) Tom Lane (tgl) 5 1 month ago
Document custom settings more consistently 5548 Moved to different CF Docs Only Needs rebase! David Johnston (polobo) Mingli Zhang (zml) 3 1 year ago
Expanding HOT updates for expression and partial indexes 5556 Moved to different CF Performance 19 Needs rebase! Greg Burd (gregburd) Nathan Bossart (bossartn) 6 1 month ago
Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup 5570 Moved to different CF Multithreading AIO Needs rebase! Jelte Fennema-Nio (jeltef) 7 1 month ago
Introduce RWSpin lock and use it in sinvaladt.c and xlogrecovery.c 5573 Moved to different CF Performance 18 10/10 +217−42 Yura Sokolov (funny_falcon) 3 8 months ago
Improve ACL checks in pg_prewarm for indexes 5583 Moved to different CF Bugfix Needs rebase! Ayush Vatsa (developerayuva) Nathan Bossart (bossartn) Nathan Bossart (bossartn) 4 6 months ago
Warn, and disallow, clear text passwords via SQL 5597 Moved to different CF Needs rebase! Greg Sabino Mullane (greg) Guillaume Lelarge (gleu) 4 3 months ago
Leaf and internal block access stats for indexes 5614 Moved to different CF Monitoring My First Patch Help - User Testing 19 Needs rebase! Mircea Cadariu (mcadariu) Frédéric Yhuel (yhuelf), lakshmi g (lakshmi) 6 2 months ago
Corrupted FSM page is not saved after zeroing. 5615 Moved to different CF Bugfix 10/10 +3−0 Anton Melnikov (antonmel) 6 6 months ago
Improve monitoring of shared memory allocations 5620 Moved to different CF Monitoring 18 Needs rebase! Rahila Syed (rahila) Tomas Vondra (fuzzycz) 3 4 weeks ago
Compress big WAL records 5621 Moved to different CF Performance Needs rebase! Andrey Borodin (x4m) Fujii Masao (masaofujii), Zsolt Parragi (zsolt.parragi) 5 1 month ago
postgres_fdw: Inherit the local transaction's access/deferrable modes 5624 Moved to different CF Needs rebase! Etsuro Fujita (efujita) Etsuro Fujita (efujita) 2 1 month ago
ReplicationSlotRelease() crashes when the instance is in the single user mode 5626 Moved to different CF Bugfix 10/10 +140−2 Hayato Kuroda (ha-kun) Paul Jungwirth (pjungwir) Michael Paquier (michael-kun) 2 8 months ago
Lock-free XLog Reservation from WAL 5633 Moved to different CF Performance 9/10 +532−57 Yura Sokolov (funny_falcon) 2 1 year ago
support fast default for domain with constraints 5641 Moved to different CF 10/10 +222−26 Jian He (stayreal) Viktor Holmberg (rutchkiwi) Andrew Dunstan (adunstan) 5 1 month ago
encode/decode support for base64url 5643 Moved to different CF SQL Commands 10/10 +359−21 Florents Tselai (florentst) Masahiko Sawada (masahikosawada), Daniel Gustafsson (d_gustafsson), Aleksander Alekseev (a.alekseev), David Wheeler (theory) Daniel Gustafsson (d_gustafsson) 2 7 months ago
Add arbitrary xid and mxid to pg_resetwal 5644 Moved to different CF System Administration 18 2/10 +476−3 Daniil Davydov (dddaniil) 2 1 year ago
support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint 5645 Moved to different CF 10/10 +57−27 Jian He (stayreal) Matheus Alcantara (matheus.alcantara) Peter Eisentraut (petere) 5 2 months ago
Accessing an invalid pointer in BufferManagerRelation structure 5646 Moved to different CF Bugfix 18 10/10 +44−40 Daniil Davydov (dddaniil) Stepan Neretin (snpgg), Dmitrii Bondar (difesu) Álvaro Herrera (alvherre) 3 6 months ago
Available disk space per tablespace 5651 Moved to different CF Monitoring 18 10/10 +189−7 Christoph Berg (myon) 2 19 hours ago
Update LDAP Protocol in fe-connect.c to v3 5661 Moved to different CF libpq Needs rebase! Andrew Jackson (andrewjackson) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 8 months ago
Selectively invalidate caches in pgoutput when pg_namespace is modified 5663 Moved to different CF Logical Replication 10/10 +20−17 Hayato Kuroda (ha-kun) 4 2 months ago
Fix slot synchronization with two_phase decoding enabled 5664 Moved to different CF Bugfix Backport 17 Needs rebase! Zhijie Hou (houzj) 4 10 months ago
support create index on virtual generated column. 5667 Moved to different CF 0/10 +203−84 Jian He (stayreal) Soumya S Murali (soumyamurali) 6 4 hours ago
Produce LLVM bitcode files on meson builds 5671 Moved to different CF Performance 19 10/10 +928−58 Andres Freund (andresfreund), Diego Fronza (dfronza), Nazir Bilal Yavuz (nbyavuz) 5 4 weeks ago
Random pg_upgrade 004_subscription test failure on drongo 5673 Moved to different CF Bugfix 9/10 +25−0 vigneshwaran C (vignesh.postgres) 4 6 months ago
pg_restore documentation and --create/--single-transaction limitation 5676 Moved to different CF Docs Only 18 10/10 +6−1 Ashutosh Bapat (ashutoshbapat) Laurenz Albe (laurenz) Tom Lane (tgl) 5 1 month ago
Add comments about fire_triggers argument in ri_triggers.c 5679 Moved to different CF Comments Only 9/10 +0−0 Yugo Nagata (yugo.nagata) Surya Poondla (spoondla) Amit Langote (amitlan) 5 1 month ago
Improve coments on structures in trigger.c 5680 Moved to different CF Comments Only 10/10 +47−40 Yugo Nagata (yugo.nagata) 4 7 months ago
Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION 5681 Moved to different CF Bugfix 10/10 +132−19 Yugo Nagata (yugo.nagata) Jim Jones (jimus), Daniil Davydov (dddaniil) 6 7 months ago
Small optimization set tuple block/tableOid once 5683 Moved to different CF Performance 19 10/10 +40−18 Ranier Vilela (raniervilela) 2 1 year ago
Add os_page_num to pg_buffercache 5690 Moved to different CF Monitoring 19 9/10 +333−96 Bertrand Drouvot (bertranddrouvot.pg) Mircea Cadariu (mcadariu) Michael Paquier (michael-kun) 3 5 months ago
update documentation for when aborted and committed rows are tracked in pg_stat_all_tables 5691 Moved to different CF Docs Only 10/10 +10−3 Sami Imseih (simseih) David Johnston (polobo) 2 1 year ago
Create DATA dump objects for partitioned tables too 5692 Moved to different CF Performance Needs rebase! Tom Lane (tgl) 6 1 year ago
Fix replica identity checks for MERGE command on published table. 5693 Moved to different CF 10/10 +0−0 Zhijie Hou (houzj) Dean Rasheed (deanr) Dean Rasheed (deanr) 2 8 months ago
Add pg_buffercache_mark_dirty[_all]() functions to the pg_buffercache 5694 Moved to different CF 10/10 +494−8 Nazir Bilal Yavuz (nbyavuz) Michael Paquier (michael-kun), Aidar Imamov (gipergeek) Michael Paquier (michael-kun) 3 5 months ago
Adding error messages to a few slash commands 5699 Moved to different CF libpq 19 2/10 +258−145 Abhishek Chanda (abhishekc) Robin Haberkorn (rhaberkorn) 2 6 months ago
Silence resource leaks alerts 5701 Moved to different CF 19 10/10 +3−3 Ranier Vilela (raniervilela) 2 1 year ago
don't generate fake alias names, only fake eref names 5708 Moved to different CF 19 10/10 +36−39 Robert Haas (rhaas) Tom Lane (tgl) Robert Haas (rhaas) 2 7 months ago
Allow to collect statistics on virtual generated columns 5714 Moved to different CF 19 Needs rebase! Yugo Nagata (yugo.nagata) Dean Rasheed (deanr) Dean Rasheed (deanr) 5 1 month ago
amcheck support for BRIN indexes 5715 Moved to different CF Monitoring 9/10 +2150−9 Arseniy Mukhin (amukhin) Tomas Vondra (fuzzycz) 4 2 weeks ago
contrib/xml2: xslt_process() should report XSLT-related error details and accept xmltype 5718 Moved to different CF 19 Needs rebase! Robin Haberkorn (rhaberkorn) 3 9 months ago
virtual generated column as partition key 5720 Moved to different CF 19 3/10 +665−65 Jian He (stayreal) Rustam ALLAKOV (rustam.allakov), Haibo Yan (billyean) 6 1 month ago
temporary file usage report with extended protocol and unnamed portals 5724 Moved to different CF Bugfix 9/10 +16−13 Sami Imseih (simseih), Frédéric Yhuel (yhuelf) Mircea Cadariu (mcadariu) Michael Paquier (michael-kun) 3 5 months ago
domain over virtual generated column 5725 Moved to different CF 19 Needs rebase! Jian He (stayreal) 4 11 months ago
Enable auto-vectorization for page checksum calculations 5726 Moved to different CF Performance 19 Needs rebase! Matthew Sterrett (matthew.sterrett.intel.com), Andrew Kim (andrewk1) John Naylor (john.naylor) John Naylor (john.naylor) 3 1 month ago
Accounting for metapages in genericcostestimate() 5727 Moved to different CF Performance 9/10 +55−13 Tom Lane (tgl) Henson Choi (assam258.gmail.com) Tom Lane (tgl) 5 1 month ago
Improve logicalrep_worker_launch() logic 5734 Moved to different CF Refactoring Only Needs rebase! Fujii Masao (masaofujii) Fujii Masao (masaofujii) 4 1 year ago
SQL function to access to `creating_extension` 5735 Moved to different CF 19 9/10 +15−0 Yurii Rashkovskii (yrashk) warda bibi (warda) 2 9 months ago
Fix a race condition in ConditionVariableTimedSleep() 5736 Moved to different CF Bugfix stable 9/10 +2−0 Bertrand Drouvot (bertranddrouvot.pg) 2 1 year ago
Improve hash join's handling of tuples with null join keys 5738 Moved to different CF Performance 10/10 +414−82 Tom Lane (tgl) Chao Li (chaol) Tom Lane (tgl) 5 1 month ago
Improve Valgrind support and remove some memory leaks 5748 Moved to different CF Performance 10/10 +546−125 Tom Lane (tgl) Tom Lane (tgl) 2 9 months ago
Parallel processing of indexes in autovacuum 5755 Moved to different CF Performance 18 Needs rebase! Maxim Orlov (m.orlov), Daniil Davydov (dddaniil) Masahiko Sawada (masahikosawada), Sami Imseih (simseih) Masahiko Sawada (masahikosawada) 5 3 weeks ago
Foreign key isolation tests 5757 Moved to different CF Testing 10/10 +410−2 Paul Jungwirth (pjungwir) Dean Rasheed (deanr), Rustam ALLAKOV (rustam.allakov), Lilian Ontowhee (ontowhee) Álvaro Herrera (alvherre) 2 7 months ago
finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it 5759 Moved to different CF 19 9/10 +367−70 Jian He (stayreal) Vaibhav Dalvi (vaibhavdalvi) Andrew Dunstan (adunstan) 5 1 month ago
Thread-safe getopt() 5760 Moved to different CF Multithreading Refactoring Only 19 10/10 +268−163 Heikki Linnakangas (heikki) Peter Eisentraut (petere) Heikki Linnakangas (heikki) 4 1 month ago
remove ISB in AArch64's spin_delay() implementation 5763 Moved to different CF Performance 19 10/10 +10−6 Nathan Bossart (bossartn) 2 8 months ago
Add guard to prevent recursive memory context logging. 5766 Moved to different CF Bugfix 10/10 +40−18 Fujii Masao (masaofujii) Ian Ilyasov (ianilyasov), Artem Gavrilov (artem.gavrilov) Fujii Masao (masaofujii) 3 9 months ago
ALTER DOMAIN ADD NOT NULL NOT VALID 5768 Moved to different CF 19 10/10 +219−29 Jian He (stayreal) 6 2 months ago
make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated 5769 Moved to different CF 19 9/10 +22−19 Jian He (stayreal) Peter Eisentraut (petere) Peter Eisentraut (petere) 4 2 months ago
Disallow concurrent ALTER DOMAIN and DROP DOMAIN 5773 Moved to different CF 19 0/10 +126−0 Jian He (stayreal) 4 4 months ago
Extend skipping FK checks on replicas to include ADD FK and TRUNCATE 5774 Moved to different CF Performance Help - Stuck Rebasing Logical Replication 19 10/10 +96−3 Hannu Krosing (hannukrosing) 5 3 months ago
Correct reltuples stats after VACUUM FULL and CLUSTER 5777 Moved to different CF Bugfix stable Needs rebase! Erik Nordström (enordstr) Laurenz Albe (laurenz) 2 2 months ago
Make wal_receiver_timeout configurable per subscription 5781 Moved to different CF 10/10 +245−101 Fujii Masao (masaofujii) Fujii Masao (masaofujii) 5 2 months ago
foreign key on virtual generated column 5782 Moved to different CF 19 Needs rebase! Jian He (stayreal) Srinath Reddy (srinath-reddy-sadipiralla) 5 6 months ago
Reduce DEBUG level of catcache refreshing messages 5785 Moved to different CF Testing Monitoring 10/10 +2−2 Jelte Fennema-Nio (jeltef) 3 11 months ago
Vectorized CRC on Arm64 5789 Moved to different CF Performance Needs rebase! John Naylor (john.naylor) Nathan Bossart (bossartn) John Naylor (john.naylor) 3 4 weeks ago
Add --continue-on-abort option to pgbench 5790 Moved to different CF 19 10/10 +171−33 Yugo Nagata (yugo.nagata), Rintaro Ikeda (rintaro) Yugo Nagata (yugo.nagata), Hayato Kuroda (ha-kun) Fujii Masao (masaofujii) 3 5 months ago
alter check constraint enforceability 5796 Moved to different CF 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 1 month ago
Add log_autoanalyze_min_duration 5797 Moved to different CF GUC System Administration 19 10/10 +120−31 Shinya Kato (shinyakato) Tatsuhito Kasahara (tatsuhito.kasahara) Peter Eisentraut (petere) 3 6 months ago
psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM 5800 Moved to different CF libpq 19 10/10 +44−24 Yugo Nagata (yugo.nagata) Masahiko Sawada (masahikosawada) Masahiko Sawada (masahikosawada) 3 5 months ago
Improve the performance of Unicode Normalization Forms. 5802 Moved to different CF Performance 10/10 +0−0 Alexander Borisov (lexborisov) Victor Yegorov (vyegorov), Henson Choi (assam258.gmail.com) 6 yesterday
Support tid range scan in parallel 5803 Moved to different CF 10/10 +442−58 Cary Huang (cary) David Rowley (davidrowley) 2 5 months ago
Improve array-element-test estimation when no array elements qualify as common 5805 Moved to different CF Performance 10/10 +67−30 Tom Lane (tgl) Tom Lane (tgl) 2 7 months ago
Optimize-transaction-waiting-during-logical-decoding 5806 Moved to different CF Performance 19 Needs rebase! Xuneng Zhou (dylanzhou) Fujii Masao (masaofujii) 3 8 months ago
display current search_path in psql prompt 5808 Moved to different CF libpq 10/10 +21−0 Florents Tselai (florentst) Nathan Bossart (bossartn), Jim Jones (jimus) Nathan Bossart (bossartn) 3 6 months ago
parallel pg_restore: avoid disk seeks when jumping short distance forward 5809 Moved to different CF Performance 19 10/10 +5−1 Dimitrios Apostolou (jimis) Tom Lane (tgl) Tom Lane (tgl) 2 6 months ago
Improve tab completion for various SET/RESET forms 5810 Moved to different CF libpq 19 10/10 +74−11 Dagfinn Ilmari Mannsåker (ilmari) 3 5 months ago
Expose internal MultiXact member count function for efficient monitoring 5811 Moved to different CF Monitoring 19 10/10 +394−14 Naga Appani (naga.appani) Atsushi Torikoshi (atsushitorikoshi) Michael Paquier (michael-kun) 4 4 months ago
Removing BTScanPosUnpinIfPinned idiom from nbtree, simplifying mark/restore support 5816 Moved to different CF Refactoring Only 10/10 +133−78 Peter Geoghegan (pgeoghegan) 2 10 months ago
parallel pg_restore: move offset-building phase to before forking 5817 Moved to different CF Performance 10/10 +86−6 Dimitrios Apostolou (jimis) Tom Lane (tgl) 2 6 months ago
pg_restore add note about -n 5818 Moved to different CF Docs Only 10/10 +26−16 Florents Tselai (florentst) Álvaro Herrera (alvherre) 4 3 months ago
Returning nbtree posting list TIDs in DESC order during backwards scans 5824 Moved to different CF Performance 10/10 +53−41 Peter Geoghegan (pgeoghegan) Mircea Cadariu (mcadariu) Peter Geoghegan (pgeoghegan) 2 4 months ago
Cancel problems of query to pg_stat_statements 5825 Moved to different CF Bugfix 10/10 +22−7 Roman Khapov (rkhapov) 2 1 month ago
Add \pset options for boolean value display 5828 Moved to different CF psql libpq 19 10/10 +120−1 David Johnston (polobo) Álvaro Herrera (alvherre) 3 6 months ago
VCI (columnar store extension) 5829 Moved to different CF 0/10 +42650−45 Aya Iwata (iwata.aya), Peter Smith (smithpb2250) 3 2 months ago
Support for 8-byte TOAST values (aka the TOAST infinite loop problem) 5830 Moved to different CF 19 Needs rebase! Michael Paquier (michael-kun) Tom Lane (tgl), Nikhil Kumar Veldanda (nikhilkumarv) 5 2 months ago
pgindent: improve formatting of multiline comments 5831 Moved to different CF Good First Review Devtools 19 10/10 +40−0 Aleksander Alekseev (a.alekseev) Payal Singh (payal) Tom Lane (tgl) 6 yesterday
Change the names generated for index partitions 5832 Moved to different CF 19 Needs rebase! Tom Lane (tgl) 4 7 months ago
Clean up inconsistencies and leaks in src/test/modules/libpq_pipeline 5833 Moved to different CF Testing 10/10 +0−0 Tom Lane (tgl) Tom Lane (tgl) 2 8 months ago
SQL:2011 Application Time Update & Delete 5836 Moved to different CF SQL Commands 19 Needs rebase! Paul Jungwirth (pjungwir) Peter Eisentraut (petere) Peter Eisentraut (petere) 5 3 weeks ago
problems with toast.* reloptions 5839 Moved to different CF Bugfix stable 10/10 +199−326 Nathan Bossart (bossartn) Yogesh Sharma (sharmay) 6 yesterday
`ALTER DATABASE ... RESET ...` fails to reset extension parameters that no longer exist 5840 Moved to different CF Bugfix stable 10/10 +71−5 Nathan Bossart (bossartn) Laurenz Albe (laurenz) Nathan Bossart (bossartn) 2 9 months ago
Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume 5841 Moved to different CF Performance 19 Needs rebase! Melanie Plageman (melanieplageman) Kirill Reshke (reshke) Melanie Plageman (melanieplageman) 5 4 weeks ago
Carefully exposing information without authentication 5845 Moved to different CF Monitoring 19 Needs rebase! Greg Sabino Mullane (greg) 4 1 month ago
Introduce New Command Processing Chapter 5846 Moved to different CF Docs Only Help - Docs 19 Needs rebase! David Johnston (polobo) 2 10 months ago
Fixup misplaced filelist.sgml entities 5847 Moved to different CF Docs Only Needs rebase! David Johnston (polobo) 2 1 year ago
Add Table of Contents to psql Reference Page 5848 Moved to different CF Docs Only psql 19 9/10 +52−11 David Johnston (polobo) 2 1 year ago
Improve initdb --waldir description 5849 Moved to different CF Docs Only 19 10/10 +54−23 David Johnston (polobo) 2 1 year ago
Address ambiguity/confusion in IS JSON documentation 5850 Moved to different CF Help - Docs Docs Only Missing Docs 19 10/10 +9−4 David Johnston (polobo) 2 5 months ago
Docs and tests for RLS policies applied by command type 5851 Moved to different CF Testing Docs Only 19 10/10 +159−44 Dean Rasheed (deanr) Viktor Holmberg (rutchkiwi) Dean Rasheed (deanr) 3 6 months ago
Allow ON CONFLICT DO SELECT/UPDATE to return EXCLUDED values 5854 Moved to different CF SQL Commands 19 Needs rebase! Dean Rasheed (deanr) Viktor Holmberg (rutchkiwi) 6 2 months ago
Allow missing BackendKeyData message & enforce cancel key length 5859 Moved to different CF Bugfix libpq 18 Needs rebase! Jelte Fennema-Nio (jeltef) Heikki Linnakangas (heikki) 2 8 months ago
docs: Include protocol version changes made without a version bump or extension 5863 Moved to different CF Docs Only 10/10 +22−104 Jelte Fennema-Nio (jeltef) 6 2 months ago
Making libpq OpenSSL support threadsafe 5868 Moved to different CF Multithreading Refactoring Only 9/10 +104−44 Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) Daniel Gustafsson (d_gustafsson) 2 8 months ago
Make "vacuumdb --analyze-only" process partitioned tables 5871 Moved to different CF Good First Review libpq 19 10/10 +40−4 Laurenz Albe (laurenz) Mircea Cadariu (mcadariu) Fujii Masao (masaofujii) 2 8 months ago
Support for basic ALTER TABLE progress reporting. 5873 Moved to different CF Monitoring Needs rebase! Jiří Kavalík (jkavalik) Jian He (stayreal) 5 9 months ago
Replace magic numbers with strategy numbers for B-tree indexes 5875 Moved to different CF Refactoring Only 19 10/10 +50−7 Daniil Davydov (dddaniil) 2 8 months ago
Report bytes and transactions actually sent downtream 5877 Moved to different CF Monitoring Logical Replication 0/10 +434−166 Ashutosh Bapat (ashutoshbapat) 6 1 month ago
Report replica identity in pg_publication_tables 5878 Moved to different CF Monitoring 10/10 +109−23 Ashutosh Bapat (ashutoshbapat) 3 5 months ago
amcheck: support for GiST 5879 Moved to different CF 9/10 +1034−110 Andrey Borodin (x4m) Sergey Dudoladov (sdudoladov), Miłosz Bieniek (moozzi) 4 3 months ago
array_random 5881 Moved to different CF 19 Needs rebase! Jian He (stayreal) Dean Rasheed (deanr) 2 9 months ago