8000 doc: PG 10 release notes updates · shelljke/postgres@cdd5bca · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdd5bca

Browse files
committed
doc: PG 10 release notes updates
Reported-by: Michael Paquier, Felix Gerzaguet
1 parent 64f0f7c commit cdd5bca

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

doc/src/sgml/release-10.sgml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Add full text search support for <type>JSON</> and <type>JSONB</> (Dmitry Dolgov
460460
</para>
461461

462462
<para>
463-
This is accessed via <function>ts_headline()</> and to_tsvector. RIGHT SECTION?
463+
This is accessed via <function>ts_headline()</> and <function>to_tsvector</>. RIGHT SECTION?
464464
</para>
465465
</listitem>
466466

@@ -1070,7 +1070,7 @@ Paquier, Heikki Linnakangas)
10701070
</para>
10711071

10721072
<para>
1073-
This proves better security than the existing 'md5' negotiation and
1073+
This proves better security than the existing <literal>md5</> negotiation and
10741074
storage method.
10751075
</para>
10761076
</listitem>
@@ -1257,7 +1257,7 @@ Author: Robert Haas <rhaas@postgresql.org>
12571257
-->
12581258
<para>
12591259
Add <acronym>GUC</> <xref linkend="guc-wal-consistency-checking"> to add details to <acronym>WAL</> that can be
1260-
sanity-checked on the standby (Kuntal Ghosh, Michael Paquier, Robert
1260+
sanity-checked on the standby (Kuntal Ghosh, Robert
12611261
Haas)
12621262
</para>
12631263

@@ -1389,8 +1389,8 @@ Add specification of a Log Sequence Number (<acronym>LSN</>) stopping point in
13891389
</para>
13901390

13911391
<para>
1392-
Previously only specification of the stop name, time, and xid were
1393-
supported.
1392+
Previously only specification of the stop name, time, timeline, xid,
1393+
and immediate were supported.
13941394
</para>
13951395
</listitem>
13961396

@@ -1440,7 +1440,8 @@ Author: Simon Riggs <simon@2ndQuadrant.com>
14401440
2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
14411441
-->
14421442
<para>
1443-
Speed up two-phase commit recovery performance (Simon Riggs)
1443+
Speed up two-phase commit recovery performance (Stas Kelvich, Nikhil
1444+
Sontakke, Michael Paquier)
14441445
</para>
14451446
</listitem>
14461447

@@ -2467,35 +2468,35 @@ It is called <option>--options</>.
24672468

24682469
<listitem>
24692470
<!--
2470-
Author: Peter Eisentraut <peter_e@gmx.net>
2471-
2017-03-23 [eccfef81e] ICU support
2471+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2472+
2016-08-15 [ca9112a42] Stamp HEAD as 10devel.
24722473
-->
24732474
<para>
2474-
Allow the <link linkend="configure"><acronym>ICU</></> library to optionally be used for collation support (Peter
2475-
Eisentraut)
2475+
New major version numbering (Peter Eisentraut, Tom Lane)
24762476
</para>
24772477

24782478
<para>
2479-
The <acronym>ICU</> library has versioning that allows detection of collation
2480-
changes between versions. It is enabled via configure option
2481-
<option>--with-icu</>. The default still uses the operating system's native
2482-
collation library.
2479+
Major versions will now increase just the first number, and minor
2480+
releases will increase just the second number. A third number will no
2481+
longer be used in Postgres version numbers.
24832482
</para>
24842483
</listitem>
24852484

24862485
<listitem>
24872486
<!--
2488-
Author: Tom Lane <tgl@sss.pgh.pa.us>
2489-
2016-08-15 [ca9112a42] Stamp HEAD as 10devel.
2487+
Author: Peter Eisentraut <peter_e@gmx.net>
2488+
2017-03-23 [eccfef81e] ICU support
24902489
-->
24912490
<para>
2492-
New major version numbering (Peter Eisentraut, Tom Lane)
2491+
Allow the <link linkend="configure"><acronym>ICU</></> library to optionally be used for collation support (Peter
2492+
Eisentraut)
24932493
</para>
24942494

24952495
<para>
2496-
Major versions will now increase just the first number, and minor
2497-
releases will increase just the second number. A third number will no
2498-
longer be used in Postgres version numbers.
2496+
The <acronym>ICU</> library has versioning that allows detection of collation
2497+
changes between versions. It is enabled via configure option
2498+
<option>--with-icu</>. The default still uses the operating system's native
2499+
collation library.
24992500
</para>
25002501
</listitem>
25012502

@@ -2777,7 +2778,7 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
27772778
2016-09-29 [6e654546f] Don't bother to lock bufmgr partitions in pg_buffercache
27782779
-->
27792780
<para>
2780-
Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run without fewer locks (Ivan Kartyshov)
< 4BCC /code>2781+
Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run with fewer locks (Ivan Kartyshov)
27812782
</para>
27822783

27832784
<para>

0 commit comments

Comments
 (0)
0