Skip to content

Commit 86c7dd5

Browse files
author
Ryan Booz
authored
Update index.md (github#581)
1 parent 50a9a48 commit 86c7dd5

File tree

1 file changed

+42
-42
lines changed
  • timescaledb/overview/release-notes

1 file changed

+42
-42
lines changed

timescaledb/overview/release-notes/index.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,48 @@ for more information and links to installation instructions when upgrading from
7878

7979
## Release notes
8080

81+
## 2.5.0 (2021-10-28)
82+
83+
**Features**
84+
85+
* #3034 Add support for PostgreSQL 14
86+
* #3435 Add continuous aggregates for distributed hypertables
87+
* #3505 Add support for timezones in time_bucket_ng()
88+
89+
**Bug fixes**
90+
91+
* #3580 Fix memory context bug executing TRUNCATE
92+
* #3592 Allow alter column type on distributed hypertable
93+
* #3598 Improve evaluation of stable functions such as now() on access node
94+
* #3618 Fix execution of refresh_caggs from user action
95+
* #3625 Add shared dependencies when creating chunk
96+
* #3626 Fix memory context bug executing TRUNCATE
97+
* #3627 Schema qualify UDTs in multi-node
98+
* #3638 Allow owner change of a data node
99+
* #3654 Fix index attnum mapping in reorder_chunk
100+
* #3661 Fix SkipScan path generation with constant DISTINCT column
101+
* #3667 Fix compress_policy for multi txn handling
102+
* #3673 Fix distributed hypertable DROP within a procedure
103+
* #3701 Allow anyone to use size utilities on distributed hypertables
104+
* #3708 Fix crash in get_aggsplit
105+
* #3709 Fix ordered append pathkey check
106+
* #3712 Fix GRANT/REVOKE ALL IN SCHEMA handling
107+
* #3717 Support transparent decompression on individual chunks
108+
* #3724 Fix inserts into compressed chunks on hypertables with caggs
109+
* #3727 Fix DirectFunctionCall crash in distributed_exec
110+
* #3728 Fix SkipScan with varchar column
111+
* #3733 Fix ANALYZE crash with custom statistics for custom types
112+
* #3747 Always reset expr context in DecompressChunk
113+
114+
**Thanks**
115+
116+
* @binakot and @sebvett for reporting an issue with DISTINCT queries
117+
* @hardikm10, @DavidPavlicek and @pafiti for reporting bugs on TRUNCATE
118+
* @mjf for reporting an issue with ordered append and JOINs
119+
* @phemmer for reporting the issues on multinode with aggregate queries and evaluation of now()
120+
* @abolognino for reporting an issue with INSERTs into compressed hypertables that have cagg
121+
* @tanglebones for reporting the ANALYZE crash with custom types on multinode
122+
81123
## 2.4.2 (2021-09-21)
82124

83125
This release contains bug fixes since the 2.4.1 release.
@@ -96,48 +138,6 @@ We deem it high priority to upgrade.
96138
* @jankatins for reporting a crash with background workers
97139
* @LutzWeischerFujitsu for reporting an issue with bootstrap
98140

99-
## 2.5.0 (2021-10-28)
100-
101-
**Features**
102-
103-
#3034 Add support for PostgreSQL 14
104-
#3435 Add continuous aggregates for distributed hypertables
105-
#3505 Add support for timezones in time_bucket_ng()
106-
107-
**Bug fixes**
108-
109-
#3580 Fix memory context bug executing TRUNCATE
110-
#3592 Allow alter column type on distributed hypertable
111-
#3598 Improve evaluation of stable functions such as now() on access node
112-
#3618 Fix execution of refresh_caggs from user actions
113-
#3625 Add shared dependencies when creating chunk
114-
#3626 Fix memory context bug executing TRUNCATE
115-
#3627 Schema qualify UDTs in multi-node
116-
#3638 Allow owner change of a data node
117-
#3654 Fix index attnum mapping in reorder_chunk
118-
#3661 Fix SkipScan path generation with constant DISTINCT column
119-
#3667 Fix compress_policy for multi txn handling
120-
#3673 Fix distributed hypertable DROP within a procedure
121-
#3701 Allow anyone to use size utilities on distributed hypertables
122-
#3708 Fix crash in get_aggsplit
123-
#3709 Fix ordered append pathkey check
124-
#3712 Fix GRANT/REVOKE ALL IN SCHEMA handling
125-
#3717 Support transparent decompression on individual chunks
126-
#3724 Fix inserts into compressed chunks on hypertables with caggs
127-
#3727 Fix DirectFunctionCall crash in distributed_exec
128-
#3728 Fix SkipScan with varchar column
129-
#3733 Fix ANALYZE crash with custom statistics for custom types
130-
#3747 Always reset expr context in DecompressChunk
131-
132-
**Thanks**
133-
134-
@binakot and @sebvett for reporting an issue with DISTINCT queries
135-
@hardikm10, @DavidPavlicek and @pafiti for reporting bugs on TRUNCATE
136-
@mjf for reporting an issue with ordered append and JOINs
137-
@phemmer for reporting the issues on multinode with aggregate queries and evaluation of now()
138-
@abolognino for reporting an issue with INSERTs into compressed hypertables that have cagg
139-
@tanglebones for reporting the ANALYZE crash with custom types on multinode
140-
141141
## 2.4.1 (2021-08-19)
142142

143143
**Bug fixes**

0 commit comments

Comments
 (0)