From c2a97062035b6955af209bd613944e0c21c99626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20Ozan=20Akg=C3=BCl?= Date: Wed, 3 Mar 2021 15:44:08 +0300 Subject: [PATCH] Update CHANGELOG for 10.0.2 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc51d01b..b95824be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +### citus v10.0.2 (March 3, 2021) ### + +* Adds a configure flag to enforce security + +* Fixes a bug due to cross join without target list + +* Fixes a bug with `UNION ALL` on PG 13 + +* Fixes a compatibility issue with pg_audit in utility calls + +* Fixes insert query with CTEs/sublinks/subqueries etc + +* Grants `SELECT` permission on `citus_tables` view to `public` + +* Grants `SELECT` permission on columnar metadata tables to `public` + +* Improves `citus_update_table_statistics` and provides distributed deadlock + detection + +* Preserves colocation with procedures in `alter_distributed_table` + +* Prevents using `alter_columnar_table_set` and `alter_columnar_table_reset` + on a columnar table not owned by the user + +* Removes limits around long table names + ### citus v9.5.4 (February 19, 2021) ### * Fixes a compatibility issue with pg_audit in utility calls