From d8289563fac4921dfafce410a7767eb9f53d6729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADzio=20de=20Royes=20Mello?= Date: Wed, 27 Oct 2021 12:00:25 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cc133b7e5..2b9f4f36adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,12 @@ accidentally triggering the load of a previous DB version.** This release adds major new features since the 2.4.2 release. We deem it moderate priority for upgrading. -This release adds two frequently requested major features: +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. @@ -42,6 +44,7 @@ This release also includes several bug fixes. * #3727 Fix DirectFunctionCall crash in distributed_exec * #3728 Fix SkipScan with varchar column * #3733 Fix ANALYZE crash with custom statistics for custom types +* #3747 Always reset expr context in DecompressChunk **Thanks** * @binakot and @sebvett for reporting an issue with DISTINCT queries