From: Bruce Momjian Date: Tue, 25 Apr 2017 15:04:35 +0000 (-0400) Subject: doc: PG 10 release note updates X-Git-Tag: REL_10_BETA1~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64f0f7cfc75d92910cadb07dbcce3844eec79c36;p=thirdparty%2Fpostgresql.git doc: PG 10 release note updates Reported-by: David Rowley, Amit Langote, Ashutosh Bapat --- 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 CREATE, ALTER, and 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. @@ -683,17 +684,6 @@ Improve planner matching of boolean indexes (Tom Lane) - - - -Improve optimization of FULL JOIN queries containing subqueries in the -FROM clause (Etsuro Fujita) - - - Allow explicit control over EXPLAIN's display of planning and execution -time (Stephen Frost) +time (Ashutosh Bapat) @@ -2694,6 +2684,17 @@ optimization. + + + +Allow push down of FULL JOIN queries containing subqueries in the +FROM clause to foreign servers (Etsuro Fujita) + + +