|
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). |
@@ -165,8 +171,19 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300 |
165 | 171 |
|
166 | 172 | </sect3> |
167 | 173 |
|
| 174 | + <sect3><title>Portability improvements</title> |
168 | 175 |
|
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> |
170 | 187 | <sect3> |
171 | 188 | <title>Additional Modules</title> |
172 | 189 |
|
|