doc: adjust PG 14 relnotes to be current
This commit is contained in:
parent
90855908b7
commit
69a58bfe4a
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<formalpara>
|
<formalpara>
|
||||||
<title>Release date:</title>
|
<title>Release date:</title>
|
||||||
<para>2021-??-?? (AS OF 2021-05-15)</para>
|
<para>2021-??-?? (AS OF 2021-06-20)</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
@ -424,12 +424,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|||||||
<!--
|
<!--
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
2021-04-07 [3db826bd5] Tighten up allowed names for custom GUC parameters.
|
2021-04-07 [3db826bd5] Tighten up allowed names for custom GUC parameters.
|
||||||
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
|
2021-04-07 [3db826bd5] Tighten up allowed names for custom GUC parameters.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Require <link linkend="runtime-config-custom">custom server
|
Require <link linkend="runtime-config-custom">custom server
|
||||||
variable</link> names to match the pattern used for unquoted
|
variable</link> names to use only character which are valid for
|
||||||
<acronym>SQL</acronym> identifiers (Tom Lane)
|
unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -691,12 +693,20 @@ Author: Peter Eisentraut <peter@eisentraut.org>
|
|||||||
<!--
|
<!--
|
||||||
Author: Peter Geoghegan <pg@bowt.ie>
|
Author: Peter Geoghegan <pg@bowt.ie>
|
||||||
2021-04-07 [5100010ee] Teach VACUUM to bypass unnecessary index vacuuming.
|
2021-04-07 [5100010ee] Teach VACUUM to bypass unnecessary index vacuuming.
|
||||||
|
Author: Peter Geoghegan <pg@bowt.ie>
|
||||||
|
2021-06-18 [3499df0de] Support disabling index bypassing by VACUUM.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Allow vacuum to skip index vacuuming when the number of removable
|
Allow vacuum to skip index vacuuming when the number of removable
|
||||||
index entries is insignificant (Masahiko Sawada, Peter Geoghegan)
|
index entries is insignificant (Masahiko Sawada, Peter Geoghegan)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The vacuum parameter <link
|
||||||
|
linkend="sql-vacuum"><literal>INDEX_CLEANUP</literal></link> has a
|
||||||
|
new default of <literal>auto</literal> to enable this optimization.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user