|
15 | 15 | <para>Major enhancements over <productname>Postgres Pro Standard</productname>
|
16 | 16 | 9.6.8.2 include:</para>
|
17 | 17 | <itemizedlist>
|
| 18 | + <listitem> |
| 19 | + <para>Added <filename>pg_pageprep</filename> module to facilitate |
| 20 | + migration from <productname>PostgreSQL</productname>-based |
| 21 | + products that use 32-bit transaction IDs to |
| 22 | + <productname>Postgres Pro</productname> versions that use 64-bit |
| 23 | + transaction IDs. (See <xref linkend="pg-pageprep">.)</para> |
| 24 | + <!-- 2bf163ae1814b03dc23d76999f6938d965d2671f --> |
| 25 | + </listitem> |
| 26 | + <listitem> |
| 27 | + <para>Updated the <xref linkend="mchar"> to fix the sorting order for |
| 28 | + Cyrillic letters Yo and short I. |
| 29 | + Make sure to run the <command>REINDEX</command> command to rebuild indexes |
| 30 | + that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para> |
| 31 | + <!-- 67a7654f477a6e3e3beccab054199a49d5c03685 --> |
| 32 | + </listitem> |
| 33 | + <listitem> |
| 34 | + <para>Updated |
| 35 | + the <link linkend="app-pgprobackup"><application>pg_probackup</application></link> |
| 36 | + utility to version 2.0.17, which includes the following new features:</para> |
| 37 | + <itemizedlist> |
| 38 | + <listitem> |
| 39 | + <para><literal>DELTA</literal> mode for incremental backups that |
| 40 | + reads all data files in the data directory and creates an incremental |
| 41 | + backup for pages that have changed since the previous backup.</para> |
| 42 | + </listitem> |
| 43 | + <listitem> |
| 44 | + <para>New options for <command>restore</command> and <command>validate</command> |
| 45 | + commands:</para> |
| 46 | + <itemizedlist> |
| 47 | + <listitem> |
| 48 | + <para> |
| 49 | + <literal>--immediate</literal> option ends recovery as soon as a consistent state is reached. |
| 50 | + </para> |
| 51 | + </listitem> |
| 52 | + <listitem> |
| 53 | + <para> |
| 54 | + <literal>--recovery-target-actioin</literal> option specifies the action |
| 55 | + the server should take when the recovery target is reached. |
| 56 | + </para> |
| 57 | + </listitem> |
| 58 | + <listitem> |
| 59 | + <para> |
| 60 | + <literal>--recovery-target-name</literal> specifies a named |
| 61 | + savepoint up to which to restore the cluster data. |
| 62 | + </para> |
| 63 | + </listitem> |
| 64 | + <listitem> |
| 65 | + <para> |
| 66 | + <literal>--write-recovery-conf</literal> writes a minimal |
| 67 | + <filename>recovery.conf</filename> in the output directory |
| 68 | + to facilitate setting up a standby server. |
| 69 | + </para> |
| 70 | + </listitem> |
| 71 | + </itemizedlist> |
| 72 | + <para> |
| 73 | + For details, see <xref linkend="app-pgprobackup">. |
| 74 | + </para> |
| 75 | + </listitem> |
| 76 | + </itemizedlist> |
| 77 | + <!-- |
| 78 | + 8b1fb84253e4244529bf3874181b94cc0c19436b |
| 79 | + --> |
| 80 | + </listitem> |
| 81 | + <listitem> |
| 82 | + <para>Updated PTRACK to version 1.5.</para> |
| 83 | + <!-- |
| 84 | + e6f4eb6b2cd4ae0035f50df182f75daf6b375e66 |
| 85 | + --> |
| 86 | + </listitem> |
18 | 87 | <listitem>
|
19 | 88 | <para>Updated <filename>pg_pathman</filename> module to
|
20 | 89 | version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced:
|
|
52 | 121 | -->
|
53 | 122 | </para>
|
54 | 123 | </listitem>
|
| 124 | + |
55 | 125 | <listitem>
|
56 |
| - <para>Updated PTRACK to version 1.5.</para> |
57 |
| - <!-- |
58 |
| - e6f4eb6b2cd4ae0035f50df182f75daf6b375e66 |
59 |
| - --> |
60 |
| - </listitem> |
61 |
| - <listitem> |
62 |
| - <para>Updated the <xref linkend="mchar"> to fix the sorting order for |
63 |
| - Cyrillic letters Yo and short I. |
64 |
| - Run the <command>REINDEX</command> command to rebuild indexes |
65 |
| - that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para> |
66 |
| - <!-- 67a7654f477a6e3e3beccab054199a49d5c03685 --> |
67 |
| - </listitem> |
68 |
| - <listitem> |
69 |
| - <para>Many fixes for <application>shared_ispell</application> module.</para> |
| 126 | + <para>Performed multiple bug fixes in the <application>shared_ispell</application> module.</para> |
70 | 127 | <!-- 5b4a552009d3b4b9b9ab221edc29c97878fa2e83
|
71 | 128 | d544ea69e0bcd4bf5e555c91280666b5c0e51de7
|
72 | 129 | dfbedb881b1db62fc643d8b0305b61ad25f27132
|
|
108 | 165 |
|
109 | 166 | <important>
|
110 | 167 | <para>
|
111 |
| - When upgrading to version 9.6.9.1, you must call the <command>REINDEX</command> |
| 168 | + When upgrading from versions 9.6.8.2 or lower, you must call the <command>REINDEX</command> |
112 | 169 | command for indexes that used <literal>mchar</literal> or <literal>mvarchar</literal> types.
|
113 | 170 | </para>
|
114 | 171 | </important>
|
|
0 commit comments