8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7672366 commit 32cebaaCopy full SHA for 32cebaa
doc/src/sgml/release-9.2.sgml
@@ -2741,15 +2741,15 @@
2741
2742
<listitem>
2743
<para>
2744
- Add dirtied and written block counts to
2745
- <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)
2746
</para>
2747
</listitem>
2748
2749
2750
2751
- Improve <application>pg_stat_statements</>' handling of
2752
- <command>PREPARE</command>/<command>EXECUTE</command> statements
+ Prevent <application>pg_stat_statements</> from double-counting
+ <command>PREPARE</command> and <command>EXECUTE</command> commands
2753
(Tom Lane)
2754
2755
0 commit comments