Skip to content

Commit bc12357

Browse files
authored
Merge pull request #402 from timescale/fix/2.27.2-order
Put v2.27.2 in the right position based on date
2 parents 6808d19 + 1c9b9c3 commit bc12357

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

  • src/content/docs/get-started/news

src/content/docs/get-started/news/new.mdx

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -242,44 +242,6 @@ It is now the default in Tiger Cloud, so check it out.
242242
<Image src={imgServiceCreationFlowTigerCloud} alt="Step 1 of the updated Tiger Cloud service creation flow, showing compute and region selection with a live cost estimate" />
243243
</ChangelogEntry>
244244

245-
## TimescaleDB v2.27.2 now on Tiger Cloud
246-
247-
<ChangelogEntry
248-
title="TimescaleDB v2.27.2 now on Tiger Cloud"
249-
date="2026-06-22"
250-
tags={["bug-fix", "security-fix"]}
251-
>
252-
<h2 slot="heading" class="changelog-entry__title">TimescaleDB v2.27.2 now on Tiger Cloud</h2>
253-
254-
TimescaleDB v2.27.2 is a stability and security patch that supersedes 2.27.1 on Tiger Cloud. Together, 2.27.1 and 2.27.2 close three access-control gaps in the jobs and policy subsystems, fix a correctness bug in grouped aggregation on the columnstore, refine the columnstore query planner, and ship upgrade-compatibility scripts for composite bloom filter metadata. TimescaleDB 2.27.1 was released on May 19, 2026 and 2.27.2 on June 2, 2026; both are delivered to Tiger Cloud as 2.27.2 starting June 22, 2026.
255-
256-
### Highlighted fixes in TimescaleDB v2.27.2
257-
258-
**Tightened access controls**
259-
260-
Three independent fixes in the jobs and policy subsystems close cases where users could observe or act on objects they did not own.
261-
262-
- **Hypertable ownership enforced before recompression:** Recompression operations now verify ownership before proceeding. Previously, users could trigger recompression on hypertables they did not own.
263-
264-
- **`job_errors` view restricted to owners:** Failed-job visibility is now scoped — only owners see failure rows for their own jobs. Previously, non-owners could read failure information they should not have had access to.
265-
266-
- **`policy_reorder_remove` ownership check added:** The policy-management operation now enforces ownership before allowing changes, closing a path that previously leaked policy-existence information to non-owners.
267-
268-
**Correctness and planner refinements on the columnstore**
269-
270-
- **Correct results for `GROUP BY` columns not in the `SELECT` list:** Queries grouping by a column not included in the `SELECT` list could return incorrect rows or crash when running through vectorized aggregation or `ColumnarIndexScan`. This is now fixed — no SQL change required.
271-
272-
- **Safer `ColumnarIndexScan` planning:** The path now correctly bypasses query shapes it can't safely handle — including `GROUPING SETS` / `ROLLUP` / `CUBE`, grouping by expressions, and `WHERE` clauses containing subplans — avoiding inefficient or incorrect plan choices.
273-
274-
**Operational fixes**
275-
276-
- **Columnstore policy creation no longer blocked by stale refresh-policy check:** Adding a columnstore policy was failing in some workflows due to an unnecessary check on existing refresh policies. The check has been removed.
277-
278-
- **Upgrade compatibility:** The upgrade path now cleans up orphaned `compression_settings` rows before migrating the catalog, and ships migration scripts for installations carrying composite bloom filter metadata (complementing the format change in 2.27.0).
279-
280-
For complete details, refer to the [TimescaleDB 2.27.1 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.1) and the [TimescaleDB 2.27.2 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.2).
281-
</ChangelogEntry>
282-
283245
## Automated chunk tuning is now GA
284246

285247
<ChangelogEntry
@@ -318,6 +280,44 @@ See all available regions in [Supported regions](/learn/tiger-cloud/regions).
318280

319281
</ChangelogEntry>
320282

283+
## TimescaleDB v2.27.2 now on Tiger Cloud
284+
285+
<ChangelogEntry
286+
title="TimescaleDB v2.27.2 now on Tiger Cloud"
287+
date="2026-06-22"
288+
tags={["bug-fix", "security-fix"]}
289+
>
290+
<h2 slot="heading" class="changelog-entry__title">TimescaleDB v2.27.2 now on Tiger Cloud</h2>
291+
292+
TimescaleDB v2.27.2 is a stability and security patch that supersedes 2.27.1 on Tiger Cloud. Together, 2.27.1 and 2.27.2 close three access-control gaps in the jobs and policy subsystems, fix a correctness bug in grouped aggregation on the columnstore, refine the columnstore query planner, and ship upgrade-compatibility scripts for composite bloom filter metadata. TimescaleDB 2.27.1 was released on May 19, 2026 and 2.27.2 on June 2, 2026; both are delivered to Tiger Cloud as 2.27.2 starting June 22, 2026.
293+
294+
### Highlighted fixes in TimescaleDB v2.27.2
295+
296+
**Tightened access controls**
297+
298+
Three independent fixes in the jobs and policy subsystems close cases where users could observe or act on objects they did not own.
299+
300+
- **Hypertable ownership enforced before recompression:** Recompression operations now verify ownership before proceeding. Previously, users could trigger recompression on hypertables they did not own.
301+
302+
- **`job_errors` view restricted to owners:** Failed-job visibility is now scoped — only owners see failure rows for their own jobs. Previously, non-owners could read failure information they should not have had access to.
303+
304+
- **`policy_reorder_remove` ownership check added:** The policy-management operation now enforces ownership before allowing changes, closing a path that previously leaked policy-existence information to non-owners.
305+
306+
**Correctness and planner refinements on the columnstore**
307+
308+
- **Correct results for `GROUP BY` columns not in the `SELECT` list:** Queries grouping by a column not included in the `SELECT` list could return incorrect rows or crash when running through vectorized aggregation or `ColumnarIndexScan`. This is now fixed — no SQL change required.
309+
310+
- **Safer `ColumnarIndexScan` planning:** The path now correctly bypasses query shapes it can't safely handle — including `GROUPING SETS` / `ROLLUP` / `CUBE`, grouping by expressions, and `WHERE` clauses containing subplans — avoiding inefficient or incorrect plan choices.
311+
312+
**Operational fixes**
313+
314+
- **Columnstore policy creation no longer blocked by stale refresh-policy check:** Adding a columnstore policy was failing in some workflows due to an unnecessary check on existing refresh policies. The check has been removed.
315+
316+
- **Upgrade compatibility:** The upgrade path now cleans up orphaned `compression_settings` rows before migrating the catalog, and ships migration scripts for installations carrying composite bloom filter metadata (complementing the format change in 2.27.0).
317+
318+
For complete details, refer to the [TimescaleDB 2.27.1 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.1) and the [TimescaleDB 2.27.2 release notes](https://github.com/timescale/timescaledb/releases/tag/2.27.2).
319+
</ChangelogEntry>
320+
321321
## Updates to the Goals flow in Tiger Console
322322

323323
<ChangelogEntry

0 commit comments

Comments
 (0)