Release 1.4.2

This maintenance release contains bugfixes since the 1.4.1 release.
We deem it medium priority for upgrading.

In particular the fixes contained in this maintenance release address
2 potential segfaults and no other security vulnerabilities.
The bugfixes are related to background workers, OUTER JOINs, ordered
append on space partitioned hypertables and expression indexes.
This commit is contained in:
Sven Klemm 2019-09-09 17:21:34 +02:00 committed by Sven Klemm
parent d793357323
commit 33a75ab09d
3 changed files with 13 additions and 5 deletions

View File

@ -4,16 +4,23 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.**
## 1.4.2 (unreleased)
## 1.4.2 (2019-09-11)
This maintenance release contains bugfixes since the 1.4.1 release. We deem it medium
priority for upgrading.
In particular the fixes contained in this maintenance release address 2 potential
segfaults and no other security vulnerabilities. The bugfixes are related to
background workers, OUTER JOINs, ordered append on space partitioned hypertables
and expression indexes.
**Bugfixes**
* #1327 Fix chunk exclusion with ordered append
* #1390 Fix deletes of background workers while a job is running
* #1392 Fix cagg_agg_validate expression handling
* #1392 Fix cagg_agg_validate expression handling (segfault)
* #1408 Fix ChunkAppend space partitioning support for ordered append
* #1420 Fix OUTER JOIN qual propagation
* #1422 Fix background worker segfaults
* #1423 Fix segfault on ARM/32-bit builds
* #1422 Fix background worker error handling (segfault)
* #1424 Fix ChunkAppend LIMIT pushdown
* #1429 Fix expression index creation

View File

@ -93,6 +93,7 @@ set(MOD_FILES
updates/1.3.1--1.3.2.sql
updates/1.3.2--1.4.0.sql
updates/1.4.0--1.4.1.sql
updates/1.4.1--1.4.2.sql
)
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")

View File

@ -1,2 +1,2 @@
version = 1.5.0-dev
update_from_version = 1.4.1
update_from_version = 1.4.2