From ea8702f7cd4620e27165b6aa4fb321b5562d2420 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 11 Feb 2024 23:26:27 +0300 Subject: [PATCH] Sorts changeog items alphabetically --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b225931a7..5fbba5d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,28 @@ ### citus v11.3.1 (February 12, 2024) ### -* Fixes replicate reference tables task fail when user is superuser (#6930) - -* MERGE is unsupported with filters that prune down to zero shards (#6946) - -* Fixes incorrect results on fetching scrollable with hold cursors (#7014) +* Disallows creating a replicated distributed table concurrently (#7219) * Fixes a bug related to non-existent objects in DDL commands (#6984) -* Improves citus_shard_sizes performance (#7051) - * Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152) * Fixes a bug with deleting colocation groups (#6929) -* Removes pg_send_cancellation and all references (#7135) +* Fixes incorrect results on fetching scrollable with hold cursors (#7014) * Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) -* Disallows creating a replicated distributed table concurrently (#7219) +* Fixes replicate reference tables task fail when user is superuser (#6930) * Fixes the incorrect column count after ALTER TABLE (#7379) +* Improves citus_shard_sizes performance (#7051) + +* 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) ### * Introduces CDC implementation for Citus using logical replication