From 4082fab0c9bcc3dddbec402d2008bf217b5155e6 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 14 Jul 2021 13:15:49 +0300 Subject: [PATCH] Add changelog entry for 10.0.4 (cherry picked from commit 45b72c204d466e8dd8ba193293e3e66ddf981c48) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f4b9bd1..07a62b8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### citus v10.0.4 (July 14, 2021) ### + +* Introduces `citus.local_hostname` GUC for connections to the current node + +* Removes dependencies on the existence of public schema + +* Removes limits around long partition names + +* Fixes a bug that can cause a crash when DEBUG4 logging is enabled + +* Fixes a bug that causes pruning incorrect shard of a range distributed table + +* Fixes an issue that could cause citus_finish_pg_upgrade to fail + +* Fixes FROM ONLY queries on partitioned tables + +* Fixes issues caused by public schema being omitted in queries + +* Fixes problems with concurrent calls of DropMarkedShards + +* Fixes relname null bug when using parallel execution + +* Fixes two race conditions in the get_rebalance_progress + ### citus v10.0.3 (March 16, 2021) ### * Prevents infinite recursion for queries that involve `UNION ALL`