You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-18.sgml
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Change time zone abbreviation handling (Tom Lane)
83
83
</para>
84
84
85
85
<para>
86
-
The system will now favor the current session's time zone abbreviations before checking the server variable <varname>timezone_abbreviations</varname>. Previously <varname>timezone_abbreviations</varname> was
86
+
The system will now favor the current session's time zone abbreviations before checking the server variable <xref linkend="guc-timezone-abbreviations"/>. Previously <varname>timezone_abbreviations</varname> was
Support for MD5 passwords will be removed in a future major version release. <command>CREATE ROLE</command> and <command>ALTER ROLE</command> now emit deprecation warnings when setting MD5 passwords.
104
-
These warnings can be disabled by setting the <varname>md5_password_warnings</varname> parameter to <literal>off</literal>.
104
+
These warnings can be disabled by setting the <xref linkend="guc-md5-password-warnings"/> parameter to <literal>off</literal>.
This optimization can be disabled using server variable <varname>enable_self_join_elimination</varname>.
266
+
This optimization can be disabled using server variable <xref linkend="guc-enable-self-join-elimination"/>.
267
267
</para>
268
268
</listitem>
269
269
@@ -324,7 +324,7 @@ Allow the keys of <command>SELECT DISTINCT</command> to be internally reordered
324
324
</para>
325
325
326
326
<para>
327
-
This optimization can be disabled using <varname>enable_distinct_reordering</varname>.
327
+
This optimization can be disabled using <xref linkend="guc-enable-distinct-reordering"/>.
328
328
</para>
329
329
</listitem>
330
330
@@ -606,8 +606,8 @@ Add an asynchronous I/O subsystem (Andres Freund, Thomas Munro, Nazir Bilal Yavu
606
606
607
607
<para>
608
608
This feature allows backends to queue multiple read requests, which allows for more efficient sequential scans, bitmap heap scans, vacuums, etc.
609
-
This is enabled by server variable <varname>io_method</varname>, with server variables <varname>io_combine_limit</varname> and <varname>io_max_combine_limit</varname> added to control it. This also enables
610
-
<varname>effective_io_concurrency</varname> and <varname>maintenance_io_concurrency</varname> values greater than zero for systems without <function>fadvise()</function> support. The new system view <structname>pg_aios</structname> shows the file handles being used
609
+
This is enabled by server variable <xref linkend="guc-io-method"/>, with server variables <xref linkend="guc-io-combine-limit"/> and <xref linkend="guc-io-max-combine-limit"/> added to control it. This also enables
610
+
<xref linkend="guc-effective-io-concurrency"/> and <xref linkend="guc-maintenance-io-concurrency"/> values greater than zero for systems without <function>fadvise()</function> support. The new system view <structname>pg_aios</structname> shows the file handles being used
611
611
for asynchronous I/O.
612
612
</para>
613
613
</listitem>
@@ -667,7 +667,7 @@ Allow normal vacuums to freeze some pages, even though they are all-visible (Mel
667
667
</para>
668
668
669
669
<para>
670
-
This reduces the overhead of later full-relation freezing. The aggressiveness of this can be controlled by server variable and per-table setting <varname>vacuum_max_eager_freeze_failure_rate</varname>.
670
+
This reduces the overhead of later full-relation freezing. The aggressiveness of this can be controlled by server variable and per-table setting <xref linkend="guc-vacuum-max-eager-freeze-failure-rate"/>.
671
671
Previously vacuum never processed all-visible pages until freezing was required.
Increase server variables <varname>effective_io_concurrency</varname>'s and <varname>maintenance_io_concurrency</varname>'s default values to 16 (Melanie Plageman)
700
+
Increase server variables <xref linkend="guc-effective-io-concurrency"/>'s and <xref linkend="guc-maintenance-io-concurrency"/>'s default values to 16 (Melanie Plageman)
@@ -804,7 +804,7 @@ Add delay time reporting to <command>VACUUM</command> and <command>ANALYZE</comm
804
804
805
805
<para>
806
806
This information appears in the autovacuum logs, the system views <structname>pg_stat_progress_vacuum</structname> and <structname>pg_stat_progress_analyze</structname>, and the output of <command>VACUUM</command> and <command>ANALYZE</command> when in <literal>VERBOSE</literal>
807
-
mode; tracking must be enabled with the server variable <varname>track_cost_delay_timing</varname>.
807
+
mode; tracking must be enabled with the server variable <xref linkend="guc-track-cost-delay-timing"/>.
808
808
</para>
809
809
</listitem>
810
810
@@ -900,7 +900,7 @@ Author: Michael Paquier <michael@paquier.xyz>
900
900
901
901
<listitem>
902
902
<para>
903
-
Change server variable <varname>track_wal_io_timing</varname> to control tracking <acronym>WAL</acronym> timing in <structname>pg_stat_io</structname> instead of <structname>pg_stat_wal</structname> (Bertrand Drouvot)
903
+
Change server variable <xref linkend="guc-track-wal-io-timing"/> to control tracking <acronym>WAL</acronym> timing in <structname>pg_stat_io</structname> instead of <structname>pg_stat_wal</structname> (Bertrand Drouvot)
@@ -1144,7 +1144,7 @@ Add support for the OAuth authentication method (Jacob Champion, Daniel Gustafss
1144
1144
</para>
1145
1145
1146
1146
<para>
1147
-
This adds an <literal>oauth</literal> authentication method to <filename>pg_hba.conf</filename>, libpq OAuth options, a server variable <varname>oauth_validator_libraries</varname> to load token validation libraries, and
1147
+
This adds an <literal>oauth</literal> authentication method to <filename>pg_hba.conf</filename>, libpq OAuth options, a server variable <xref linkend="guc-oauth-validator-libraries"/> to load token validation libraries, and
1148
1148
a configure flag <option>--with-libcurl</option> to add the required compile-time libraries.
1149
1149
</para>
1150
1150
</listitem>
@@ -1156,7 +1156,7 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
1156
1156
1157
1157
<listitem>
1158
1158
<para>
1159
-
Add server variable <varname>ssl_tls13_ciphers</varname> to allow specification of multiple colon-separated TLSv1.3 cipher suites (Erica Zhang, Daniel Gustafsson)
1159
+
Add server variable <xref linkend="guc-ssl-tls13-ciphers"/> to allow specification of multiple colon-separated TLSv1.3 cipher suites (Erica Zhang, Daniel Gustafsson)
@@ -1180,7 +1180,7 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
1180
1180
1181
1181
<listitem>
1182
1182
<para>
1183
-
Rename server variable <varname>ssl_ecdh_curve</varname> to <varname>ssl_groups</varname> and allow multiple colon-separated <acronym>ECDH</acronym> curves to be specified (Erica Zhang, Daniel Gustafsson)
1183
+
Rename server variable <varname>ssl_ecdh_curve</varname> to <xref linkend="guc-ssl-groups"/> and allow multiple colon-separated <acronym>ECDH</acronym> curves to be specified (Erica Zhang, Daniel Gustafsson)
@@ -1292,7 +1292,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1292
1292
1293
1293
<listitem>
1294
1294
<para>
1295
-
Add server variable <varname>extension_control_path</varname> to specify the location of extension control files (Peter Eisentraut, Matheus Alcantara)
1295
+
Add server variable <xref linkend="guc-extension-control-path"/> to specify the location of extension control files (Peter Eisentraut, Matheus Alcantara)
@@ -1314,7 +1314,7 @@ Author: Amit Kapila <akapila@postgresql.org>
1314
1314
1315
1315
<listitem>
1316
1316
<para>
1317
-
Allow inactive replication slots to be automatically invalided using server variable <varname>idle_replication_slot_timeout</varname> (Nisha Moond, Bharath Rupireddy)
1317
+
Allow inactive replication slots to be automatically invalided using server variable <xref linkend="guc-idle-replication-slot-timeout"/> (Nisha Moond, Bharath Rupireddy)
This was previously controlled by <varname>max_replication_slots</varname>, but this new setting allows a higher origen count in cases where fewer slots are required.
1334
+
This was previously controlled by <xref linkend="guc-max-replication-slots"/>, but this new setting allows a higher origen count in cases where fewer slots are required.
1335
1335
</para>
1336
1336
</listitem>
1337
1337
@@ -1583,7 +1583,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
1583
1583
1584
1584
<listitem>
1585
1585
<para>
1586
-
Add server variable <varname>file_copy_method</varname> to control the file copying method (Nazir Bilal Yavuz)
1586
+
Add server variable <xref linkend="guc-file-copy-method"/> to control the file copying method (Nazir Bilal Yavuz)
0 commit comments