1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-20 12:47:40 +08:00
Fabrízio de Royes Mello 8925dd8e15 Release 2.5.0
This release adds major new features since the 2.4.2 release.
We deem it moderate priority for upgrading.

This release includes these noteworthy features:

* Continuous Aggregates for Distributed Hypertables
* Support for PostgreSQL 14
* Experimental: Support for timezones in `time_bucket_ng()`, including
the `origin` argument

This release also includes several bug fixes.

**Features**
*  Add support for PostgreSQL 14
*  Add continuous aggregates for distributed hypertables
*  Add support for timezones in `time_bucket_ng()`

**Bugfixes**
*  Fix memory context bug executing TRUNCATE
*  Allow alter column type on distributed hypertable
*  Improve evaluation of stable functions such as now() on access
node
*  Fix execution of refresh_caggs from user actions
*  Add shared dependencies when creating chunk
*  Fix memory context bug executing TRUNCATE
*  Schema qualify UDTs in multi-node
*  Allow owner change of a data node
*  Fix index attnum mapping in reorder_chunk
*  Fix SkipScan path generation with constant DISTINCT column
*  Fix compress_policy for multi txn handling
*  Fix distributed hypertable DROP within a procedure
*  Allow anyone to use size utilities on distributed hypertables
*  Fix crash in get_aggsplit
*  Fix ordered append pathkey check
*  Fix GRANT/REVOKE ALL IN SCHEMA handling
*  Support transparent decompression on individual chunks
*  Fix inserts into compressed chunks on hypertables with caggs
*  Fix DirectFunctionCall crash in distributed_exec
*  Fix SkipScan with varchar column
*  Fix ANALYZE crash with custom statistics for custom types
*  Always reset expr context in DecompressChunk

**Thanks**
* @binakot and @sebvett for reporting an issue with DISTINCT queries
* @hardikm10, @DavidPavlicek and @pafiti for reporting bugs on TRUNCATE
* @mjf for reporting an issue with ordered append and JOINs
* @phemmer for reporting the issues on multinode with aggregate queries and evaluation of now()
* @abolognino for reporting an issue with INSERTs into compressed hypertables that have cagg
* @tanglebones for reporting the ANALYZE crash with custom types on multinode
2021-10-27 17:28:26 -03:00

3 lines
164 B
SQL

DROP FUNCTION IF EXISTS _timescaledb_internal.time_col_name_for_chunk(name,name);
DROP FUNCTION IF EXISTS _timescaledb_internal.time_col_type_for_chunk(name,name);