Release 0.0.10-beta and add CHANGELOG

This commit is contained in:
Rob Kiefer 2017-05-04 12:30:54 -04:00 committed by RobAtticus
parent 1c4868d754
commit 236d5fed53
2 changed files with 19 additions and 1 deletions

18
CHANGELOG.md Normal file
View File

@ -0,0 +1,18 @@
# TimescaleDB Changelog
## 0.0.10-beta (2017-05-04)
**High-level changes**
* New `time_bucket` functions for doing roll-ups on varied intervals
* Change default partition function (thanks @robin900)
* Variety of bug fixes
**Notable commits**
* [1c4868d] Add documentation for chunk_time_interval argument
* [55fd2f2] Fixes command tag return for `INSERT`s on hypertables.
* [c3f930f] Add `time_bucket` functions
* [b128ac2] Fix bug with `INSERT INTO...SELECT`
* [e20edf8] Add better error checking for index creation.
* [72f754a] use PostgreSQL's own `hash_any` function as default partfunc (thanks @robin900)
* [39f4c0f] Remove sample data instructions and point to docs site
* [9015314] Revised the `get_general_index_definition` function to handle cases where indexes have definitions other than just `CREATE INDEX` (thanks @bricklen)

View File

@ -1,6 +1,6 @@
# timescaledb extension
comment = 'Enables scalable inserts and complex queries for time-series data'
default_version = '0.0.9-beta'
default_version = '0.0.10-beta'
module_pathname = '$libdir/timescaledb'
requires = 'postgres_fdw'
relocatable = true