Skip to content

Commit 1dd7df9

Browse files
suristersvenklemm
authored andcommitted
Forwardport 2.27.2
1 parent ac51093 commit 1dd7df9

8 files changed

Lines changed: 12 additions & 5 deletions

File tree

.unreleased/fix_9902

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

.unreleased/pr_9895

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

.unreleased/pr_9908

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
**Please note: When updating your database, you should connect using `psql` with the `-X` flag to prevent any `.psqlrc` commands from accidentally triggering the load of a previous TimescaleDB version.**
44

5+
## 2.27.2 (2026-06-02)
6+
7+
This release contains bug fixes since the 2.27.1 release. We recommend that you upgrade at the next available opportunity.
8+
9+
**Bugfixes**
10+
* [#9895](https://github.com/timescale/timescaledb/pull/9895) Remove refresh policy check when adding columnstore policy
11+
* [#9902](https://github.com/timescale/timescaledb/pull/9902) Fix wrong results and crashes when grouping by columns that are not in the `SELECT` list with vectorized aggregation or columnar index scan
12+
* [#9908](https://github.com/timescale/timescaledb/pull/9908) Skip `ColumnarIndexScan` when the qual contains a SubPlan
13+
514
## 2.27.1 (2026-05-19)
615

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

sql/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ set(MOD_FILES
6666
updates/2.26.2--2.26.3.sql
6767
updates/2.26.3--2.26.4.sql
6868
updates/2.26.4--2.27.0.sql
69-
updates/2.27.0--2.27.1.sql)
69+
updates/2.27.0--2.27.1.sql
70+
updates/2.27.1--2.27.2.sql)
7071

7172
# The downgrade file to generate a downgrade script for the current version, as
7273
# specified in version.config

sql/updates/2.27.1--2.27.2.sql

Whitespace-only changes.

sql/updates/2.27.2--2.27.1.sql

Whitespace-only changes.

version.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = 2.28.0-dev
2-
previous_version = 2.27.1
2+
previous_version = 2.27.2

0 commit comments

Comments
 (0)