Move pg_stat_statements into its on 9.4 release note section
authorBruce Momjian
Tue, 6 May 2014 00:03:12 +0000 (20:03 -0400)
committerBruce Momjian
Tue, 6 May 2014 00:03:12 +0000 (20:03 -0400)
doc/src/sgml/release-9.4.sgml

index 4f33e90510ce1f07527cb3e6398dfceeff47066f..62ac6d34f2961623b94d41275cd71afd056d2abd 100644 (file)
        
       
 
-      
-       
-        Allow reporting of the 
-        linkend="pgstatstatements">pg_stat_statements's
-        internal query hash identifier (Daniel Farina, Sameer Thakur,
-        Peter Geoghegan)
-       
-      
-
-      
-       
-        Have 
-        linkend="pgstatstatements">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
 
     
 
+    
+     <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.
+       
+      
+
+     
+
+    
+