|
24 | 24 | -->
|
25 | 25 | </listitem>
|
26 | 26 | <listitem>
|
27 |
| - <para>Implemented dynamic prepare of the <command>psql</command> history path on Windows systems.</para> |
| 27 | + <para>Implemented dynamic prepare of the default directory for storing |
| 28 | + <command>psql</command> history on Windows systems.</para> |
28 | 29 | <!--
|
29 | 30 | e80337e33aa37839e1a141f6d196096e1148cf17
|
30 | 31 | 5850209dbff28912d1da44bcfab23f0e16907667
|
|
33 | 34 | <listitem>
|
34 | 35 | <para>Updated the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
|
35 | 36 | utility to version 2.0.14.</para>
|
| 37 | + <itemizedlist> |
| 38 | + <listitem> |
| 39 | + <para> |
| 40 | + Fixed race conditions in <literal>ptrack</literal> and page backups. |
| 41 | + </para> |
| 42 | + </listitem> |
| 43 | + <listitem> |
| 44 | + <para> |
| 45 | + Fixed parallel <literal>ptrack</literal> backup interruption. |
| 46 | + </para> |
| 47 | + </listitem> |
| 48 | + <listitem> |
| 49 | + <para> |
| 50 | + Added new backup state <literal>ORPHAN</literal>, which indicates |
| 51 | + that one of previous backups is corrupted. |
| 52 | + </para> |
| 53 | + </listitem> |
| 54 | + </itemizedlist> |
36 | 55 | <!-- fc40ff8949f10e50e0aaf805f69082539176626b -->
|
37 | 56 | </listitem>
|
38 | 57 | <listitem>
|
|
54 | 73 | <!-- efb70c83ccdead1e1d3604ec67eeae16c9fd26e5 -->
|
55 | 74 | </listitem>
|
56 | 75 | <listitem>
|
57 |
| - <para>Fixed incorrect handling of <literal>IS NULL / IS NOT NULL</literal> |
58 |
| - quals in the indexes with included columns.</para> |
| 76 | + <para>Fixed incorrect handling of <command>IS NULL</command> and <command>IS NOT NULL</command> |
| 77 | + qual conditions in indexes with <command>INCLUDE</command> clauses.</para> |
59 | 78 | <!-- 7bfe5275e91817dca49dd6e773130473e76c8183 -->
|
60 | 79 | </listitem>
|
61 | 80 | <listitem>
|
62 | 81 | <para>Added <literal>int2vector</literal> compatibility patch.</para>
|
63 | 82 | <!-- 0fc6e45196e78f479aa0fe95d5ff31aab6c67768 -->
|
64 | 83 | </listitem>
|
65 | 84 | <listitem>
|
66 |
| - <para>Module <application>online-analyze</application> has been |
67 |
| - updated.</para> |
| 85 | + <para>Updated <application>online-analyze</application> module.</para> |
68 | 86 | <!-- adce42211d871c834d8ce339a241f866feb1a84b -->
|
69 | 87 | </listitem>
|
70 | 88 | </itemizedlist>
|
|
149 | 167 | you are recommended to use <literal>libc</literal> provider when
|
150 | 168 | upgrading from vanilla <productname>PostgreSQL</productname>, and
|
151 | 169 | omit the provider when upgrading from a previous version of
|
152 |
| - <productname>Postgres Pro</productname>. |
| 170 | + <productname>Postgres Pro</productname>, unless you have databases with |
| 171 | + non-C and non-POSIX collation settings. For such databases, you should |
| 172 | + do the following: |
| 173 | + <itemizedlist> |
| 174 | + <listitem> |
| 175 | + <para>If the new cluster is initialized with locales other than C or POSIX, |
| 176 | + and the database has an single-byte encoding, set LC_COLLATE to '@libc' for this database. |
| 177 | + </para> |
| 178 | + </listitem> |
| 179 | + <listitem> |
| 180 | + <para>If the new cluster is initialized with C or POSIX locale settings and |
| 181 | + the database has a multi-byte encoding, set LC_COLLATE to <literal>'@icu'</literal> for this database. |
| 182 | + </para> |
| 183 | + </listitem> |
| 184 | + </itemizedlist> |
153 | 185 | </para>
|
154 | 186 |
|
155 | 187 | <note>
|
|
401 | 433 | you are recommended to use <literal>libc</literal> provider when
|
402 | 434 | upgrading from vanilla <productname>PostgreSQL</productname>, and
|
403 | 435 | omit the provider when upgrading from a previous version of
|
404 |
| - <productname>Postgres Pro</productname>. |
| 436 | + <productname>Postgres Pro</productname>, unless you have databases with |
| 437 | + non-C and non-POSIX collation settings. For such databases, you should |
| 438 | + do the following: |
| 439 | + <itemizedlist> |
| 440 | + <listitem> |
| 441 | + <para>If the new cluster is initialized with locales other than C or POSIX, |
| 442 | + and the database has an single-byte encoding, set LC_COLLATE to '@libc' for this database. |
| 443 | + </para> |
| 444 | + </listitem> |
| 445 | + <listitem> |
| 446 | + <para>If the new cluster is initialized with C or POSIX locale settings and |
| 447 | + the database has a multi-byte encoding, set LC_COLLATE to <literal>'@icu'</literal> for this database. |
| 448 | + </para> |
| 449 | + </listitem> |
| 450 | + </itemizedlist> |
405 | 451 | </para>
|
406 | 452 |
|
407 | 453 | <note>
|
|
0 commit comments