mirror of https://github.com/citusdata/citus.git
Add changelog entries for 11.1.2 (#6386)
parent
7e0edee4ec
commit
17cf137c4c
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
||||||
|
### citus v11.1.2 (September 30, 2022) ###
|
||||||
|
|
||||||
|
* Disallows having `ON DELETE/UPDATE SET DEFAULT` actions on columns that
|
||||||
|
default to sequences
|
||||||
|
|
||||||
|
* Fixes a bug that might cause inserting incorrect `DEFAULT` values when
|
||||||
|
applying foreign key actions
|
||||||
|
|
||||||
|
* Fixes a performance issue related to shard-moves by creating replica
|
||||||
|
identities before copying shards
|
||||||
|
|
||||||
|
* Improves logging during shard-splits and resource cleanup
|
||||||
|
|
||||||
|
* Makes sure to reuse connections for shard-splits and logical replication
|
||||||
|
|
||||||
|
* Makes sure to try dropping replication slots a few more times after a failure
|
||||||
|
at the end of the shard-split
|
||||||
|
|
||||||
### citus v11.1.1 (September 16, 2022) ###
|
### citus v11.1.1 (September 16, 2022) ###
|
||||||
|
|
||||||
* Fixes a bug that prevents `create_distributed_table_concurrently()` working
|
* Fixes a bug that prevents `create_distributed_table_concurrently()` working
|
||||||
|
|
Loading…
Reference in New Issue