Skip to content

Commit 035aa6e

Browse files
author
Gürkan İndibay
authored
Bump Citus version to 12.1.3 (#7588)
1 parent 75ff237 commit 035aa6e

File tree

4 files changed

+51
-11
lines changed

4 files changed

+51
-11
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
### citus v12.1.3 (April 18, 2024) ###
2+
3+
* Allows overwriting host name for all inter-node connections by
4+
supporting "host" parameter in citus.node_conninfo (#7541)
5+
6+
* Changes the order in which the locks are acquired for the target and
7+
reference tables, when a modify request is initiated from a worker
8+
node that is not the "FirstWorkerNode" (#7542)
9+
10+
* Fixes a performance issue when distributing a table that depends on an
11+
extension (#7574)
12+
13+
* Fixes a performance issue when using "\d tablename" on a server with
14+
many tables (#7577)
15+
16+
* Fixes a crash caused by some form of ALTER TABLE ADD COLUMN
17+
statements. When adding multiple columns, if one of the ADD COLUMN
18+
statements contains a FOREIGN constraint omitting the referenced
19+
columns in the statement, a SEGFAULT was occurring. (#7522)
20+
21+
* Fixes a performance issue when creating distributed tables if many
22+
already exist (#7575, #7579)
23+
24+
* Fixes a bug when hostname in pg_dist_node resolves to multiple IPs
25+
(#7377)
26+
27+
* Fixes performance issue when tracking foreign key constraints on
28+
systems with many constraints (#7578)
29+
30+
* Fixes segmentation fault when using CASE WHEN in DO block within
31+
functions. (#7554)
32+
33+
* Fixes undefined behavior in master_disable_node due to argument
34+
mismatch (#7492)
35+
36+
* Fixes some potential bugs by correctly marking some variables as
37+
volatile (#7570)
38+
39+
* Logs username in the failed connection message (#7432)
40+
141
### citus v12.1.2 (February 12, 2024) ###
242

343
* Fixes the incorrect column count after ALTER TABLE (#7379)

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Citus 12.1.2.
3+
# Generated by GNU Autoconf 2.69 for Citus 12.1.3.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='Citus'
581581
PACKAGE_TARNAME='citus'
582-
PACKAGE_VERSION='12.1.2'
583-
PACKAGE_STRING='Citus 12.1.2'
582+
PACKAGE_VERSION='12.1.3'
583+
PACKAGE_STRING='Citus 12.1.3'
584584
PACKAGE_BUGREPORT=''
585585
PACKAGE_URL=''
586586

@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
12621262
# Omit some internal or obsolete options to make the list less imposing.
12631263
# This message is too long to be a string in the A/UX 3.1 sh.
12641264
cat <<_ACEOF
1265-
\`configure' configures Citus 12.1.2 to adapt to many kinds of systems.
1265+
\`configure' configures Citus 12.1.3 to adapt to many kinds of systems.
12661266
12671267
Usage: $0 [OPTION]... [VAR=VALUE]...
12681268
@@ -1324,7 +1324,7 @@ fi
13241324

13251325
if test -n "$ac_init_help"; then
13261326
case $ac_init_help in
1327-
short | recursive ) echo "Configuration of Citus 12.1.2:";;
1327+
short | recursive ) echo "Configuration of Citus 12.1.3:";;
13281328
esac
13291329
cat <<\_ACEOF
13301330
@@ -1429,7 +1429,7 @@ fi
14291429
test -n "$ac_init_help" && exit $ac_status
14301430
if $ac_init_version; then
14311431
cat <<\_ACEOF
1432-
Citus configure 12.1.2
1432+
Citus configure 12.1.3
14331433
generated by GNU Autoconf 2.69
14341434
14351435
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1912,7 +1912,7 @@ cat >config.log <<_ACEOF
19121912
This file contains any messages produced by compilers while
19131913
running configure, to aid debugging if configure makes a mistake.
19141914
1915-
It was created by Citus $as_me 12.1.2, which was
1915+
It was created by Citus $as_me 12.1.3, which was
19161916
generated by GNU Autoconf 2.69. Invocation command line was
19171917
19181918
$ $0 $@
@@ -5393,7 +5393,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
53935393
# report actual input values of CONFIG_FILES etc. instead of their
53945394
# values after options handling.
53955395
ac_log="
5396-
This file was extended by Citus $as_me 12.1.2, which was
5396+
This file was extended by Citus $as_me 12.1.3, which was
53975397
generated by GNU Autoconf 2.69. Invocation command line was
53985398
53995399
CONFIG_FILES = $CONFIG_FILES
@@ -5455,7 +5455,7 @@ _ACEOF
54555455
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
54565456
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
54575457
ac_cs_version="\\
5458-
Citus config.status 12.1.2
5458+
Citus config.status 12.1.3
54595459
configured by $0, generated by GNU Autoconf 2.69,
54605460
with options \\"\$ac_cs_config\\"
54615461

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# everyone needing autoconf installed, the resulting files are checked
66
# into the SCM.
77

8-
AC_INIT([Citus], [12.1.2])
8+
AC_INIT([Citus], [12.1.3])
99
AC_COPYRIGHT([Copyright (c) Citus Data, Inc.])
1010

1111
# we'll need sed and awk for some of the version commands

src/test/regress/expected/multi_extension.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
14131413
SHOW citus.version;
14141414
citus.version
14151415
---------------------------------------------------------------------
1416-
12.1.2
1416+
12.1.3
14171417
(1 row)
14181418

14191419
-- ensure no unexpected objects were created outside pg_catalog

0 commit comments

Comments
 (0)