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

Open Issues

NOTE: Please place new open items at the end of the list.

NOTE: The owner of an open item is by default the committer of the culprit commit.

NOTE: If known, please list the Owner of the open item.

  • Revert the beta-only grease patch (4966bd3ed) before RC1.
    • Owner: Jacob Champion
  • Should FOR PORTION OF use null values for unbounded ranges or a separate keyword?
    • Commit: 8e72d914c52
    • Owner: Peter Eisentraut / Paul Jungwirth
  • Startup process deadlock: WaitForProcSignalBarriers vs aux process
    • Signals (including ProcSignalBarrier signals) are sent to aux processes before the aux process starts listening for them. The aux process can thus miss the signal to act on a ProcSignalBarrier, which causes the requesting process (this case: startup process) to wait forever.
    • The trigger for this deadlock was introduced in 67c20979ce72 (new in 19), but signals have been blackholed by auxiliary processes for a much longer time.
    • Owner: Masahiko Sawada

Resolved Issues

resolved before 19beta1

Non-bugs

Won't Fix

Older bugs affecting stable branches

Live issues

Fixed issues

See also