From feb37dab624fd09966df256659bd3c32dd722317 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 25 Mar 2020 14:32:55 +0100 Subject: [PATCH] Update CHANGELOG for v9.2.3 (#3648) (cherry picked from commit 36ff1504650f185db09fd01967b43aaccc10c147) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43372d1e9..3604420eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### citus v9.2.3 (March 25, 2020) ### + +* Do not use C functions that have been banned by Microsoft + +* Fixes a bug that causes wrong results with complex outer joins + +* Fixes issues found using static analysis + +* Fixes left join shard pruning in pushdown planner + +* Fixes possibility for segmentation fault in internal aggregate functions + +* Fixes possible segfault when non pushdownable aggregates are used in `HAVING` + +* Improves correctness of planning subqueries in `HAVING` + +* Prevents using old connections for security if `citus.node_conninfo` changed + +* Uses Microsoft approved cipher string for default TLS setup + ### citus v9.2.2 (March 5, 2020) ### * Fixes a bug that caused some prepared stmts with function calls to fail