diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index 98f2107de3..17301a459a 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -240,6 +240,21 @@
+
+
+ Allow the optimizer to remove unnecessary references to left
+ outer join subqueries (David Rowley)
+
+
+
+
+
+ Allow pushdown of query restrictions into window functions>, where appropriate
+ (David Rowley)
+
+
+
Speed up CRC> (cyclic redundancy check) computations