mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
TimescaleDB 2.15.3 post-release adjustments
Adjust CHANGELOG and downgrade scripts for 2.15.3
This commit is contained in:
parent
038b5757ac
commit
26e9eb521a
@ -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.
|
If you are migrating from TimescaleDB v2.15.0, v2.15.1 or v2.15.2, no changes are required.
|
||||||
|
|
||||||
**Bugfixes**
|
**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.
|
* #7061: Fix the handling of multiple unique indexes in a compressed INSERT.
|
||||||
* #7080: Fix the `corresponding equivalence member not found` error.
|
* #7080: Fix the `corresponding equivalence member not found` error.
|
||||||
* #7088: Fix the leaks in the DML functions.
|
* #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**
|
**Thanks**
|
||||||
* @Kazmirchuk for reporting the issue about leaks with the functions in DML.
|
* @Kazmirchuk for reporting the issue about leaks with the functions in DML.
|
||||||
|
@ -79,7 +79,8 @@ set(OLD_REV_FILES
|
|||||||
2.14.2--2.14.1.sql
|
2.14.2--2.14.1.sql
|
||||||
2.15.0--2.14.2.sql
|
2.15.0--2.14.2.sql
|
||||||
2.15.1--2.15.0.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(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
|
||||||
set(LOADER_PATHNAME "$libdir/timescaledb")
|
set(LOADER_PATHNAME "$libdir/timescaledb")
|
||||||
|
0
sql/updates/2.15.3--2.15.2.sql
Normal file
0
sql/updates/2.15.3--2.15.2.sql
Normal file
@ -1,3 +1,3 @@
|
|||||||
version = 2.16.0-dev
|
version = 2.16.0-dev
|
||||||
update_from_version = 2.15.3
|
update_from_version = 2.15.3
|
||||||
downgrade_to_version = 2.15.2
|
downgrade_to_version = 2.15.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user