Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 69a58bf

Browse files
committed
doc: adjust PG 14 relnotes to be current
1 parent 9085590 commit 69a58bf

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/src/sgml/release-14.sgml

+13-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2021-??-?? (AS OF 2021-05-15)</para>
9+
<para>2021-??-?? (AS OF 2021-06-20)</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -424,12 +424,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
424424
<!--
425425
Author: Tom Lane <tgl@sss.pgh.pa.us>
426426
2021-04-07 [3db826bd5] Tighten up allowed names for custom GUC parameters.
427+
Author: Tom Lane <tgl@sss.pgh.pa.us>
428+
2021-04-07 [3db826bd5] Tighten up allowed names for custom GUC parameters.
427429
-->
428430

429431
<para>
430432
Require <link linkend="runtime-config-custom">custom server
431-
variable</link> names to match the pattern used for unquoted
432-
<acronym>SQL</acronym> identifiers (Tom Lane)
433+
variable</link> names to use only character which are valid for
434+
unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
433435
</para>
434436
</listitem>
435437

@@ -691,12 +693,20 @@ Author: Peter Eisentraut <peter@eisentraut.org>
691693
<!--
692694
Author: Peter Geoghegan <pg@bowt.ie>
693695
2021-04-07 [5100010ee] Teach VACUUM to bypass unnecessary index vacuuming.
696+
Author: Peter Geoghegan <pg@bowt.ie>
697+
2021-06-18 [3499df0de] Support disabling index bypassing by VACUUM.
694698
-->
695699

696700
<para>
697701
Allow vacuum to skip index vacuuming when the number of removable
698702
index entries is insignificant (Masahiko Sawada, Peter Geoghegan)
699703
</para>
704+
705+
<para>
706+
The vacuum parameter <link
707+
linkend="sql-vacuum"><literal>INDEX_CLEANUP</literal></link> has a
708+
new default of <literal>auto</literal> to enable this optimization.
709+
</para>
700710
</listitem>
701711

702712
<listitem>

0 commit comments

Comments
 (0)