This release contains bug fixes since the 2.15.1 release. Best practice is to upgrade at the next available opportunity.
Migrating from self-hosted TimescaleDB v2.14.x and earlier
After you run ALTER EXTENSION
, you must run this SQL script. For more details, see the following pull request #6797.
If you are migrating from TimescaleDB v2.15.0 or v2.15.1, no changes are required.
Bugfixes
- #6975: Fix sort pushdown for partially compressed chunks.
- #6976: Fix removal of metadata function and update script.
- #6978: Fix segfault in
compress_chunk
with a primary space partition. - #6993: Disallow hash partitioning on primary column.
Thanks