diff --git a/CHANGELOG.md b/CHANGELOG.md index ac462cfd311..0139fde88b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,14 +25,20 @@ accidentally triggering the load of a previous DB version.** * #5442 Decompression may have lost DEFAULT values * #5459 Fix issue creating dimensional constraints * #5570 Improve interpolate error message on datatype mismatch -* #5583 Fix parameterization in DecompressChunk path generation -* #5602 Fix broken CAgg with JOIN repair function +* #5573 Fix unique constraint on compressed tables **Thanks** * @kovetskiy and @DZDomi for reporting peformance regression in Realtime Continuous Aggregates * @ollz272 for reporting an issue with interpolate error messages +## 2.10.3 (2023-04-26) + +**Bugfixes** +* #5583 Fix parameterization in DecompressChunk path generation +* #5602 Fix broken CAgg with JOIN repair function + + ## 2.10.2 (2023-04-20) **Bugfixes** diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 7c39dd95e09..947941aaeca 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -46,11 +46,12 @@ set(MOD_FILES updates/2.9.2--2.9.3.sql updates/2.9.3--2.10.0.sql updates/2.10.0--2.10.1.sql - updates/2.10.1--2.10.2.sql) + updates/2.10.1--2.10.2.sql + updates/2.10.2--2.10.3.sql) # The downgrade file to generate a downgrade script for the current version, as # specified in version.config -set(CURRENT_REV_FILE reverse-dev.sql) +set(CURRENT_REV_FILE 2.10.3--2.10.2.sql) # Files for generating old downgrade scripts. This should only include files for # downgrade from one version to its previous version since we do not support @@ -76,7 +77,8 @@ set(OLD_REV_FILES 2.9.3--2.9.2.sql 2.10.0--2.9.3.sql 2.10.1--2.10.0.sql - 2.10.2--2.10.1.sql) + 2.10.2--2.10.1.sql + 2.10.3--2.10.2.sql) set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}") set(LOADER_PATHNAME "$libdir/timescaledb") diff --git a/sql/updates/2.10.2--2.10.3.sql b/sql/updates/2.10.2--2.10.3.sql new file mode 100644 index 00000000000..e69de29bb2d diff --git a/sql/updates/2.10.3--2.10.2.sql b/sql/updates/2.10.3--2.10.2.sql new file mode 100644 index 00000000000..e69de29bb2d