Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1c287a

Browse files
committed
Move pg_stat_statements into its on 9.4 release note section
1 parent60832ea commita1c287a

File tree

1 file changed

+41
-35
lines changed

1 file changed

+41
-35
lines changed

‎doc/src/sgml/release-9.4.sgml

Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,41 +2218,6 @@
22182218
</para>
22192219
</listitem>
22202220

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-
22562221
<listitem>
22572222
<para>
22582223
Fix <link linkend="pgstattuple"><application>pgstattuple</></link>
@@ -2364,6 +2329,47 @@
23642329

23652330
</sect4>
23662331

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+
23672373
</sect3>
23682374

23692375
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp