diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-06-26 14:48:52 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-06-26 14:49:37 -0400 |
commit | c66bc72e8a1318e43ea657ffa3798fa95f491650 (patch) | |
tree | 2c82eadb7eaf2f1d02ca10cbfe47e56690abf93d | |
parent | 8a8c581a8c99b9beecbdc517957da866f427f297 (diff) | |
download | postgresql-c66bc72e8a1318e43ea657ffa3798fa95f491650.tar.gz postgresql-c66bc72e8a1318e43ea657ffa3798fa95f491650.zip |
release notes: Add entry for commit 5ea86e6e6.
Peter Geoghegan and Robert Haas
-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> |