diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
new file mode 100644
index 98f2107..17301a4
*** a/doc/src/sgml/release-9.5.sgml
--- b/doc/src/sgml/release-9.5.sgml
***************
*** 242,247 ****
--- 242,262 ----
  
        <listitem>
         <para>
+         Allow the optimizer to remove unnecessary references to left
+         outer join subqueries (David Rowley)
+        </para>
+       </listitem>
+ 
+       <listitem>
+        <para>
+         Allow pushdown of query restrictions into <link
+         linkend="functions-window">window functions</>, where appropriate
+         (David Rowley)
+        </para>
+       </listitem>
+ 
+       <listitem>
+        <para>
          Speed up <acronym>CRC</> (cyclic redundancy check) computations
          (Abhijit Menon-Sen, Heikki Linnakangas)
         </para>
