Skip to content

2.20.3 (2025-06-11)

Choose a tag to compare

@philkra philkra released this 11 Jun 09:00
· 4 commits to 2.20.x since this release
7b30533

This release contains bug fixes since the 2.20.2 release. We recommend that you upgrade at the next available opportunity.

Bugfixes

  • #8107 Adjust SkipScan cost for quals needing full scan of indexed data.
  • #8211 Fixed dump and restore when chunk skipping is enabled.
  • #8216 Fix for dropped quals bug in SkipScan.
  • #8230 Fix for inserting into compressed data when vectorised check is not available.
  • #8236 Fixed the snapshot handling in background workers.

Thanks

  • @ikaakkola for reporting that SkipScan is slow when non-index quals do not match any tuples.