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.

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 (SP-)GIST index-only scans
    • GIST and SP-GIST indexes hold tuples in memory after releasing the pin on the page, but before returning them to the executor. This allows VACUUM to concurrently clean up any dead tuples from the page's results, and mark the heap pages that held the dead tuples as ALL_VISIBLE, breaking index-only scans.


Fixed 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.
    • Commit: 459e7bf8e2

Non-bugs

Resolved Issues

resolved before 18beta1

  • 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.

Won't Fix

Important Dates

Current schedule:

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

See also