Adds an additional changelog item

pull/7587/head
gurkanindibay 2024-04-18 12:32:09 +03:00
parent eb6cb8366f
commit f42de2c3cb
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
* Allows overwriting host name for all inter-node connections by supporting "host"
parameter in citus.node_conninfo (#7541)
* Changes the order in which the locks are acquired for the target and reference tables,
when a modify request is initiated from a worker node that is not the
"FirstWorkerNode" (#7542)
* Correctly mark some variables as volatile (#7570)
* Fix performance issue in GetForeignKeyOids on systems with many constraints (#7578)