]> granicus.if.org Git - postgresql/commitdiff
Clarify 9.2 release notes items about pg_stat_statements, to better
authorBruce Momjian <bruce@momjian.us>
Thu, 24 May 2012 23:10:06 +0000 (19:10 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 May 2012 23:10:06 +0000 (19:10 -0400)
document fix of double counting and read/write count addition, per Peter
Geoghegan

doc/src/sgml/release-9.2.sgml

index 90bb9c07bcf72649028dc04fd76ba284b6a73d02..e4152e73979ad210a2d34c5be627ec863c6c9ef0 100644 (file)
 
       <listitem>
        <para>
-        Add dirtied and written block counts to
-        <application>pg_stat_statements</> (Robert Haas)
+        Add dirtied and written block counts and read/write times to
+        <application>pg_stat_statements</> (Robert Haas, Ants Aasma)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Improve <application>pg_stat_statements</>' handling of
-        <command>PREPARE</command>/<command>EXECUTE</command> statements
+        Prevent <application>pg_stat_statements</> from double-counting
+        <command>PREPARE</command> and <command>EXECUTE</command> commands
         (Tom Lane)
        </para>
       </listitem>