From c2ea8860857e9875611c8fde82412a35879f6945 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Thu, 14 Oct 2021 12:29:40 +0300 Subject: [PATCH] Add changelog for 10.2.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28ef07f5..baf726434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### citus v10.2.2 (October 14, 2021) ### + +* Fixes a bug that causes reading columnar metapage as all-zeros when + writing to a columnar table + +* Fixes a bug that could cause prerequisite columnar table access method + objects being not created during pg upgrades + +* Fixes a bug that could cause `CREATE INDEX` to fail for expressions when + using custom `search_path` + +* Fixes an unexpected error that occurs due to aborted writes to a columnar + table with an index + ### citus v10.2.1 (September 24, 2021) ### * Adds missing version-mismatch checks for columnar tables