Clarify 9.2 release notes items about pg_stat_statements, to better
authorBruce Momjian
Thu, 24 May 2012 23:10:06 +0000 (19:10 -0400)
committerBruce Momjian
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)
 
       
        
-        Add dirtied and written block counts to
-        pg_stat_statements (Robert Haas)
+        Add dirtied and written block counts and read/write times to
+        pg_stat_statements (Robert Haas, Ants Aasma)
        
       
 
       
        
-        Improve pg_stat_statements' handling of
-        PREPARE/EXECUTE statements
+        Prevent pg_stat_statements from double-counting
+        PREPARE and EXECUTE commands
         (Tom Lane)