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
64f0f7cf
Commit
64f0f7cf
authored
7 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
doc: PG 10 release note updates
Reported-by: David Rowley, Amit Langote, Ashutosh Bapat
parent
914ae8d3
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
+14
-13
14 additions, 13 deletions
doc/src/sgml/release-10.sgml
with
14 additions
and
13 deletions
doc/src/sgml/release-10.sgml
+
14
−
13
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>
...
...
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