From 4a1255fd107ce96be7784c68fbeb6448bdaa47d2 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 (cherry picked from commit dd3453ced544e1515b3f0b1b0cff4fab2e7a917f) Conflicts: CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7de2259..35204aba7 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.5.0 (November 10, 2020) ### * Adds support for PostgreSQL 13