From 4d037f03fe17c37074be66b8a45ba6a75db4bc85 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Fri, 14 Oct 2022 13:04:35 +0300 Subject: [PATCH] Add changelog entries for 11.1.3 (#6435) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6ac5535..d0097da64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### citus v11.1.3 (October 14, 2022) ### + +* Adds support for PostgreSQL 15.0 + +* Fixes a bug in `ALTER EXTENSION citus UPDATE` + +* Fixes a bug that causes a crash with empty/null password + +* Fixes a bug that causes not retaining trigger enable/disable settings when + re-creating them on shards + +* Fixes a bug that prevents retaining columnar table options after a + table-rewrite + +* Raises memory limits in columnar from 256MB to 1GB for reads and writes + ### citus v11.1.2 (September 30, 2022) ### * Adds support for PostgreSQL 15rc1