Skip to content

Commit 62885bd

Browse files
timescale-automationtimescale-automation
andauthored
Release 2.25.1 (#9269)
## 2.25.1 (2026-02-17) This release contains performance improvements and bug fixes since the 2.25.0 release. We recommend that you upgrade at the next available opportunity. **Bugfixes** * [#9215](#9215) Add missing handling for em_parent to sort_transform * [#9223](#9223) Clean up orphaned entries in continuous aggregate invalidaton logs * [#9226](#9226) Fix invalidation and batching issues for variable bucket continuous aggregates. * [#9256](#9256) Error "record type has no extended hash function" on some queries using a sparse bloom filter index on a column of composite type. * [#9257](#9257) Handle type coercion for metadata column equivalence members **Thanks** * @emapple for reporting a crash in a query with nested joins and subqueries Co-authored-by: timescale-automation <123763385+github-actions[bot]@users.noreply.github.com>
1 parent d486013 commit 62885bd

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.unreleased/pr_9215

Lines changed: 0 additions & 2 deletions
This file was deleted.

.unreleased/pr_9223

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/pr_9226

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/pr_9257

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/record-bloom

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This page lists all the latest features and updates to TimescaleDB. When
55
you use psql to update your database, use the -X flag and prevent any .psqlrc
66
commands from accidentally triggering the load of a previous DB version.**
77

8+
## 2.25.1 (2026-02-17)
9+
10+
This release contains performance improvements and bug fixes since the 2.25.0 release. We recommend that you upgrade at the next available opportunity.
11+
12+
**Bugfixes**
13+
* [#9215](https://github.com/timescale/timescaledb/pull/9215) Add missing handling for em_parent to sort_transform
14+
* [#9223](https://github.com/timescale/timescaledb/pull/9223) Clean up orphaned entries in continuous aggregate invalidaton logs
15+
* [#9226](https://github.com/timescale/timescaledb/pull/9226) Fix invalidation and batching issues for variable bucket continuous aggregates.
16+
* [#9256](https://github.com/timescale/timescaledb/pull/9256) Error "record type has no extended hash function" on some queries using a sparse bloom filter index on a column of composite type.
17+
* [#9257](https://github.com/timescale/timescaledb/pull/9257) Handle type coercion for metadata column equivalence members
18+
19+
**Thanks**
20+
* @emapple for reporting a crash in a query with nested joins and subqueries
21+
822
## 2.25.0 (2026-01-29)
923

1024
This release contains performance improvements and bug fixes since the 2.24.0 release. We recommend that you upgrade at the next available opportunity.

0 commit comments

Comments
 (0)