mirror of https://github.com/citusdata/citus.git
Fixed an item in changelog
parent
73cc4a35d6
commit
e3a21c8db5
|
@ -1,7 +1,5 @@
|
||||||
### citus v11.3.1 (February 12, 2024) ###
|
### citus v11.3.1 (February 12, 2024) ###
|
||||||
|
|
||||||
* Disallows creating a replicated distributed table concurrently (#7219)
|
|
||||||
|
|
||||||
* Fixes a bug related to non-existent objects in DDL commands (#6984)
|
* Fixes a bug related to non-existent objects in DDL commands (#6984)
|
||||||
|
|
||||||
* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)
|
* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)
|
||||||
|
@ -18,6 +16,8 @@
|
||||||
|
|
||||||
* Improves citus_shard_sizes performance (#7051)
|
* Improves citus_shard_sizes performance (#7051)
|
||||||
|
|
||||||
|
* Makes sure to disallow creating a replicated distributed table concurrently (#7219)
|
||||||
|
|
||||||
* MERGE is unsupported with filters that prune down to zero shards (#6946)
|
* MERGE is unsupported with filters that prune down to zero shards (#6946)
|
||||||
|
|
||||||
* Removes pg_send_cancellation and all references (#7135)
|
* Removes pg_send_cancellation and all references (#7135)
|
||||||
|
|
Loading…
Reference in New Issue