From 74f20149cde6a86c8c4dc067d16e8bd237c32a82 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 17 Jun 2020 17:09:55 +0300 Subject: [PATCH 1/2] Update CHANGELOG for 9.2.5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929d60cf0..8f4374ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### citus v9.2.5 (Jun 17, 2020) ### + +* Adds support to partially push down tdigest aggregates + +* Fixes an issue with distributing tables having generated cols not at the end + ### citus v9.3.0 (May 6, 2020) ### * Adds `max_shared_pool_size` to control number of connections across sessions From 4640f909339fd0c381a3ca5bfa66176d3c639325 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 17 Jun 2020 17:10:10 +0300 Subject: [PATCH 2/2] Update CHANGELOG for 9.3.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4374ef2..bea329100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### citus v9.3.1 (Jun 17, 2020) ### + +* Adds support to partially push down tdigest aggregates + +* Fixes a crash that occurs when inserting implicitly coerced constants + ### citus v9.2.5 (Jun 17, 2020) ### * Adds support to partially push down tdigest aggregates