From 12651a2320697d7c488469e0f70ef6a54a12c33a Mon Sep 17 00:00:00 2001 From: ibrahim halatci Date: Wed, 12 Mar 2025 17:06:10 +0300 Subject: [PATCH] updated change log for the 13.0.2 patch release (#7924) updated change log for the 13.0.2 patch release --------- Co-authored-by: Ibrahim Halatci --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c45a042..c4c2a3221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +### citus v13.0.2 (March 12th, 2025) ### + +* Fixes a crash in columnar custom scan that happens when a columnar table is + used in a join. (#7647) + +* Fixes a bug that breaks `UPDATE SET (...) = (SELECT some_func(),... )` + type of queries on Citus tables (#7914) + +* Fixes a planning error caused by a redundant WHERE clause (#7907) + +* Fixes a crash in left outer joins that can happen when there is an aggregate + on a column from the inner side of the join. (#7901) + +* Fixes deadlock with transaction recovery that is possible during Citus + upgrades. (#7910) + +* Fixes a bug that prevents inserting into Citus tables that uses + a GENERATED ALWAYS AS IDENTITY column. (#7920) + +* Ensures that a MERGE command on a distributed table with a WHEN NOT MATCHED BY + SOURCE clause runs against all shards of the distributed table. (#7900) + +* Fixes a bug that breaks router updates on distributed tables + when a reference table is used in the subquery (#7897) + ### citus v13.0.1 (February 4th, 2025) ### * Drops support for PostgreSQL 14 (#7753)