Timescaledb: 0.6.1 Release

Release date:
November 7, 2017
Previous version:
0.6.0 (released October 12, 2017)
Magnitude:
2,304 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

22 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored October 5, 2017
Authored October 19, 2017
Authored October 18, 2017
Authored October 30, 2017
Authored October 30, 2017
Authored October 18, 2017
Authored October 27, 2017
Authored October 18, 2017
Authored October 13, 2017

Top Contributors in 0.6.1

erimatnor
cevian
olofr
jwdeitch
RobAtticus

Directory Browser for 0.6.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

High-level changes

  • Fix several memory bugs that caused segfaults
  • Fix bug when creating expression indexes
  • Plug a memory leak with constraint expressions
  • Several other bug fixes and stability improvements

Notable commits * [2799075] Fix EXPLAIN for ConstraintAware and MergeAppend * [8084594] Use per-chunk memory context for cached chunks * [a13d9de] Do not convert tuples on insert unless needed * [da09f24] Limit growth of range table during chunk inserts * [85dee79] Fix issue with creating expression indexes * [844ff7f] Fix memory leak due to constraint expressions. * [e90d3ee] Consider precvious CIS state in copy FROM file to rel * [56d632f] Fix bug with pointer assignment after realloc * [f97d624] Make event trigger creation idempotent

Thanks * @jwdeitch for submitting a patch to correct behavior in the COPY operation * @jgraichen for reporting a bug with expression indexes * @zixet for reporting a memory leak * @djk447 for reporting a bug in EXPLAIN with ConstraintAware and MergeAppend