mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-25 15:50:27 +08:00
Release 0.2.0
This commit is contained in:
parent
3c1f7522bb
commit
6d075af802
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,8 +1,23 @@
|
|||||||
# TimescaleDB Changelog
|
# TimescaleDB Changelog
|
||||||
|
|
||||||
|
## 0.2.0 (2017-07-12)
|
||||||
|
|
||||||
|
**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
|
||||||
|
|
||||||
## 0.1.0 (2017-06-28)
|
## 0.1.0 (2017-06-28)
|
||||||
|
|
||||||
**IMPORTANT NOTE**
|
**IMPORTANT NOTE**
|
||||||
|
|
||||||
Starting with this release, TimescaleDB will now
|
Starting with this release, TimescaleDB will now
|
||||||
support upgrading between extension versions using the typical
|
support upgrading between extension versions using the typical
|
||||||
`ALTER EXTENSION` command, unless otherwise noted in future release notes. This
|
`ALTER EXTENSION` command, unless otherwise noted in future release notes. This
|
||||||
|
2485
sql/timescaledb--0.1.0--0.2.0.sql
Normal file
2485
sql/timescaledb--0.1.0--0.2.0.sql
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
# timescaledb extension
|
# timescaledb extension
|
||||||
comment = 'Enables scalable inserts and complex queries for time-series data'
|
comment = 'Enables scalable inserts and complex queries for time-series data'
|
||||||
default_version = '0.1.1-dev'
|
default_version = '0.2.0'
|
||||||
module_pathname = '$libdir/timescaledb'
|
module_pathname = '$libdir/timescaledb'
|
||||||
relocatable = true
|
relocatable = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user