Skip to content

Commit 901b585

Browse files
committed
Added ICU patch to release notes
1 parent 5d450e7 commit 901b585

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
Scalability improvement for multicore/multeprocessor systems.
2727
</para>
2828
</listitem>
29+
<listitem>
30+
<para>
31+
Use portable implementation of the internationalization functions
32+
(libicu) instead of system specific.
33+
</para>
34+
</listitem>
2935
<listitem>
3036
<para>
3137
Contrib module pg_trgm supports substring searches (Arthur Zakirov).
@@ -165,8 +171,19 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
165171

166172
</sect3>
167173

174+
<sect3><title>Portability improvements</title>
168175

169-
176+
<itemizedlist>
177+
<listitem><para>
178+
Use libicu instead of system specific locale handling functions.
179+
This ensures same collating order on all platforms
180+
Based on patch by Palle Girgensohn
181+
<ulink url="http://people.freebsd.org/~girgen/postgresql-icu/README.html"></ulink>,
182+
ported to 9.5 and abbreviated sort key support added by Teodor
183+
Sigaev.</para>
184+
</listitem>
185+
</itemizedlist>
186+
</sect3>
170187
<sect3>
171188
<title>Additional Modules</title>
172189

0 commit comments

Comments
 (0)