From da71b74f1d84e722f758a2a1051eb35f612ecab0 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 03:18:10 +0300 Subject: [PATCH 1/7] Add changelog entries for 9.5.11 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428598d1a..5763e58e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### citus v9.5.11 (April 20, 2023) ### + +* Fixes a crash that occurs when the aggregate that cannot be pushed-down + returns empty result from a worker (#5679) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Prevents alter table functions from dropping extensions (#5974) + ### citus v11.2.0 (January 30, 2023) ### * Adds support for outer joins with reference tables / complex subquery-CTEs From 61c7cc0a966fb51c7a66308cf0aa4fd5ebc0452d Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 03:11:44 +0300 Subject: [PATCH 2/7] Add changelog entries for 10.0.7 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5763e58e8..51b2e6bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### citus v10.0.7 (April 20, 2023) ### + +* Fixes a crash that occurs when the aggregate that cannot be pushed-down + returns empty result from a worker (#5679) + +* Fixes columnar freezing/wraparound bug (#5962) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Prevents alter table functions from dropping extensions (#5974) + ### citus v9.5.11 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down From db77cb084b076e74ae4f0d6dffb879680f92e795 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 03:10:10 +0300 Subject: [PATCH 3/7] Add changelog entries for 10.1.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b2e6bc3..ec40baf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### citus v10.1.5 (April 20, 2023) ### + +* Fixes a crash that occurs when the aggregate that cannot be pushed-down + returns empty result from a worker (#5679) + +* Fixes columnar freezing/wraparound bug (#5962) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Prevents alter table functions from dropping extensions (#5974) + ### citus v10.0.7 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down From 65f957d345bc119aabc4bbdd12bbfbac7883dfa8 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 03:06:38 +0300 Subject: [PATCH 4/7] Add changelog entries for 10.2.9 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec40baf89..1b1197316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### citus v10.2.9 (April 20, 2023) ### + +* Correctly reports shard size in `citus_shards` view (#6748) + +* Fixes a bug in `ALTER EXTENSION citus UPDATE` (#6383) + +* Fixes a bug that breaks pg upgrades if the user has a columnar table (#6624) + +* Fixes a bug that prevents retaining columnar table options after a + table-rewrite (#6337) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Raises memory limits in columnar from 256MB to 1GB for reads and writes + (#6419) + ### citus v10.1.5 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down From 214bc39a5ad035a3de5cc7fe9fbc37c456f71ccd Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 02:56:38 +0300 Subject: [PATCH 5/7] Add changelog entries for 11.0.8 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1197316..bd6740ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +### citus v11.0.8 (April 20, 2023) ### + +* Correctly reports shard size in `citus_shards` view (#6748) + +* Fixes a bug that breaks pg upgrades if the user has a columnar table (#6624) + +* Fixes an unexpected foreign table error by disallowing to drop the + `table_name` option (#6669) + +* Fixes compilation warning on PG13 + OpenSSL 3.0 (#6038, #6502) + +* Fixes crash that happens when trying to replicate a reference table that is + actually dropped (#6595) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Fixes the modifiers for subscription and role creation (#6603) + +* Fixes two potential dangling pointer issues (#6504, #6507) + +* Makes sure to quote all identifiers used for logical replication to prevent + potential issues (#6604) + ### citus v10.2.9 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748) From c36adc8426f5155c5defc3aa3548a400ebedfd98 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 02:08:57 +0300 Subject: [PATCH 6/7] Add changelog entries for 11.1.6 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6740ecd..1bf9aea02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +### citus v11.1.6 (April 20, 2023) ### + +* Correctly reports shard size in `citus_shards` view (#6748) + +* Fixes a bug in shard copy operations (#6721) + +* Fixes a bug that breaks pg upgrades if the user has a columnar table (#6624) + +* Fixes a bug that causes background rebalancer to fail when a reference table + doesn't have a primary key (#6682) + +* Fixes a regression in allowed foreign keys on distributed tables (#6550) + +* Fixes a use-after-free bug in connection management (#6685) + +* Fixes an unexpected foreign table error by disallowing to drop the + `table_name` option (#6669) + +* Fixes an uninitialized memory access in shard split API (#6845) + +* Fixes compilation for PG13.10 and PG14.7 (#6711) + +* Fixes crash that happens when trying to replicate a reference table that is + actually dropped (#6595) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Fixes the modifiers for subscription and role creation (#6603) + +* Makes sure to quote all identifiers used for logical replication to prevent + potential issues (#6604) + +* Makes sure to skip foreign key validations at the end of shard moves (#6640) + ### citus v11.0.8 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748) From f7fd0dbae75dcb869aea9491e3a2d3ac319bd93f Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 01:49:17 +0300 Subject: [PATCH 7/7] Add changelog entries for 11.2.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf9aea02..629bc8557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +### citus v11.2.1 (April 20, 2023) ### + +* Correctly reports shard size in `citus_shards` view (#6748) + +* Fixes a bug in shard copy operations (#6721) + +* Fixes a bug with `INSERT .. SELECT` queries with identity columns (#6802) + +* Fixes an uninitialized memory access in shard split API (#6845) + +* Fixes compilation for PG13.10 and PG14.7 (#6711) + +* Fixes memory leak in `alter_distributed_table` (#6726) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Prevents using `alter_distributed_table` and `undistribute_table` UDFs when a + table has identity columns (#6738) + +* Prevents using identity columns on data types other than `bigint` on + distributed tables (#6738) + ### citus v11.1.6 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)