From 60832ea39d670cb6c39081e31ad175e0e1c555f8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 May 2014 19:58:58 -0400 Subject: [PATCH] In 9.4 release notes, add detail to pg_stat_statements items --- doc/src/sgml/release-9.4.sgml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index ffb85bf882..4f33e90510 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -2231,15 +2231,25 @@ Have pg_stat_statements - use a flat file for query text storage, allowing higher limits + use a flat file for query text storage (Peter Geoghegan) + + + + This removes the limitation on query text length, and allows a + higher default number of unique statements to be tracked. (Peter Geoghegan) + + + + + Add the ability to retrieve all pg_stat_statements + information except the query text (Peter Geoghegan) + - Also add the ability to retrieve all - pg_stat_statements information except the query - text. This allows programs to reuse the query text already - retrieved by referencing queryid. + This allows programs to reuse the query text already retrieved + by referencing queryid. -- 2.40.0