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.