mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Move pg_stat_statements into its on 9.4 release note section
This commit is contained in:
parent
60832ea39d
commit
a1c287a383
@ -2218,41 +2218,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow reporting of the <link
|
|
||||||
linkend="pgstatstatements"><application>pg_stat_statements</></link>'s
|
|
||||||
internal query hash identifier (Daniel Farina, Sameer Thakur,
|
|
||||||
Peter Geoghegan)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Have <link
|
|
||||||
linkend="pgstatstatements"><application>pg_stat_statements</></link>
|
|
||||||
use a flat file for query text storage (Peter Geoghegan)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This removes the limitation on query text length, and allows a
|
|
||||||
higher default number of unique statements to be tracked.
|
|
||||||
(Peter Geoghegan)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add the ability to retrieve all <application>pg_stat_statements</>
|
|
||||||
information except the query text (Peter Geoghegan)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This allows programs to reuse the query text already retrieved
|
|
||||||
by referencing <structname>queryid</>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix <link linkend="pgstattuple"><application>pgstattuple</></link>
|
Fix <link linkend="pgstattuple"><application>pgstattuple</></link>
|
||||||
@ -2364,6 +2329,47 @@
|
|||||||
|
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
|
<sect4>
|
||||||
|
<title><link linkend="pgstatstatements"><application>pg_stat_statements</></link></title>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Have <application>pg_stat_statements</> use a flat file for query
|
||||||
|
text storage (Peter Geoghegan)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This removes the limitation on query text length, and allows a
|
||||||
|
higher default number of unique statements to be tracked.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Allow reporting of <application>pg_stat_statements</>'s internal
|
||||||
|
query hash identifier (Daniel Farina, Sameer Thakur, Peter
|
||||||
|
Geoghegan)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add the ability to retrieve all <application>pg_stat_statements</>
|
||||||
|
information except the query text (Peter Geoghegan)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This allows programs to reuse the query text already retrieved
|
||||||
|
by referencing <structname>queryid</>.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect4>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user