6
6
7
7
<formalpara>
8
8
<title>Release date:</title>
9
- <para>2025-??-??, CURRENT AS OF 2025-06-20 </para>
9
+ <para>2025-??-??, CURRENT AS OF 2025-07-29 </para>
10
10
</formalpara>
11
11
12
12
<sect2 id="release-18-highlights">
@@ -1181,15 +1181,18 @@ Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1181
1181
2025-03-18 [62d712ecf] Introduce squashing of constant lists in query jumbling
1182
1182
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1183
1183
2025-03-27 [9fbd53dea] Remove the query_id_squash_values GUC
1184
+ Author: Álvaro Herrera <alvherre@kurilemu.de>
1185
+ Branch: master Release: REL_18_BR [c2da1a5d6] 2025-06-24 19:36:32 +0200
1184
1186
-->
1185
1187
1186
1188
<listitem>
1187
1189
<para>
1188
1190
Have <link linkend="guc-compute-query-id">query id</link> computation
1189
- of arrays consider only the first and last array elements (Dmitry
1191
+ of constant lists consider only the first and last constants (Dmitry
1190
1192
Dolgov, Sami Imseih)
1191
1193
<ulink url="&commit_baseurl;62d712ecf">§</ulink>
1192
1194
<ulink url="&commit_baseurl;9fbd53dea">§</ulink>
1195
+ <ulink url="&commit_baseurl;c2da1a5d6">§</ulink>
1193
1196
</para>
1194
1197
1195
1198
<para>
@@ -1930,6 +1933,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1930
1933
<!--
1931
1934
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1932
1935
2024-11-08 [14e87ffa5] Add pg_constraint rows for not-null constraints
1936
+ Author: Fujii Masao <fujii@postgresql.org>
1937
+ Branch: master Release: REL_18_BR [81ce602d4] 2025-06-26 20:25:34 +0900
1933
1938
-->
1934
1939
1935
1940
<listitem>
@@ -1940,6 +1945,7 @@ Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1940
1945
linkend="catalog-pg-constraint"><structname>pg_constraint</structname></link>
1941
1946
(Álvaro Herrera, Bernd Helmle)
1942
1947
<ulink url="&commit_baseurl;14e87ffa5">§</ulink>
1948
+ <ulink url="&commit_baseurl;81ce602d4">§</ulink>
1943
1949
</para>
1944
1950
1945
1951
<para>
@@ -2717,13 +2723,16 @@ Author: Thomas Munro <tmunro@postgresql.org>
2717
2723
<!--
2718
2724
Author: Michael Paquier <michael@paquier.xyz>
2719
2725
2024-08-22 [d55322b0d] psql: Add more meta-commands able to use the extended pr
2726
+ Author: Michael Paquier <michael@paquier.xyz>
2727
+ Branch: master Release: REL_18_BR [fc39b286a] 2025-06-24 13:12:46 +0900
2720
2728
-->
2721
2729
2722
2730
<listitem>
2723
2731
<para>
2724
2732
Allow <application>psql</application> to parse, bind, and close
2725
2733
named prepared statements (Anthonin Bonnefoy, Michael Paquier)
2726
2734
<ulink url="&commit_baseurl;d55322b0d">§</ulink>
2735
+ <ulink url="&commit_baseurl;fc39b286a">§</ulink>
2727
2736
</para>
2728
2737
2729
2738
<para>
@@ -3271,13 +3280,16 @@ Author: Amit Kapila <akapila@postgresql.org>
3271
3280
<!--
3272
3281
Author: Amit Kapila <akapila@postgresql.org>
3273
3282
2025-03-20 [e5aeed4b8] pg_createsubscriber: Add -R publications option.
3283
+ Author: Peter Eisentraut <peter@eisentraut.org>
3284
+ Branch: master Release: REL_18_BR [60dda7bbc] 2025-06-25 10:50:43 +0200
3274
3285
-->
3275
3286
3276
3287
<listitem>
3277
3288
<para>
3278
3289
Add <application>pg_createsubscriber</application> option
3279
- <option>--remove </option> to remove publications (Shubham Khanna)
3290
+ <option>--clean </option> to remove publications (Shubham Khanna)
3280
3291
<ulink url="&commit_baseurl;e5aeed4b8">§</ulink>
3292
+ <ulink url="&commit_baseurl;60dda7bbc">§</ulink>
3281
3293
</para>
3282
3294
</listitem>
3283
3295
@@ -3303,9 +3315,14 @@ Author: Masahiko Sawada <msawada@postgresql.org>
3303
3315
<listitem>
3304
3316
<para>
3305
3317
Add <xref linkend="app-pgrecvlogical"/> option
3306
- <option>--failover</option> to specify failover slots (Hayato Kuroda)
3318
+ <option>--enable- failover</option> to specify failover slots (Hayato Kuroda)
3307
3319
<ulink url="&commit_baseurl;cf2655a90">§</ulink>
3308
3320
</para>
3321
+
3322
+ <para>
3323
+ Also add option <option>--enable-two-phase</option> as a synonym
3324
+ for <option>--two-phase</option>, and deprecate the latter.
3325
+ </para>
3309
3326
</listitem>
3310
3327
3311
3328
<!--
0 commit comments