Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a1c287a3
Commit
a1c287a3
authored
May 05, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move pg_stat_statements into its on 9.4 release note section
parent
60832ea3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
35 deletions
+41
-35
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+41
-35
No files found.
doc/src/sgml/release-9.4.sgml
View file @
a1c287a3
...
...
@@ -2218,41 +2218,6 @@
</para>
</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>
<para>
Fix <link linkend="pgstattuple"><application>pgstattuple</></link>
...
...
@@ -2364,6 +2329,47 @@
</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>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment