Skip to content

Commit ac784fc

Browse files
committed
CHANGELOG 2.20.1
1 parent ee6d266 commit ac784fc

File tree

9 files changed

+21
-11
lines changed

9 files changed

+21
-11
lines changed

.unreleased/pr_8126

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

.unreleased/pr_8145

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

.unreleased/pr_8151

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

.unreleased/pr_8153

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

.unreleased/pr_8162

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

.unreleased/pr_8163

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

.unreleased/pr_8171

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

.unreleased/sort-transform-join

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
55
accidentally triggering the load of a previous DB version.**
66

7+
## 2.20.1 (2025-05-27)
8+
9+
This release contains performance improvements and bug fixes since the 2.20.0 release. We recommend that you upgrade at the next available opportunity.
10+
11+
**Features**
12+
* [#8145](https://github.com/timescale/timescaledb/pull/8145) Log only if compression ratio warnings are enabled
13+
14+
**Bugfixes**
15+
* [#7292](https://github.com/timescale/timescaledb/pull/7292) Intermittent "could not find pathkey item to sort" error when grouping or ordering by a time_bucket of an equality join variable.
16+
* [#8126](https://github.com/timescale/timescaledb/pull/8126) Allow setting bgw_log_level to FATAL and ERROR
17+
* [#8151](https://github.com/timescale/timescaledb/pull/8151) Treat null equal to null for merged CAgg refresh
18+
* [#8153](https://github.com/timescale/timescaledb/pull/8153) Restoring a database having NULL compressed data
19+
* [#8162](https://github.com/timescale/timescaledb/pull/8162) Fix setting compress_chunk_interval on continuous aggregates
20+
* [#8163](https://github.com/timescale/timescaledb/pull/8163) Fix gapfill crash with locf NULL values treated as missing
21+
* [#8171](https://github.com/timescale/timescaledb/pull/8171) Disable decompression limit during continuous aggregate refresh
22+
23+
**Thanks**
24+
* @bobozaur, @kvc0, @ChadMoran, @PaddyKe for reporting the pathkey error.
25+
* @jlordiales for reporting an issue with setting compress_chunk_interval for continuous aggregates
26+
* @svanharmelen, @cmdjulian, @etaMS20 for reporting time_bucket_gapfill with locf crash when NULL values are treated as missing
27+
728
## 2.20.0 (2025-05-15)
829

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

0 commit comments

Comments
 (0)