|
1 | 1 | <!-- doc/src/sgml/release-proee-10.sgml -->
|
| 2 | +<sect1 id="release-proee-10-2-1"> |
| 3 | +<title>&productname; 10.2.1</title> |
| 4 | + <formalpara> |
| 5 | + <title>Release date:</title> |
| 6 | + <para>2018-02-21</para> |
| 7 | + </formalpara> |
| 8 | + <sect2> |
| 9 | + <title>Overview</title> |
| 10 | + <para>This release is based on <productname>Postgres Pro</productname> 10.2.1 |
| 11 | + and <productname>Postgres Pro Enterprise</productname> 10.1.1. |
| 12 | + As compared with <productname>Postgres Pro Enterprise</productname> 10.1.1, |
| 13 | + this version provides the following changes:</para> |
| 14 | + <itemizedlist> |
| 15 | + <listitem> |
| 16 | + <para> |
| 17 | + In the <application>multimaster</application> extension: |
| 18 | + <itemizedlist> |
| 19 | + <listitem> |
| 20 | + <para>Fixed GUC escaping rules.</para> |
| 21 | + <!-- 9c3fdb949d2f6bc5aef727172915342f83efb756 --> |
| 22 | + </listitem> |
| 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> |
| 26 | + <!-- bae149f190c451d33cb9af1c65938d15c3b1e440 --> |
| 27 | + </listitem> |
| 28 | + <listitem> |
| 29 | + <para>Fixed 2PC decoding.</para> |
| 30 | + <!-- 105010670352aed60dc4d40dcc9083586bc4cf40 --> |
| 31 | + </listitem> |
| 32 | + <listitem> |
| 33 | + <para> |
| 34 | + Corrected the behavior of the autonomous transactions when used in |
| 35 | + conjunction with <application>multimaster</application> extension. |
| 36 | + </para> |
| 37 | + <!-- 67b733ffc280a8bae76540dd4c8f5fb51f096511 --> |
| 38 | + </listitem> |
| 39 | + </itemizedlist> |
| 40 | + </para> |
| 41 | + </listitem> |
| 42 | + <listitem> |
| 43 | + <para>Fixed a problem that occurs when using INCLUDED INDEXES and data recovery from WAL.</para> |
| 44 | + <!-- 777cceec423ec1e9f4ffc3aad95e15655fdcdef0 --> |
| 45 | + </listitem> |
| 46 | + <listitem> |
| 47 | + <para> |
| 48 | + Unsafe <function>memcpy</function> calls replaced by <function>strcpy</function> in |
| 49 | + the <application>pgpro_scheduler</application> extension. |
| 50 | + </para> |
| 51 | + <!-- 2aeb94523d92df1ff87a5d73a825e0cb702f5fa4 --> |
| 52 | + </listitem> |
| 53 | + <listitem> |
| 54 | + <para> |
| 55 | + Fixed xact callback handling in the <application>in_memory</application> |
| 56 | + extension. |
| 57 | + </para> |
| 58 | + <!-- cdaa94905cefcded9695ed4596e6fc9fe7cd6d21 --> |
| 59 | + </listitem> |
| 60 | + </itemizedlist> |
| 61 | + </sect2> |
| 62 | +</sect1> |
2 | 63 | <sect1 id="release-proee-10-1-1">
|
3 | 64 | <title>&productname; 10.1.1</title>
|
4 | 65 | <formalpara>
|
|
0 commit comments