From 62ea10989cc8e2adf6c5f994e0df31c8cae94dcc Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 8 Nov 2021 13:17:09 +0300 Subject: [PATCH] Add changelog entries for 9.5.9 (cherry picked from commit 3d49cbf9ab42ab6fef95c749ccd11ecf02caca26) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0467c5b6a..dcee46333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### citus v9.5.9 (November 8, 2021) ### + +* Fixes a bug preventing `INSERT SELECT .. ON CONFLICT` with a constraint name + on local shards + +* Fixes a bug with local cached plans on tables with dropped columns + +* Fixes a crash in queries with a modifying `CTE` and a `SELECT` + without `FROM` + +* Fixes a missing `FROM` clause entry error + +* Fixes a missing intermediate result when coordinator is in metadata + +* Reinstates optimisation for uniform shard interval ranges + ### citus v9.5.8 (September 15, 2021) ### * Fixes a bug that caused `worker_append_table_to_shard` to write as superuser