- 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>.
-
-
-
+
+
+
+
+
+ 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>.
+
+
+
+
+
+
+