From 92130ae2a2ab12addf130180e35c2ae32799a126 Mon Sep 17 00:00:00 2001 From: Sait Talha Nisanci Date: Tue, 16 Mar 2021 10:17:54 +0300 Subject: [PATCH] Update CHANGELOG for 10.0.3 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95824be7..eef9d56d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +### citus v10.0.3 (March 16, 2021) ### + +* Prevents infinite recursion for queries that involve `UNION ALL` + below `JOIN` + +* Fixes a crash in queries with a modifying `CTE` and a `SELECT` + without `FROM` + +* Fixes upgrade and downgrade paths for `citus_update_table_statistics` + +* Fixes a bug that causes `SELECT` queries to use 2PC unnecessarily + +* Fixes a bug that might cause self-deadlocks with + `CREATE INDEX` / `REINDEX CONCURRENTLY` commands + +* Adds `citus.max_cached_connection_lifetime` GUC to set maximum connection + lifetime + +* Adds `citus.remote_copy_flush_threshold` GUC that controls + per-shard memory usages by `COPY` + +* Adds `citus_get_active_worker_nodes` UDF to deprecate + `master_get_active_worker_nodes` + +* Skips 2PC for readonly connections in a transaction + +* Makes sure that local execution starts coordinated transaction + +* Removes open temporary file warning when cancelling a query with + an open tuple store + +* Relaxes the locks when adding an existing node + ### citus v10.0.2 (March 3, 2021) ### * Adds a configure flag to enforce security