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