1 file changed
+20
-2
lines changedLines changed: 20 additions & 2 deletions
<
8000
table aria-label="Diff for: doc/src/sgml/release-18.sgml" class="tab-size width-full DiffLines-module__tableLayoutFixed--YZcIJ" data-diff-anchor="diff-2b6a985701f94dd232a224fd233ea2c70a0469abc77433966cfd0191c7a78a57" data-tab-size="8" data-paste-markdown-skip="true" role="grid" style="--line-number-cell-width:52px;--line-number-cell-width-unified:104px">Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<formalpara>
8
8
<title>Release date:</title>
9
- <para>2025-??-??, CURRENT AS OF 2025-05-01</para>
9
+ <para>2025-??-??, CURRENT AS OF 2025-05-23</para>
10
10
</formalpara>
11
11
12
12
<sect2 id="release-18-highlights">
@@ -1212,12 +1212,15 @@ This is useful for operating system configuration.
1212
1212
<!--
1213
1213
Author: Peter Eisentraut <peter@eisentraut.org>
1214
1214
2025-03-19 [4f7f7b037] extension_control_path
1215
+Author: Peter Eisentraut <peter@eisentraut.org>
1216
+2025-05-02 [81eaaa2c4] Make "directory" setting work with extension_control_pat
1215
1217
-->
1216
1218
1217
1219
<listitem>
1218
1220
<para>
1219
1221
Add server variable extension_control_path to specify the location of extension control files (Peter Eisentraut, Matheus Alcantara)
1220
1222
<ulink url="&commit_baseurl;4f7f7b037">§</ulink>
1223
+<ulink url="&commit_baseurl;81eaaa2c4">§</ulink>
1221
1224
</para>
1222
1225
</listitem>
1223
1226
@@ -2582,12 +2585,15 @@ Add pg_dump options --with-schema, --with-data, and --with-statistics (Jeff Davi
2582
2585
<!--
2583
2586
Author: Nathan Bossart <nathan@postgresql.org>
2584
2587
2025-03-25 [9c49f0e8c] pg_dump: Add - -sequence-data.
2588
+Author: Nathan Bossart <nathan@postgresql.org>
2589
+2025-05-07 [acea3fc49] pg_dumpall: Add - -sequence-data.
2585
2590
-->
2586
2591
2587
2592
<listitem>
2588
2593
<para>
2589
-Add pg_dump option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
2594
+Add pg_dump and pg_dumpall option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
2590
2595
<ulink url="&commit_baseurl;9c49f0e8c">§</ulink>
2596
+<ulink url="&commit_baseurl;acea3fc49">§</ulink>
2591
2597
</para>
2592
2598
</listitem>
2593
2599
@@ -2833,6 +2839,18 @@ Injection points can now be created, but not run, via INJECTION_POINT_LOAD(), an
2833
2839
</para>
2834
2840
</listitem>
2835
2841
2842
+<!--
2843
+Author: Michael Paquier <michael@paquier.xyz>
2844
+2025-05-10 [371f2db8b] Add support for runtime arguments in injection points
2845
+-->
2846
+
2847
+<listitem>
2848
+<para>
2849
+Support runtime arguments in injection points (Michael Paquier)
2850
+<ulink url="&commit_baseurl;371f2db8b">§</ulink>
2851
+</para>
2852
+</listitem>
2853
+
2836
2854
<!--
2837
2855
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2838
2856
2024-07-26 [20e0e7da9] Add test for early backend startup errors
0 commit comments