aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-04-25 11:04:35 -0400
committerBruce Momjian <bruce@momjian.us>2017-04-25 11:04:43 -0400
commit64f0f7cfc75d92910cadb07dbcce3844eec79c36 (patch)
tree07ceede79cc9650a212fa262bea5b89e8da137cf
parent914ae8d3cbbe480f8002a38deef4a5319970d2f4 (diff)
downloadpostgresql-64f0f7cfc75d92910cadb07dbcce3844eec79c36.tar.gz
postgresql-64f0f7cfc75d92910cadb07dbcce3844eec79c36.zip
doc: PG 10 release note updates
Reported-by: David Rowley, Amit Langote, Ashutosh Bapat
-rw-r--r--doc/src/sgml/release-10.sgml27
1 files changed, 14 insertions, 13 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index ed988092135..7741b2cd03c 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -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>
@@ -685,17 +686,6 @@ Improve planner matching of boolean indexes (Tom Lane)
<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>
2017-01-18 [215b43cdc] Improve RLS planning by marking individual quals with se
-->
@@ -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 Frost)
+time (Ashutosh Bapat)
</para>
<para>
@@ -2696,6 +2686,17 @@ optimization.
<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>
2016-08-26 [ae025a159] Support OID system column in postgres_fdw.
-->