mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 09:37:00 +08:00
841 B
841 B
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 forINSERT
s on hypertables. - [
c3f930f
] Addtime_bucket
functions - [
b128ac2
] Fix bug withINSERT INTO...SELECT
- [
e20edf8
] Add better error checking for index creation. - [
72f754a
] use PostgreSQL's ownhash_any
function as default partfunc (thanks @robin900) - [
39f4c0f
] Remove sample data instructions and point to docs site - [
9015314
] Revised theget_general_index_definition
function to handle cases where indexes have definitions other than justCREATE INDEX
(thanks @bricklen)