diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index 4086c6ba765..5e8cc1518cd 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -219,6 +219,15 @@
+
+
+ Extend the infrastructure allow sorting to be performed by inlined,
+ non-SQL-callable comparison functions to cover
+ CREATE INDEX>, REINDEX>, and
+ CLUSTER> (Peter Geoghegan)
+
+
+
Improve in-memory hash performance (Tomas Vondra, Robert Haas)