Merge pull request #5375 from citusdata/update-cl-10.2.2

Add changelog for 10.2.2
pull/5377/head
Onur Tirtir 2021-10-14 14:29:55 +03:00 committed by GitHub
commit 59caaf0a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -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) ### ### citus v10.2.1 (September 24, 2021) ###
* Adds missing version-mismatch checks for columnar tables * Adds missing version-mismatch checks for columnar tables