Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
cdd5bcad
Commit
cdd5bcad
authored
8 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
doc: PG 10 release notes updates
Reported-by: Michael Paquier, Felix Gerzaguet
parent
64f0f7cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-10.sgml
+22
-21
22 additions, 21 deletions
doc/src/sgml/release-10.sgml
with
22 additions
and
21 deletions
doc/src/sgml/release-10.sgml
+
22
−
21
View file @
cdd5bcad
...
@@ -460,7 +460,7 @@ Add full text search support for <type>JSON</> and <type>JSONB</> (Dmitry Dolgov
...
@@ -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)
...
@@ -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>
...
@@ -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
...
@@ -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>
...
@@ -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>
...
@@ -2467,35 +2468,35 @@ It is called <option>--options</>.
...
@@ -2467,35 +2468,35 @@ It is called <option>--options</>.
<listitem>
<listitem>
<!--
<!--
Author:
Peter Eisentraut <peter_e@gmx.net
>
Author:
Tom Lane <tgl@sss.pgh.pa.us
>
201
7
-0
3-23 [eccfef81e] ICU support
201
6
-0
8-15 [ca9112a42] Stamp HEAD as 10devel.
-->
-->
<para>
<para>
Allow the <link linkend="configure"><acronym>ICU</></> library to optionally be used for collation support (Peter
New major version numbering (Peter Eisentraut, Tom Lane)
Eisentraut)
</para>
</para>
<para>
<para>
The <acronym>ICU</> library has versioning that allows detection of collation
Major versions will now increase just the first number, and minor
changes between versions. It is enabled via configure option
releases will increase just the second number. A third number will no
<option>--with-icu</>. The default still uses the operating system's native
longer be used in Postgres version numbers.
collation library.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<!--
<!--
Author:
Tom Lane <tgl@sss.pgh.pa.us
>
Author:
Peter Eisentraut <peter_e@gmx.net
>
201
6
-0
8-15 [ca9112a42] Stamp HEAD as 10devel.
201
7
-0
3-23 [eccfef81e] ICU support
-->
-->
<para>
<para>
New major version numbering (Peter Eisentraut, Tom Lane)
Allow the <link linkend="configure"><acronym>ICU</></> library to optionally be used for collation support (Peter
Eisentraut)
</para>
</para>
<para>
<para>
Major versions will now increase just the first number, and minor
The <acronym>ICU</> library has versioning that allows detection of collation
releases will increase just the second number. A third number will no
changes between versions. It is enabled via configure option
longer be used in Postgres version numbers.
<option>--with-icu</>. The default still uses the operating system's native
collation library.
</para>
</para>
</listitem>
</listitem>
...
@@ -2777,7 +2778,7 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
...
@@ -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 with
out
fewer locks (Ivan Kartyshov)
Allow <link linkend="pgbuffercache"><application>pg_buffercache</></> to run with fewer locks (Ivan Kartyshov)
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment