From 325acafbb2e5d9dbcc9288d97b0a178318f8f0a4 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Thu, 18 Apr 2024 12:51:28 +0300 Subject: [PATCH] Added new entries for the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69e10f81..cf67ed8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,14 @@ * Fixes a performance issue when creating distributed tables if many already exist (#7575, #7579) +* Fixes bug when hostname in pg_dist_node resolves to multiple IPs (#7377) + * Fixes performance issue in when tracking foreign key constraints on systems with many constraints (#7578) +* Fixes segmentation fault when using CASE WHEN in DO block functions (#7554) + +* Fixes undefined behavior in master_disable_node due to argument mismatch (#7492) + * Fixes some potential bugs by correctly marking some variables as volatile (#7570) * Logs username in the failed connection message (#7432)