mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
doc: PG 10 release notes updates
Reported-by: Michael Paquier, Felix Gerzaguet
This commit is contained in:
parent
64f0f7cfc7
commit
cdd5bcad5e
@ -460,7 +460,7 @@ Add full text search support for <type>JSON</> and <type>JSONB</> (Dmitry Dolgov
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This is accessed via <function>ts_headline()</> and to_tsvector. RIGHT SECTION?
|
This is accessed via <function>ts_headline()</> and <function>to_tsvector</>. RIGHT SECTION?
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1070,7 +1070,7 @@ Paquier, Heikki Linnakangas)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This proves better security than the existing 'md5' negotiation and
|
This proves better security than the existing <literal>md5</> negotiation and
|
||||||
storage method.
|
storage method.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1257,7 +1257,7 @@ Author: Robert Haas <rhaas@postgresql.org>
|
|||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Add <acronym>GUC</> <xref linkend="guc-wal-consistency-checking"> to add details to <acronym>WAL</> that can be
|
Add <acronym>GUC</> <xref linkend="guc-wal-consistency-checking"> to add details to <acronym>WAL</> that can be
|
||||||
sanity-checked on the standby (Kuntal Ghosh, Michael Paquier, Robert
|
sanity-checked on the standby (Kuntal Ghosh, Robert
|
||||||
Haas)
|
Haas)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -1389,8 +1389,8 @@ Add specification of a Log Sequence Number (<acronym>LSN</>) stopping point in
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously only specification of the stop name, time, and xid were
|
Previously only specification of the stop name, time, timeline, xid,
|
||||||
supported.
|
and immediate were supported.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1440,7 +1440,8 @@ Author: Simon Riggs <simon@2ndQuadrant.com>
|
|||||||
2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
|
2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
|
||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Speed up two-phase commit recovery performance (Simon Riggs)
|
Speed up two-phase commit recovery performance (Stas Kelvich, Nikhil
|
||||||
|
Sontakke, Michael Paquier)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -2465,6 +2466,22 @@ It is called <option>--options</>.
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
|
2016-08-15 [ca9112a42] Stamp HEAD as 10devel.
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
New major version numbering (Peter Eisentraut, Tom Lane)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Major versions will now increase just the first number, and minor
|
||||||
|
releases will increase just the second number. A third number will no
|
||||||
|
longer be used in Postgres version numbers.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Peter Eisentraut <peter_e@gmx.net>
|
Author: Peter Eisentraut <peter_e@gmx.net>
|
||||||
@ -2483,22 +2500,6 @@ collation library.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<!--
|
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|
||||||
2016-08-15 [ca9112a42] Stamp HEAD as 10devel.
|
|
||||||
-->
|
|
||||||
<para>
|
|
||||||
New major version numbering (Peter Eisentraut, Tom Lane)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Major versions will now increase just the first number, and minor
|
|
||||||
releases will increase just the second number. A third number will no
|
|
||||||
longer be used in Postgres version numbers.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
@ -2777,7 +2778,7 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
|
|||||||
2016-09-29 [6e654546f] Don't bother to lock bufmgr partitions in pg_buffercache
|
2016-09-29 [6e654546f] Don't bother to lock bufmgr partitions in pg_buffercache
|
||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run without fewer locks (Ivan Kartyshov)
|
Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run with fewer locks (Ivan Kartyshov)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user