From 81702af8d7d39f1adc7c8395740947dbe58908e2 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Mon, 29 Nov 2021 11:48:00 +0300 Subject: [PATCH] Add changelog entries for 10.2.3 (#5498) (cherry picked from commit 1836361a5111c8a56234acf95ece40b6e127a402) Conflicts: CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01b715ed..bc40dffab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +### citus v10.2.3 (November 29, 2021) ### + +* Adds `fix_partition_shard_index_names` udf to fix currently broken + partition index names + +* Fixes a bug that could break `DROP SCHEMA/EXTENSION` commands when there is + a columnar table + +* Fixes a bug that could break pg upgrades due to missing `pg_depend` records + for columnar table access method + +* Fixes a missing `FROM` clause entry error + +* Fixes an unexpected error that occurs when writing to a columnar table + created in older versions + +* Fixes issue when compiling Citus from source with some compilers + +* Reinstates optimisation for uniform shard interval ranges + +* Relaxes table ownership check to privileges check while acquiring lock + ### citus v10.2.2 (October 14, 2021) ### * Fixes a bug that causes reading columnar metapage as all-zeros when