Skip to content

Commit a60691e

Browse files
committed
doc PG 18 relnotes: update to current
Backpatch-through: 18 only
1 parent fce7da1 commit a60691e

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2025-??-??, CURRENT AS OF 2025-06-20</para>
9+
<para>2025-??-??, CURRENT AS OF 2025-07-29</para>
1010
</formalpara>
1111

1212
<sect2 id="release-18-highlights">
@@ -1181,15 +1181,18 @@ Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
11811181
2025-03-18 [62d712ecf] Introduce squashing of constant lists in query jumbling
11821182
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
11831183
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
11841186
-->
11851187

11861188
<listitem>
11871189
<para>
11881190
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
11901192
Dolgov, Sami Imseih)
11911193
<ulink url="&commit_baseurl;62d712ecf">&sect;</ulink>
11921194
<ulink url="&commit_baseurl;9fbd53dea">&sect;</ulink>
1195+
<ulink url="&commit_baseurl;c2da1a5d6">&sect;</ulink>
11931196
</para>
11941197

11951198
<para>
@@ -1930,6 +1933,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
19301933
<!--
19311934
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
19321935
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
19331938
-->
19341939

19351940
<listitem>
@@ -1940,6 +1945,7 @@ Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
19401945
linkend="catalog-pg-constraint"><structname>pg_constraint</structname></link>
19411946
(Álvaro Herrera, Bernd Helmle)
19421947
<ulink url="&commit_baseurl;14e87ffa5">&sect;</ulink>
1948+
<ulink url="&commit_baseurl;81ce602d4">&sect;</ulink>
19431949
</para>
19441950

19451951
<para>
@@ -2717,13 +2723,16 @@ Author: Thomas Munro <tmunro@postgresql.org>
27172723
<!--
27182724
Author: Michael Paquier <michael@paquier.xyz>
27192725
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
27202728
-->
27212729

27222730
<listitem>
27232731
<para>
27242732
Allow <application>psql</application> to parse, bind, and close
27252733
named prepared statements (Anthonin Bonnefoy, Michael Paquier)
27262734
<ulink url="&commit_baseurl;d55322b0d">&sect;</ulink>
2735+
<ulink url="&commit_baseurl;fc39b286a">&sect;</ulink>
27272736
</para>
27282737

27292738
<para>
@@ -3271,13 +3280,16 @@ Author: Amit Kapila <akapila@postgresql.org>
32713280
<!--
32723281
Author: Amit Kapila <akapila@postgresql.org>
32733282
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
32743285
-->
32753286

32763287
<listitem>
32773288
<para>
32783289
Add <application>pg_createsubscriber</application> option
3279-
<option>--remove</option> to remove publications (Shubham Khanna)
3290+
<option>--clean</option> to remove publications (Shubham Khanna)
32803291
<ulink url="&commit_baseurl;e5aeed4b8">&sect;</ulink>
3292+
<ulink url="&commit_baseurl;60dda7bbc">&sect;</ulink>
32813293
</para>
32823294
</listitem>
32833295

@@ -3303,9 +3315,14 @@ Author: Masahiko Sawada <msawada@postgresql.org>
33033315
<listitem>
33043316
<para>
33053317
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)
33073319
<ulink url="&commit_baseurl;cf2655a90">&sect;</ulink>
33083320
</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>
33093326
</listitem>
33103327

33113328
<!--

0 commit comments

Comments
 (0)