Timescaledb: 2.15.2 Release

Release date:
June 7, 2024
Previous version:
2.15.1 (released May 28, 2024)
Magnitude:
949 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in 2.15.2

fabriziomello
antekresic
pallavisontakke
svenklemm
nikkhils
akuzm
mfreed

Directory Browser for 2.15.2

All files are compared to previous version, 2.15.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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 * @gugu for reporting the issue with catalog corruption due to update. * @srieding for reporting an issue with partially compressed chunks and ordering on joined columns.