Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b62cb
)
Improve description of pg_stat_statements normalisation in release notes.
author
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:49:14 +0000
(11:49 +0100)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:49:14 +0000
(11:49 +0100)
doc/src/sgml/release-9.2.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.2.sgml
b/doc/src/sgml/release-9.2.sgml
index ce368e90988636be92baf9a3733cfab437b6a3fa..d8f8174333f653865be943a694d21b069a922999 100644
(file)
--- a/
doc/src/sgml/release-9.2.sgml
+++ b/
doc/src/sgml/release-9.2.sgml
@@
-2734,8
+2734,14
@@
<listitem>
<para>
- Improve <application>pg_stat_statements</> to aggregate similar
- queries (Peter Geoghegan, Tom Lane)
+ Allow <application>pg_stat_statements</> to aggregate similar
+ queries via SQL text normalisation (Peter Geoghegan, Tom Lane)
+ </para>
+
+ <para>
+ Users with applications that use non-parameterized SQL will now
+ be able to monitor query performance without using log file
+ analysis.
</para>
</listitem>