|
4 | 4 | `psql` with the `-X` flag to prevent any `.psqlrc` commands from
|
5 | 5 | accidentally triggering the load of a previous DB version.**
|
6 | 6 |
|
| 7 | +## 2.18.1 (2025-02-10) |
| 8 | + |
| 9 | +This release contains performance improvements and bug fixes since |
| 10 | +the 2.18.0 release. We recommend that you upgrade at the next |
| 11 | +available opportunity. |
| 12 | + |
| 13 | +**Features** |
| 14 | +* [#7656](https://github.com/timescale/timescaledb/pull/7656) Remove limitation of compression policy for continuous aggregates |
| 15 | + |
| 16 | +**Bugfixes** |
| 17 | +* [#7600](https://github.com/timescale/timescaledb/pull/7600) Fix lock order when dropping index |
| 18 | +* [#7637](https://github.com/timescale/timescaledb/pull/7637) Allow EXPLAIN in read-only mode |
| 19 | +* [#7645](https://github.com/timescale/timescaledb/pull/7645) Fix DELETE on compressed chunk with non-btree operators |
| 20 | +* [#7649](https://github.com/timescale/timescaledb/pull/7649) Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks |
| 21 | +* [#7653](https://github.com/timescale/timescaledb/pull/7653) Push down orderby scankeys to Hypercore TAM |
| 22 | +* [#7665](https://github.com/timescale/timescaledb/pull/7665) Block merging of frozen chunks |
| 23 | +* [#7673](https://github.com/timescale/timescaledb/pull/7673) Don't abort additional INSERTs when hitting first conflict |
| 24 | + |
| 25 | +**GUCs** |
| 26 | +* `enable_hypercore_scankey_pushdown`: Push down qualifiers as scankeys when using Hypercore TAM introduced with [#7653](https://github.com/timescale/timescaledb/pull/7653) |
| 27 | + |
| 28 | +**Thanks** |
| 29 | +* @bjornuppeke for reporting a problem with INSERT INTO ... ON CONFLICT DO NOTHING on compressed chunks |
| 30 | +* @ikalafat for reporting a problem with EXPLAIN in read-only mode |
| 31 | +* Timescale community members Jacob and pantonis for reporting issues with slow queries. |
7 | 32 |
|
8 | 33 | ## 2.18.0 (2025-01-23)
|
9 | 34 |
|
@@ -81,10 +106,10 @@ We are deprecating the following parameters, functions, procedures and views. Th
|
81 | 106 | * @bharrisau for reporting the segfault when creating chunks.
|
82 | 107 | * @jakehedlund for reporting the incompatible NaN behavior in WHERE clause over compressed tables.
|
83 | 108 | * @k-rus for suggesting that we add a hint when hypertable creation fails.
|
| 109 | +* @pgloader for reporting the issue in an internal background job. |
84 | 110 | * @staticlibs for sending the pull request that improves the transaction check in CAGG refresh.
|
85 | 111 | * @uasiddiqi for reporting the `aggregated compressed column not found` error.
|
86 | 112 |
|
87 |
| - |
88 | 113 | ## 2.17.2 (2024-11-06)
|
89 | 114 |
|
90 | 115 | This release contains bug fixes since the 2.17.1 release. We recommend that you
|
|
0 commit comments