PostgreSQL 18 Open Items

From PostgreSQL wiki
(Redirected from Open Items)
Jump to navigationJump to search

Open Issues

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

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

  • Use-after-free with stats_fetch_consistency = snapshot and pg_stat_get_backend_wal()
  • Difference in statistics on original and restored database
    • Owner: Ashutosh Bapat
    • Commit: 172259afb5
    • Original report
    • Fix discussion
    • Once this issue is fixed, we need to enable dumping statistics and comparing them in pg_upgrade/002_pg_upgrade.pl. The patch for the same is posted in the thread.

Decisions to Recheck Mid-Beta

  • fixing tsearch locale support
    • Commit: fb1a18810f0
    • Text search locale support has been updated and integrated into the common locale framework. Possible upgrade issues should probably at least be noted in the release notes.
  • decide what io_method to default to (Andres Freund)

Older bugs affecting stable branches

Live issues

  • Incorrect results for bitmap heap scan.
    • Certain Bitmap Heap scans only test the visibility map before returning tuples. This can conflict with VACUUM removing tuples, thus causing more tuples to be returned from the scan than what are actually visible.

Fixed issues

Non-bugs

Resolved Issues

resolved before 18beta1

Won't Fix

Important Dates

Current schedule:

  • Feature Freeze: April 8, 2025 0:00 AoE

See also