|
2218 | 2218 | </para> |
2219 | 2219 | </listitem> |
2220 | 2220 |
|
2221 | | - <listitem> |
2222 | | - <para> |
2223 | | - Allow reporting of the <link |
2224 | | - linkend="pgstatstatements"><application>pg_stat_statements</></link>'s |
2225 | | - internal query hash identifier (Daniel Farina, Sameer Thakur, |
2226 | | - Peter Geoghegan) |
2227 | | - </para> |
2228 | | - </listitem> |
2229 | | - |
2230 | | - <listitem> |
2231 | | - <para> |
2232 | | - Have <link |
2233 | | - linkend="pgstatstatements"><application>pg_stat_statements</></link> |
2234 | | - use a flat file for query text storage (Peter Geoghegan) |
2235 | | - </para> |
2236 | | - |
2237 | | - <para> |
2238 | | - This removes the limitation on query text length, and allows a |
2239 | | - higher default number of unique statements to be tracked. |
2240 | | - (Peter Geoghegan) |
2241 | | - </para> |
2242 | | - </listitem> |
2243 | | - |
2244 | | - <listitem> |
2245 | | - <para> |
2246 | | - Add the ability to retrieve all <application>pg_stat_statements</> |
2247 | | - information except the query text (Peter Geoghegan) |
2248 | | - </para> |
2249 | | - |
2250 | | - <para> |
2251 | | - This allows programs to reuse the query text already retrieved |
2252 | | - by referencing <structname>queryid</>. |
2253 | | - </para> |
2254 | | - </listitem> |
2255 | | - |
2256 | 2221 | <listitem> |
2257 | 2222 | <para> |
2258 | 2223 | Fix <link linkend="pgstattuple"><application>pgstattuple</></link> |
|
2364 | 2329 |
|
2365 | 2330 | </sect4> |
2366 | 2331 |
|
| 2332 | + <sect4> |
| 2333 | + <title><link linkend="pgstatstatements"><application>pg_stat_statements</></link></title> |
| 2334 | + |
| 2335 | + <itemizedlist> |
| 2336 | + |
| 2337 | + <listitem> |
| 2338 | + <para> |
| 2339 | + Have <application>pg_stat_statements</> use a flat file for query |
| 2340 | + text storage (Peter Geoghegan) |
| 2341 | + </para> |
| 2342 | + |
| 2343 | + <para> |
| 2344 | + This removes the limitation on query text length, and allows a |
| 2345 | + higher default number of unique statements to be tracked. |
| 2346 | + </para> |
| 2347 | + </listitem> |
| 2348 | + |
| 2349 | + <listitem> |
| 2350 | + <para> |
| 2351 | + Allow reporting of <application>pg_stat_statements</>'s internal |
| 2352 | + query hash identifier (Daniel Farina, Sameer Thakur, Peter |
| 2353 | + Geoghegan) |
| 2354 | + </para> |
| 2355 | + </listitem> |
| 2356 | + |
| 2357 | + <listitem> |
| 2358 | + <para> |
| 2359 | + Add the ability to retrieve all <application>pg_stat_statements</> |
| 2360 | + information except the query text (Peter Geoghegan) |
| 2361 | + </para> |
| 2362 | + |
| 2363 | + <para> |
| 2364 | + This allows programs to reuse the query text already retrieved |
| 2365 | + by referencing <structname>queryid</>. |
| 2366 | + </para> |
| 2367 | + </listitem> |
| 2368 | + |
| 2369 | + </itemizedlist> |
| 2370 | + |
| 2371 | + </sect4> |
| 2372 | + |
2367 | 2373 | </sect3> |
2368 | 2374 |
|
2369 | 2375 | </sect2> |
|
0 commit comments