From a1c287a3836ff47e7ea01c82aceba75f15ba7c91 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 May 2014 20:03:12 -0400 Subject: [PATCH] Move pg_stat_statements into its on 9.4 release note section --- doc/src/sgml/release-9.4.sgml | 76 +++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 4f33e90510..62ac6d34f2 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -2218,41 +2218,6 @@ - - - Allow reporting of the pg_stat_statements's - internal query hash identifier (Daniel Farina, Sameer Thakur, - Peter Geoghegan) - - - - - - Have pg_stat_statements - 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) - - - - This allows programs to reuse the query text already retrieved - by referencing queryid. - - - Fix pgstattuple @@ -2364,6 +2329,47 @@ + + <link linkend="pgstatstatements"><application>pg_stat_statements</></link> + + + + + + Have pg_stat_statements 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. + + + + + + Allow reporting of pg_stat_statements's internal + query hash identifier (Daniel Farina, Sameer Thakur, Peter + Geoghegan) + + + + + + Add the ability to retrieve all pg_stat_statements + information except the query text (Peter Geoghegan) + + + + This allows programs to reuse the query text already retrieved + by referencing queryid. + + + + + + +