Timescaledb: 2.20.3 Release

Release date:
June 11, 2025
Previous version:
2.20.2 (released June 2, 2025)
Magnitude:
319 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in 2.20.3

natalya-aksman
philkra
dbeck
erimatnor
svenklemm

Directory Browser for 2.20.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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.