Skip to content

Commit e55128e

Browse files
committed
Added ICU patch to release notes
1 parent 34a6a80 commit e55128e

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).
@@ -164,8 +170,19 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
164170

165171
</sect3>
166172

173+
<sect3><title>Portability improvements</title>
167174

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

0 commit comments

Comments
 (0)