diff options
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -221,6 +221,15 @@ <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) </para> </listitem> |