PostgreSQL 19 Open Items
From PostgreSQL wiki
(Redirected from Open Items)
Jump to navigationJump to search
Important Dates
Current schedule:
- Feature Freeze: April 8, 2026 12:00 UTC
Decisions to Recheck Mid-Beta
- Do we want to keep the assertions added by commit 7dcea51c2a4d
- Owner: Álvaro Herrera
- When exactly should we revert protocol grease?
- Owner: Jacob Champion
Open Issues
- Revert the beta-only grease patch (4966bd3ed) before RC1.
- Owner: Jacob Champion
- BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
- Commit: c75ebc657ffc ?
- Owner: Andres Freund
- Should FOR PORTION OF use null values for unbounded ranges or a separate keyword?
- Commit: 8e72d914c52
- Owner: Peter Eisentraut / Paul Jungwirth
- GetLocalPinLimit() is too aggressive making it easy for backend to run out of pins
- Easier to hit after 378a216187aea1 but not caused by this
- Owner: Melanie Plageman
- What to do about concurrent repack lock upgrade?
- Owner: Álvaro Herrera
- Commit: 28d534e2ae0ac888b5460f977a10cd9bb017ef98
- Fast-path FK batch path crashes under nested SPI from C extensions (resource owner mismatch).
- Owner: Amit Langote
- Commit: b7b27eb41a5
- WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
- Owner: Alexander Korotkov
- Commit: 447aae13b030
- Inconsistent trigger behavior between two temporal leftovers
- Commit: 8e72d914c52
- Owner: Peter Eisentraut / Paul Jungwirth
- FK fast path check column order mismatach
- Commit: 2da86c1ef9b54
- Owner: Amit Langote / Junwang Zhao
NOTE: Please place new open items at the end of the list.
NOTE: If known, please list the Owner of the open item.
Resolved Issues
resolved before 19beta1
- Add tests for locks statistics
- Commit: 7c64d56fd9765bb577937c07eabed971e605c67c removed the tests as unstable in the CI for Windows, at least.
- Fix: 557a9f1e3e62
- Owner: Michael Paquier
- Deferred foreign key checks mistakenly don't use batched path
- Commit: b7b27eb41a5
- Fix: 5c54c3ed1b934
- Owner: Amit Langote
- pg_upgrade fails when extension_control_path is used
- Commit: 4f7f7b0375854e2f89876473405a8f21c95012af added this feature to 18; upgrading to 19 fails.
- Fix: 1e67508730e
- Owner: Peter Eisentraut
Non-bugs
Won't Fix
Older bugs affecting stable branches
Live issues
- Non-parallel-aware parallel bitmap table scan's EXPLAIN ANALYZE does not report exact/lossy pages
- Fixed in master in 9c18b47e610 and should likely be fixed in backbranches (but with a different approach)
- Owner: Melanie Plageman/Tomas Vondra