Timescaledb: 1.1.0 Release

Release date:
December 13, 2018
Previous version:
1.0.1 (released December 5, 2018)
Magnitude:
5,810 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

46 Commits in this Release

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

Authored September 28, 2018
Authored November 8, 2018
Authored October 22, 2018
Authored November 19, 2018
Authored November 17, 2018
Authored November 28, 2018
Authored November 13, 2018
Authored November 30, 2018
Authored November 19, 2018
Authored December 12, 2018
Authored November 30, 2018
Authored December 13, 2018
Authored November 20, 2018
Authored November 24, 2018
Authored November 30, 2018
Authored December 12, 2018
Authored November 20, 2018
Authored December 12, 2018
Authored December 5, 2018
Authored December 1, 2018
Authored December 2, 2018

Top Contributors in 1.1.0

amytai
davidkohn88
erimatnor
niksajakovljevic
svenklemm
JLockerman
Ngalstyan4
cevian
did-g
mfreed

Directory Browser for 1.1.0

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

Release Notes Published

Our 1.1 release introduces beta support for PG 11, as well as several performance optimizations aimed at improving chunk exclusion for read queries. We are also packaging our new timescale-tune tool (currently in beta) with our Debian and Linux releases. If you encounter any issues with our beta features, please file a Github issue.

Potential breaking changes

In addition to optimizing first() / last() to utilize indices for non-group-by queries, we adjusted its sorting behavior to match that of PostgreSQL’s max() and min() functions. Previously, if the column being sorted had NULL values, a NULL would be returned. First() and last() now instead ignore NULL values.

Notable Commits * [71f3a0c] Fix Datum conversion issues * [5aa1eda] Refactor compatibility functions and code to support PG11 * [e4a4f8e] Add support for functions on open (time) dimensions * [ed5067c] Fix interval_from_now_to_internal timestamptz handling * [019971c] Optimize FIRST/LAST aggregate functions * [83014ee] Implement drop_chunks in C * [9a34028] Implement show_chunks in C and have drop_chunks use it * [d461959] Add view to show hypertable information * [35dee48] Remove version-checking from client-side * [5b6a5f4] Change size utility and job functions to STRICT * [7e55d91] Add checks for NULL arguments to DDL functions * [c1db608] Fix upsert TLE translation when mapping variable numbers * [55a378e] Check extension exists for DROP OWNED and DROP EXTENSION * [0c8c085] Exclude unneeded chunks for IN/ANY/ALL operators * [f27c0a3] Move int time_bucket functions with offset to C

Thanks * @did-g for some memory improvements