Timescale/timescaledb: Release 0.2.0
Name: timescaledb
Owner: Timescale
Release: 0.2.0 (2017-07-12)
Released: 2017-07-13
License: NOASSERTION
Release Assets:
High-level changes
- Users can now define their own triggers on hypertables (except for
INSERT AFTER
) - Hypertables can now be renamed or moved to a different schema
- Utility functions added so you can examine the size hypertables, chunks, and indices
Notable commits
- [83c75fd] Add support for triggers on hypertables for all triggers except
INSERT AFTER
- [e0eeeb9] Add hypertable, chunk, and indexes size utils functions.
- [4d2a65d] Add infrastructure to build update script files.
- [a5725d9] Add support to rename and change schema on hypertable.
- [142f58c] Cleanup planner and process utility hooks