You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 2.20.3 (2025-06-11)
This release contains bug fixes since the 2.20.2 release. We recommend
that you upgrade at the next available opportunity.
**Bugfixes**
* [#8107](#8107) Adjust
SkipScan cost for quals needing full scan of indexed data.
* [#8211](#8211) Fixed dump
and restore when chunk skipping is enabled.
* [#8216](#8216) Fix for
dropped quals bug in SkipScan.
* [#8230](#8230) Fix for
inserting into compressed data when a vectorized check is not available.
* [#8236](#8236) Fixed the
snapshot handling in background workers.
**Thanks**
* @ikaakkola for reporting that SkipScan is slow when non-index quals do
not match any tuples.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
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.20.3 (2025-06-11)
8
+
9
+
This release contains bug fixes since the 2.20.2 release. We recommend that you upgrade at the next available opportunity.
10
+
11
+
**Bugfixes**
12
+
*[#8107](https://github.com/timescale/timescaledb/pull/8107) Adjust SkipScan cost for quals needing full scan of indexed data.
13
+
*[#8211](https://github.com/timescale/timescaledb/pull/8211) Fixed dump and restore when chunk skipping is enabled.
14
+
*[#8216](https://github.com/timescale/timescaledb/pull/8216) Fix for dropped quals bug in SkipScan.
15
+
*[#8230](https://github.com/timescale/timescaledb/pull/8230) Fix for inserting into compressed data when vectorised check is not available.
16
+
*[#8236](https://github.com/timescale/timescaledb/pull/8236) Fixed the snapshot handling in background workers.
17
+
18
+
**Thanks**
19
+
*@ikaakkola for reporting that SkipScan is slow when non-index quals do not match any tuples.
20
+
7
21
## 2.20.2 (2025-06-02)
8
22
9
23
This release contains bug fixes since the 2.20.1 release. We recommend that you upgrade at the next available opportunity.
0 commit comments