|
14 | 14 | <itemizedlist>
|
15 | 15 | <listitem>
|
16 | 16 | <para>
|
17 |
| - In the <application>multimaster</application> extension: |
| 17 | + Improved the <application>multimaster</application> extension: |
18 | 18 | <itemizedlist>
|
19 | 19 | <listitem>
|
20 | 20 | <para>Fixed GUC escaping rules.</para>
|
21 | 21 | <!-- 9c3fdb949d2f6bc5aef727172915342f83efb756 -->
|
22 | 22 | </listitem>
|
23 | 23 | <listitem>
|
24 |
| - <para>Fixed bug in mtm-proto. The positive value of <literal>MtmIsFilteredTxn</literal> flag |
25 |
| - is only valid for prepare phase, but not for precommit.</para> |
| 24 | + <para>Fixed a bug in replication protocol.</para> |
26 | 25 | <!-- bae149f190c451d33cb9af1c65938d15c3b1e440 -->
|
27 | 26 | </listitem>
|
28 | 27 | <listitem>
|
29 |
| - <para>Fixed 2PC decoding.</para> |
| 28 | + <para>Fixed two-phase commit (2PC) decoding.</para> |
30 | 29 | <!-- 105010670352aed60dc4d40dcc9083586bc4cf40 -->
|
31 | 30 | </listitem>
|
32 | 31 | <listitem>
|
33 | 32 | <para>
|
34 | 33 | Corrected the behavior of the autonomous transactions when used in
|
35 |
| - conjunction with <application>multimaster</application> extension. |
| 34 | + conjunction with the <application>multimaster</application> extension. |
36 | 35 | </para>
|
37 | 36 | <!-- 67b733ffc280a8bae76540dd4c8f5fb51f096511 -->
|
38 | 37 | </listitem>
|
39 | 38 | </itemizedlist>
|
40 | 39 | </para>
|
41 | 40 | </listitem>
|
42 | 41 | <listitem>
|
43 |
| - <para>Fixed a problem that occurs when using INCLUDED INDEXES and data recovery from WAL.</para> |
| 42 | + <para>Fixed a bug in replication for B-tree indexes with |
| 43 | + the <command>INCLUDE</command> clause.</para> |
44 | 44 | <!-- 777cceec423ec1e9f4ffc3aad95e15655fdcdef0 -->
|
45 | 45 | </listitem>
|
46 | 46 | <listitem>
|
47 | 47 | <para>
|
48 |
| - Unsafe <function>memcpy</function> calls replaced by <function>strcpy</function> in |
| 48 | + Replaced unsafe <function>memcpy</function> calls by <function>strcpy</function> in |
49 | 49 | the <application>pgpro_scheduler</application> extension.
|
50 | 50 | </para>
|
51 | 51 | <!-- 2aeb94523d92df1ff87a5d73a825e0cb702f5fa4 -->
|
52 | 52 | </listitem>
|
53 | 53 | <listitem>
|
54 | 54 | <para>
|
55 |
| - Fixed xact callback handling in the <application>in_memory</application> |
| 55 | + Fixed transaction callback handling in the <application>in_memory</application> |
56 | 56 | extension.
|
57 | 57 | </para>
|
58 | 58 | <!-- cdaa94905cefcded9695ed4596e6fc9fe7cd6d21 -->
|
59 | 59 | </listitem>
|
60 | 60 | </itemizedlist>
|
61 | 61 | </sect2>
|
| 62 | + <sect2> |
| 63 | + <title>Migration to Version 10.2.1</title> |
| 64 | + |
| 65 | + <para>If you are upgrading from a <productname>Postgres Pro Enterprise</productname> version |
| 66 | + based on the same <productname>PostgreSQL</productname> major release, |
| 67 | + it is enough to install the new version into your current installation directory. |
| 68 | + </para> |
| 69 | + <para>To migrate from <productname>PostgreSQL</productname>, |
| 70 | + <productname>Postgres Pro</productname>, or |
| 71 | + <productname>Postgres Pro Enterprise</productname> versions based on |
| 72 | + any previous <productname>PostgreSQL</productname> major release, see the instructions |
| 73 | + in <link linkend="release-proee-10-1-1">Postgres Pro 10.1.1 Release Notes</link>. |
| 74 | + </para> |
| 75 | + |
| 76 | + </sect2> |
62 | 77 | </sect1>
|
63 | 78 | <sect1 id="release-proee-10-1-1">
|
64 | 79 | <title>&productname; 10.1.1</title>
|
|
0 commit comments