pg_stat_statements.diff

text/x-diff

Filename: pg_stat_statements.diff
Type: text/x-diff
Part: 0
Message: Re: Draft release notes complete

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/release-9.2.sgml 0 0
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
new file mode 100644
index 90bb9c0..e4152e7
*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 2741,2755 ****
  
        <listitem>
         <para>
!         Add dirtied and written block counts to
!         <application>pg_stat_statements</> (Robert Haas)
         </para>
        </listitem>
  
        <listitem>
         <para>
!         Improve <application>pg_stat_statements</>' handling of
!         <command>PREPARE</command>/<command>EXECUTE</command> statements
          (Tom Lane)
         </para>
        </listitem>
--- 2741,2755 ----
  
        <listitem>
         <para>
!         Add dirtied and written block counts and read/write times to
!         <application>pg_stat_statements</> (Robert Haas, Ants Aasma)
         </para>
        </listitem>
  
        <listitem>
         <para>
!         Prevent <application>pg_stat_statements</> from double-counting
!         <command>PREPARE</command> and <command>EXECUTE</command> commands
          (Tom Lane)
         </para>
        </listitem>