doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 17:29:26 +0000 (13:29 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 17:29:26 +0000 (13:29 -0400)
Reported-by: Tels, Andres Freund
doc/src/sgml/release-10.sgml

index 3ea33ca58b0ff43c1f06c933caa1a8a061d519ff..8736770d57213dd10a43531015abedebe52d84d5 100644 (file)
        </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>
        </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>