Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds changelog for 12.1.3 #7587

Merged
merged 7 commits into from
Apr 22, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
### 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)

* 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)

* Fixes performance issue when distributing a table that depends on an
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved
extension (#7574)

* Fixes performance issue when using "\d tablename" on a server with
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved
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
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved
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 bug when hostname in pg_dist_node resolves to multiple IPs
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved
(#7377)

* Fixes performance issue in when tracking foreign key constraints on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fixes performance issue in when tracking foreign key constraints on
* Fixes a performance issue in when tracking foreign key constraints on

systems with many constraints (#7578)
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved

* Fixes segmentation fault when using CASE WHEN in DO block functions
(#7554)
gurkanindibay marked this conversation as resolved.
Show resolved Hide resolved

* 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)

### citus v11.0.10 (February 15, 2024) ###

* Removes pg_send_cancellation and all references (#7135)
Expand Down