From a5adc490779fc80dd87ffcfe6039a92a258ac7b9 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 28 Dec 2020 17:28:54 +0000 Subject: [PATCH] Add changelog entry for version 9.4.4 Conflicts: CHANGELOG.md Committing a cherry-pick with sha 19977792d81577404b4cf12e61721644ad694edb --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16637b2e3..af3c89c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v9.4.4 (December 28, 2020) ### + +* Fixes a bug that could cause router queries with local tables to be pushed + down + +* Fixes a segfault in connection management due to invalid connection hash + entries + +* Fixes possible issues that might occur with single shard distributed tables + ### citus v9.4.3 (November 24, 2020) ### * Enables PostgreSQL's parallel queries on EXPLAIN ANALYZE