mirror of https://github.com/citusdata/citus.git
parent
83585e32f9
commit
0f62f1a93a
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
### citus v10.0.6 (November 12, 2021) ###
|
||||
|
||||
* Adds missing version checks for columnar tables
|
||||
|
||||
* Fixes a bug that caused `worker_append_table_to_shard` to write as superuser
|
||||
|
||||
* Fixes a bug with local cached plans on tables with dropped columns
|
||||
|
||||
* Fixes a missing `FROM` clause entry error
|
||||
|
||||
* Fixes a use after free issue that could happen when altering a distributed
|
||||
table
|
||||
|
||||
* Reinstates optimisation for uniform shard interval ranges
|
||||
|
||||
### citus v10.0.5 (August 16, 2021) ###
|
||||
|
||||
* Allows more graceful failovers when replication factor > 1
|
||||
|
|
Loading…
Reference in New Issue