Added new entries for the changelog

pull/7587/head
gurkanindibay 2024-04-18 12:51:28 +03:00
parent a40e3f7a82
commit 325acafbb2
1 changed files with 6 additions and 0 deletions

View File

@ -17,8 +17,14 @@
* Fixes a performance issue when creating distributed tables if many already exist (#7575, #7579) * 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 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) * Fixes some potential bugs by correctly marking some variables as volatile (#7570)
* Logs username in the failed connection message (#7432) * Logs username in the failed connection message (#7432)