|
1 | 1 | # TimescaleDB Changelog
|
2 | 2 |
|
| 3 | +## 0.6.0 (2017-10-12) |
| 4 | + |
| 5 | +**High-level changes** |
| 6 | + |
| 7 | +* Fix bugs where hypertable-specific handlers were affecting normal Postgres tables. |
| 8 | +* Make it so that all TimescaleDB commands can run as a normal user rather than a superuser. |
| 9 | +* Updates to the code to make the extension compileable on Windows; future changes will add steps to properly build. |
| 10 | +* Move `time_bucket` functions out of `public` schema (put in schema where extension is). |
| 11 | +* Several other bugs fixes. |
| 12 | + |
| 13 | +**Notable commits** |
| 14 | +* [1d73fb8] Fix bug with extension starting too early. |
| 15 | +* [fd390ec] Fix chunk index attribute mismatch and locking issue |
| 16 | +* [430ed8a] Fix bug with collected commands in index statement. |
| 17 | +* [614c2b7] Fix permissions bugs and run tests as normal user |
| 18 | +* [ce12104] Fix "ON CONFLICT ON CONSTRAINT" on plain PostgreSQL tables |
| 19 | +* [4c451e0] Fix rename and reindex bugs when objects are not relations |
| 20 | +* [c3ebc67] Fix permission problems with dropping hypertables and chunks |
| 21 | +* [040e815] Remove truncate and hypertable metadata triggers |
| 22 | +* [5c26328] Fix INSERT on hypertables using sub-selects with aggregates |
| 23 | +* [b57e2bf] Prepare C code for compiling on Windows |
| 24 | +* [a2bad2b] Fix constraint validation on regular tables |
| 25 | +* [fb5717f] Remove explicit schema for time_bucket |
| 26 | +* [04d01ce] Split DDL processing into start and end hooks |
| 27 | + |
| 28 | +**Thanks** |
| 29 | +* @oldgreen for reporting `time_bucket` being incorrectly put in the `public` schema and pointing out permission problems |
| 30 | +* @qlandman for reporting a bug with INSERT using sub-selects with aggregates |
| 31 | +* @min-mwei for reporting a deadlock issue during INSERTs |
| 32 | +* @ryan-shaw for reporting a bug where the extension sometimes used `pg_cache` too soon |
| 33 | + |
3 | 34 | ## 0.5.0 (2017-09-20)
|
4 | 35 |
|
5 | 36 | **High-level changes**
|
|
0 commit comments