projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8c581
)
release notes: Add entry for commit 5ea86e6e6.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 26 Jun 2015 18:48:52 +0000
(14:48 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 26 Jun 2015 18:49:37 +0000
(14:49 -0400)
Peter Geoghegan and Robert Haas
doc/src/sgml/release-9.5.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.5.sgml
b/doc/src/sgml/release-9.5.sgml
index 4086c6ba7652c841b9475691d6a8562cb32adee8..5e8cc1518cde726c7257aa18a2f090f42c849f85 100644
(file)
--- 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)