mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-24 15:05:03 +08:00
Release 2.12.2
This release contains bug fixes since the 2.12.1 release. We recommend that you upgrade at the next available opportunity. **Bugfixes** * #6155 Align gapfill bucket generation with time_bucket * #6181 Ensure fixed_schedule field is populated * #6210 Fix EXPLAIN ANALYZE for compressed DML
This commit is contained in:
parent
65ecda93e6
commit
21a3ebd77c
@ -1 +0,0 @@
|
|||||||
Fixes: #6155 Align gapfill bucket generation with time_bucket
|
|
@ -1 +0,0 @@
|
|||||||
Fixes: #6210 Fix EXPLAIN ANALYZE for compressed DML
|
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@
|
|||||||
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
|
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
|
||||||
accidentally triggering the load of a previous DB version.**
|
accidentally triggering the load of a previous DB version.**
|
||||||
|
|
||||||
|
## 2.12.2 (2023-10-19)
|
||||||
|
|
||||||
|
This release contains bug fixes since the 2.12.1 release.
|
||||||
|
We recommend that you upgrade at the next available opportunity.
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
* #6155 Align gapfill bucket generation with time_bucket
|
||||||
|
* #6181 Ensure fixed_schedule field is populated
|
||||||
|
* #6210 Fix EXPLAIN ANALYZE for compressed DML
|
||||||
|
|
||||||
## 2.12.1 (2023-10-12)
|
## 2.12.1 (2023-10-12)
|
||||||
|
|
||||||
This release contains bug fixes since the 2.12.0 release.
|
This release contains bug fixes since the 2.12.0 release.
|
||||||
|
@ -39,7 +39,8 @@ set(MOD_FILES
|
|||||||
updates/2.11.0--2.11.1.sql
|
updates/2.11.0--2.11.1.sql
|
||||||
updates/2.11.1--2.11.2.sql
|
updates/2.11.1--2.11.2.sql
|
||||||
updates/2.11.2--2.12.0.sql
|
updates/2.11.2--2.12.0.sql
|
||||||
updates/2.12.0--2.12.1.sql)
|
updates/2.12.0--2.12.1.sql
|
||||||
|
updates/2.12.1--2.12.2.sql)
|
||||||
|
|
||||||
# The downgrade file to generate a downgrade script for the current version, as
|
# The downgrade file to generate a downgrade script for the current version, as
|
||||||
# specified in version.config
|
# specified in version.config
|
||||||
|
0
sql/updates/2.12.1--2.12.2.sql
Normal file
0
sql/updates/2.12.1--2.12.2.sql
Normal file
@ -1,3 +1,3 @@
|
|||||||
version = 2.13.0-dev
|
version = 2.13.0-dev
|
||||||
update_from_version = 2.12.1
|
update_from_version = 2.12.2
|
||||||
downgrade_to_version = 2.12.1
|
downgrade_to_version = 2.12.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user