Fixes review notes

pull/7497/head
gurkanindibay 2024-02-13 12:45:51 +03:00
parent f41b6b68ee
commit 61b0cb2b63
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
### citus v11.3.1 (February 12, 2024) ###
* Disallows MERGE when the query prunes down to zero shards (#6946)
* 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)
@ -14,13 +16,11 @@
* Fixes the incorrect column count after ALTER TABLE (#7379)
* Improves citus_shard_sizes performance (#7051)
* Improves citus_shard_sizes performance (#7050)
* Makes sure to disallow creating a replicated distributed table
concurrently (#7219)
* MERGE is unsupported with filters that prune down to zero shards (#6946)
* Removes pg_send_cancellation and all references (#7135)
### citus v11.3.0 (May 2, 2023) ###