Skip to content

Commit a8b666d

Browse files
committed
Release 0.6.1
1 parent 2799075 commit a8b666d

File tree

5 files changed

+2407
-1
lines changed

5 files changed

+2407
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# TimescaleDB Changelog
22

3+
## 0.6.1 (2017-11-07)
4+
5+
**High-level changes**
6+
7+
* Fix several memory bugs that caused segfaults
8+
* Fix bug when creating expression indexes
9+
* Plug a memory leak with constraint expressions
10+
* Several other bug fixes and stability improvements
11+
12+
**Notable commits**
13+
* [2799075] Fix EXPLAIN for ConstraintAware and MergeAppend
14+
* [8084594] Use per-chunk memory context for cached chunks
15+
* [a13d9de] Do not convert tuples on insert unless needed
16+
* [da09f24] Limit growth of range table during chunk inserts
17+
* [85dee79] Fix issue with creating expression indexes
18+
* [844ff7f] Fix memory leak due to constraint expressions.
19+
* [e90d3ee] Consider precvious CIS state in copy FROM file to rel
20+
* [56d632f] Fix bug with pointer assignment after realloc
21+
* [f97d624] Make event trigger creation idempotent
22+
23+
**Thanks**
24+
* @jwdeitch for submitting a patch to correct behavior in the COPY operation
25+
* @jgraichen for reporting a bug with expression indexes
26+
* @zixet for reporting a memory leak
27+
* @djk447 for reporting a bug in EXPLAIN with ConstraintAware and MergeAppend
28+
329
## 0.6.0 (2017-10-12)
430

531
**High-level changes**

0 commit comments

Comments
 (0)