aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-04-25 13:29:26 -0400
committerBruce Momjian <bruce@momjian.us>2017-04-25 13:29:26 -0400
commit3640cf5e1c8a0ae6ac55bf6384de0521dc77facf (patch)
tree7924e068f156e7edc6c91acf7275502dfa8302f9
parentbf368fbee2a9ff1139b9331f025986ba68b8922a (diff)
downloadpostgresql-3640cf5e1c8a0ae6ac55bf6384de0521dc77facf.tar.gz
postgresql-3640cf5e1c8a0ae6ac55bf6384de0521dc77facf.zip
doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item
Reported-by: Tels, Andres Freund
-rw-r--r--doc/src/sgml/release-10.sgml19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 3ea33ca58b0..8736770d572 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -807,6 +807,17 @@
</para>
</listitem>
+ <listitem>
+ <!--
+ Author: Teodor Sigaev <teodor@sigaev.ru>
+ 2017-03-27 [090010f2e] Improve performance of find_tabstat_entry()/get_tabstat_
+ -->
+ <para>
+ Improve table creation speed in sessions that reference many
+ relations (Aleksander Alekseev)
+ </para>
+ </listitem>
+
</itemizedlist>
</sect4>
@@ -858,10 +869,10 @@
</para>
<para>
- By default planning and execution is display by <command>EXPLAIN
- ANALYZE</> and not display in other cases. The new
- <command>EXPLAIN</> option <literal>SUMMARY</> allows explicit
- control of this.
+ By default planning and execution time is display by
+ <command>EXPLAIN ANALYZE</> and not display in other cases.
+ The new <command>EXPLAIN</> option <literal>SUMMARY</> allows
+ explicit control of this.
</para>
</listitem>