From cdf8a123c65319eddcc29d11f57de98dbff8249b Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 7 Jul 2021 06:38:08 +0300 Subject: [PATCH] Add changelog entry for 9.4.5 (cherry picked from commit 80a553967151c74163cdcbca1616da562e9c0996) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3c89c55..0fca317e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v9.4.5 (July 7, 2021) ### + +* Adds a configure flag to enforce security + +* Avoids re-using connections for intermediate results + +* Fixes a bug that causes pruning incorrect shard of a range distributed table + +* Fixes a bug that might cause self-deadlocks when COPY used in TX block + +* Fixes an issue that could cause citus_finish_pg_upgrade to fail + ### citus v9.4.4 (December 28, 2020) ### * Fixes a bug that could cause router queries with local tables to be pushed