diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 4f33e90510c..62ac6d34f29 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. + + + + + + +