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
64f0f7cf
Commit
64f0f7cf
authored
Apr 25, 2017
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: PG 10 release note updates
Reported-by: David Rowley, Amit Langote, Ashutosh Bapat
parent
914ae8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
doc/src/sgml/release-10.sgml
doc/src/sgml/release-10.sgml
+14
-13
No files found.
doc/src/sgml/release-10.sgml
View file @
64f0f7cf
...
...
@@ -669,7 +669,8 @@ distinct values on several columns (Tomas Vondra, David Rowley)
New commands are <command><link linkend="SQL-CREATESTATISTICS">CREATE</></>,
<command><link linkend="SQL-ALTERSTATISTICS">ALTER</></>, and
<command><link linkend="SQL-DROPSTATISTICS">DROP STATISTICS</></>. This is helpful in
estimating query memory usage and ... HOW IS RATIO USED?
estimating query memory usage and when combining the statistics from
individual columns.
</para>
</listitem>
...
...
@@ -683,17 +684,6 @@ Improve planner matching of boolean indexes (Tom Lane)
</para>
</listitem>
<listitem>
<!--
Author: Robert Haas <rhaas@postgresql.org>
2017-03-16 [b30fb56b0] postgres_fdw: Push down <literal>FULL JOIN</>s with restriction clau
-->
<para>
Improve optimization of <literal>FULL JOIN</> queries containing subqueries in the
<literal>FROM</> clause (Etsuro Fujita)
</para>
</listitem>
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
...
...
@@ -830,7 +820,7 @@ Author: Stephen Frost <sfrost@snowman.net>
-->
<para>
Allow explicit control over <command><link linkend="SQL-EXPLAIN">EXPLAIN</></>'s display of planning and execution
time (
Stephen Fros
t)
time (
Ashutosh Bapa
t)
</para>
<para>
...
...
@@ -2694,6 +2684,17 @@ optimization.
</para>
</listitem>
<listitem>
<!--
Author: Robert Haas <rhaas@postgresql.org>
2017-03-16 [b30fb56b0] postgres_fdw: Push down <literal>FULL JOIN</>s with restriction clau
-->
<para>
Allow push down of <literal>FULL JOIN</> queries containing subqueries in the
<literal>FROM</> clause to foreign servers (Etsuro Fujita)
</para>
</listitem>
<listitem>
<!--
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
...
...
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