Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3122e320
Commit
3122e320
authored
May 15, 2018
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update PG 11 release notes based on feedback
parent
05ca21b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
2 deletions
+42
-2
doc/src/sgml/release-11.sgml
doc/src/sgml/release-11.sgml
+42
-2
No files found.
doc/src/sgml/release-11.sgml
View file @
3122e320
...
@@ -207,6 +207,20 @@
...
@@ -207,6 +207,20 @@
<listitem>
<listitem>
<!--
<!--
2017-09-18 [f8e5f156b] Rearm statement_timeout after each executed query.
-->
<para>
In the <link linkend="protocol-query-concepts">Extended Query
Protocol</link>, have <varname>statement_timeout</varname> apply
to each <literal>Execute</literal> message, not to all commands
before <literal>Sync</literal> (Tatsuo Ishii)
</para>
</listitem>
<listitem>
<!--
2018-03-14 [f66e8bf87] Remove pg_class.relhaspkey
2018-03-14 [f66e8bf87] Remove pg_class.relhaspkey
-->
-->
...
@@ -331,7 +345,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
...
@@ -331,7 +345,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
<para>
<para>
Consistently return <literal>NaN</literal> for
Consistently return <literal>NaN</literal> for
<literal>NaN</literal> inputs to <function>power()</function>
<literal>NaN</literal> inputs to <function>power()</function>
on older platforms (Dang Minh Huong)
on older platforms (
Tom Lane,
Dang Minh Huong)
</para>
</para>
</listitem>
</listitem>
...
@@ -345,7 +359,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
...
@@ -345,7 +359,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
<para>
<para>
Below you will find a detailed account of the changes between
Below you will find a detailed account of the changes between
<productname>PostgreSQL</productname> 1
0
and the previous major
<productname>PostgreSQL</productname> 1
1
and the previous major
release.
release.
</para>
</para>
...
@@ -634,6 +648,20 @@ same commits as above
...
@@ -634,6 +648,20 @@ same commits as above
<listitem>
<listitem>
<!--
<!--
2017-11-16 [e89a71fb4] Pass InitPlan values to workers via Gather (Merge).
2018-03-29 [3f90ec859] Postpone generate_gather_paths for topmost scan/join rel
2018-03-29 [11cf92f6e] Rewrite the code that applies scan/join targets to paths
-->
<para>
Allow single-evaluation queries, e.g. <literal>FROM</literal>
clause queries, and functions in the target list to be
parallelized (Amit Kapila, Robert Haas)
</para>
</listitem>
<listitem>
<!--
2017-11-15 [e5253fdc4] Add parallel_leader_participation GUC.
2017-11-15 [e5253fdc4] Add parallel_leader_participation GUC.
-->
-->
...
@@ -662,6 +690,18 @@ same commits as above
...
@@ -662,6 +690,18 @@ same commits as above
<listitem>
<listitem>
<!--
<!--
2017-08-16 [3cda10f41] Use atomic ops to hand out pages to scan in parallel sca
-->
<para>
Improve performance of sequential scans with many parallel workers
(David Rowley)
</para>
</listitem>
<listitem>
<!--
2017-08-29 [bf11e7ee2] Propagate sort instrumentation from workers back to lead
2017-08-29 [bf11e7ee2] Propagate sort instrumentation from workers back to lead
-->
-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment