From dd3453ced544e1515b3f0b1b0cff4fab2e7a917f Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Tue, 1 Dec 2020 14:02:36 +0300 Subject: [PATCH] Update CHANGELOG for 9.5.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb84eecc9..0bf35abdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v9.5.1 (December 1, 2020) ### + +* Enables PostgreSQL's parallel queries on EXPLAIN ANALYZE + +* Fixes a bug that could cause excessive memory consumption when a partition is + created + +* Fixes a bug that triggers subplan executions unnecessarily with cursors + +* Fixes a segfault in connection management due to invalid connection hash + entries + ### citus v9.4.3 (November 24, 2020) ### * Enables PostgreSQL's parallel queries on EXPLAIN ANALYZE