@@ -460,7 +460,7 @@ Add full text search support for <type>JSON</> and <type>JSONB</> (Dmitry Dolgov
460
460
</para>
461
461
462
462
<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?
464
464
</para>
465
465
</listitem>
466
466
@@ -1070,7 +1070,7 @@ Paquier, Heikki Linnakangas)
1070
1070
</para>
1071
1071
1072
1072
<para>
1073
- This proves better security than the existing ' md5' negotiation and
1073
+ This proves better security than the existing <literal> md5</> negotiation and
1074
1074
storage method.
1075
1075
</para>
1076
1076
</listitem>
@@ -1257,7 +1257,7 @@ Author: Robert Haas <rhaas@postgresql.org>
1257
1257
-->
1258
1258
<para>
1259
1259
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
1261
1261
Haas)
1262
1262
</para>
1263
1263
@@ -1389,8 +1389,8 @@ Add specification of a Log Sequence Number (<acronym>LSN</>) stopping point in
1389
1389
</para>
1390
1390
1391
1391
<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.
1394
1394
</para>
1395
1395
</listitem>
1396
1396
@@ -1440,7 +1440,8 @@ Author: Simon Riggs <simon@2ndQuadrant.com>
1440
1440
2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
1441
1441
-->
1442
1442
<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)
1444
1445
</para>
1445
1446
</listitem>
1446
1447
@@ -2467,35 +2468,35 @@ It is called <option>--options</>.
2467
2468
2468
2469
<listitem>
2469
2470
<!--
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.
2472
2473
-->
2473
2474
<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)
2476
2476
</para>
2477
2477
2478
2478
<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.
2483
2482
</para>
2484
2483
</listitem>
2485
2484
2486
2485
<listitem>
2487
2486
<!--
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
2490
2489
-->
2491
2490
<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)
2493
2493
</para>
2494
2494
2495
2495
<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.
2499
2500
</para>
2500
2501
</listitem>
2501
2502
@@ -2777,7 +2778,7 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2777
2778
2016-09-29 [6e654546f] Don't bother to lock bufmgr partitions in pg_buffercache
2778
2779
-->
2779
2780
<para>
2780
- Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run without fewer locks (Ivan Kartyshov)
2781
+ Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run with fewer locks (Ivan Kartyshov)
2781
2782
</para>
2782
2783
2783
2784
<para>
0 commit comments