Fixes 72 char issues

pull/7587/head
gurkanindibay 2024-04-18 14:47:54 +03:00
parent 325acafbb2
commit 225da3cdd0
1 changed files with 25 additions and 16 deletions

View File

@ -1,31 +1,40 @@
### citus v12.1.3 (April 18, 2024) ###
* Allows overwriting host name for all inter-node connections by supporting "host"
parameter in citus.node_conninfo (#7541)
* 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)
* 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)
* Fix performance issue when distributing a table that depends on an extension (#7574)
* Fixes performance issue when distributing a table that depends on an
extension (#7574)
* Fix performance issue when using "\d tablename" on a server with many tables (#7577)
* Fixes performance issue when using "\d tablename" on a server with
many tables (#7577)
* Fixes a crash caused by some form of ALTER TABLE ADD COLUMN statements.
When adding multiple columns, if one of the ADD COLUMN statements contains a FOREIGN
constraint omitting the referenced columns in the statement, a SEGFAULT was occurring. (#7522)
* Fixes a crash caused by some form of ALTER TABLE ADD COLUMN
statements.When adding multiple columns, if one of the ADD COLUMN
statements contains a FOREIGN constraint omitting the referenced
columns in the statement, a SEGFAULT was occurring. (#7522)
* 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 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 segmentation fault when using CASE WHEN in DO block functions
(#7554)
* Fixes undefined behavior in master_disable_node due to argument mismatch (#7492)
* 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)