TimescaleDB 2.15.3 post-release adjustments

Adjust CHANGELOG and downgrade scripts for 2.15.3
This commit is contained in:
Sven Klemm 2024-07-02 17:52:18 +02:00 committed by Sven Klemm
parent 038b5757ac
commit 26e9eb521a
4 changed files with 5 additions and 3 deletions

View File

@ -16,10 +16,11 @@ After you run `ALTER EXTENSION`, you must run [this SQL script](https://github.c
If you are migrating from TimescaleDB v2.15.0, v2.15.1 or v2.15.2, no changes are required.
**Bugfixes**
* #7035: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.
* #7061: Fix the handling of multiple unique indexes in a compressed INSERT.
* #7080: Fix the `corresponding equivalence member not found` error.
* #7088: Fix the leaks in the DML functions.
* #7035: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.
* #7091: Fix ORDER BY/GROUP BY expression not found in targetlist on PG16
**Thanks**
* @Kazmirchuk for reporting the issue about leaks with the functions in DML.

View File

@ -79,7 +79,8 @@ set(OLD_REV_FILES
2.14.2--2.14.1.sql
2.15.0--2.14.2.sql
2.15.1--2.15.0.sql
2.15.2--2.15.1.sql)
2.15.2--2.15.1.sql
2.15.3--2.15.2.sql)
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
set(LOADER_PATHNAME "$libdir/timescaledb")

View File

View File

@ -1,3 +1,3 @@
version = 2.16.0-dev
update_from_version = 2.15.3
downgrade_to_version = 2.15.2
downgrade_to_version = 2.15.3