mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
Release 0.0.10-beta and add CHANGELOG
This commit is contained in:
parent
1c4868d754
commit
236d5fed53
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal 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)
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user