Skip to content

Commit

Permalink
Add changelog for 10.2.2
Browse files Browse the repository at this point in the history
(cherry picked from commit c2ea886)
  • Loading branch information
onurctirtir committed Oct 14, 2021
1 parent bf3c0d7 commit ef2c6d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef2c6d5

Please sign in to comment.