From 499e7ed0389da70985dbb1f53c692ae802725b00 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Tue, 26 Jan 2021 13:26:30 +0300 Subject: [PATCH] Update CHANGELOG for 9.5.2 (#4577) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf35abdc..7a9fb7c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### citus v9.5.2 (January 26, 2021) ### + +* Fixes distributed deadlock detection being blocked by metadata sync + +* Prevents segfaults when SAVEPOINT handling cannot recover from connection + failures + +* Fixes possible issues that might occur with single shard distributed tables + +### 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.5.1 (December 1, 2020) ### * Enables PostgreSQL's parallel queries on EXPLAIN ANALYZE