|
26 | 26 | Scalability improvement for multicore/multeprocessor systems.
|
27 | 27 | </para>
|
28 | 28 | </listitem>
|
| 29 | + <listitem> |
| 30 | + <para> |
| 31 | + Use portable implementation of the internationalization functions |
| 32 | + (libicu) instead of system specific. |
| 33 | + </para> |
| 34 | + </listitem> |
29 | 35 | <listitem>
|
30 | 36 | <para>
|
31 | 37 | Contrib module pg_trgm supports substring searches (Arthur Zakirov).
|
@@ -164,8 +170,19 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
|
164 | 170 |
|
165 | 171 | </sect3>
|
166 | 172 |
|
| 173 | + <sect3><title>Portability improvements</title> |
167 | 174 |
|
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> |
169 | 186 | <sect3>
|
170 | 187 | <title>Additional Modules</title>
|
171 | 188 |
|
|