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>
