1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-16 10:33:27 +08:00

Changelog for 2.10.3

This commit is contained in:
Fabrízio de Royes Mello 2023-04-25 17:33:56 -03:00
parent 8a95d1b9ee
commit d5a286174d

@ -25,8 +25,7 @@ accidentally triggering the load of a previous DB version.**
* #5442 Decompression may have lost DEFAULT values * #5442 Decompression may have lost DEFAULT values
* #5459 Fix issue creating dimensional constraints * #5459 Fix issue creating dimensional constraints
* #5570 Improve interpolate error message on datatype mismatch * #5570 Improve interpolate error message on datatype mismatch
* #5583 Fix parameterization in DecompressChunk path generation * #5573 Fix unique constraint on compressed tables
* #5602 Fix broken CAgg with JOIN repair function
* #5615 Add permission checks to run_job() * #5615 Add permission checks to run_job()
**Thanks** **Thanks**
@ -34,6 +33,13 @@ accidentally triggering the load of a previous DB version.**
* @ollz272 for reporting an issue with interpolate error messages * @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) ## 2.10.2 (2023-04-20)
**Bugfixes** **Bugfixes**
@ -52,7 +58,6 @@ accidentally triggering the load of a previous DB version.**
* #5544 Fix refresh from beginning of Continuous Aggregate with variable time bucket * #5544 Fix refresh from beginning of Continuous Aggregate with variable time bucket
* #5558 Use regrole for job owner * #5558 Use regrole for job owner
* #5542 Enable indexscan on uncompressed part of partially compressed chunks * #5542 Enable indexscan on uncompressed part of partially compressed chunks
* #5573 Fix unique constraint on compressed tables
**Thanks** **Thanks**
* @nikolaps for reporting an issue with the COPY fetcher * @nikolaps for reporting an issue with the COPY fetcher