|
1 | 1 | <!-- doc/src/sgml/release-proee-10.sgml -->
|
| 2 | +<sect1 id="release-proee-10-3-3"> |
| 3 | +<title>Postgres Pro Enterprise 10.3.3</title> |
| 4 | + <formalpara> |
| 5 | + <title>Release date:</title> |
| 6 | + <para>2018-03-30</para> |
| 7 | + </formalpara> |
| 8 | + <sect2> |
| 9 | + <title>Overview</title> |
| 10 | + <para>This release is based on <productname>Postgres Pro Standard</productname> 10.3.2 |
| 11 | + and <productname>Postgres Pro Enterprise</productname> 10.3.2. |
| 12 | + All changes inherited from <productname>Postgres Pro Standard</productname> 10.3.2 |
| 13 | + are listed in <link linkend="release-pro-10-3-2"><productname>Postgres Pro Standard</productname> 10.3.2 Release Notes</link>. |
| 14 | + As compared with <productname>Postgres Pro Enterprise</productname> 10.3.2, |
| 15 | + this version provides the following changes:</para> |
| 16 | + <itemizedlist> |
| 17 | + <listitem> |
| 18 | + <para> |
| 19 | + Fixed a bug in building B-tree indexes with optimized duplicate keys. |
| 20 | + This issue does not affect unique indexes, primary keys, |
| 21 | + catalog indexes, and covering indexes with the |
| 22 | + <command>INCLUDE</command> clause. Other indexes have to be rebuilt. |
| 23 | + <!-- cda4e22c3fde59c2b530310e608de315a2082c52 |
| 24 | + --> |
| 25 | + </para> |
| 26 | + </listitem> |
| 27 | + <listitem> |
| 28 | + <para> |
| 29 | + Improved <application>multimaster</application> extension: |
| 30 | + <itemizedlist> |
| 31 | + <listitem> |
| 32 | + <para> |
| 33 | + <application>multimaster</application> now supports <command>UPDATE</command> |
| 34 | + operations on tables without primary keys. |
| 35 | + <!-- a2b65205637b9dc223f9bf1a376953f6c90d773a |
| 36 | + --> |
| 37 | + </para> |
| 38 | + </listitem> |
| 39 | + <listitem> |
| 40 | + <para> |
| 41 | + In cluster configurations with a <application>referee</application> node, |
| 42 | + it is ensured that the voting result is discarded from the referee node |
| 43 | + if all the cluster nodes can access each other. It allows to choose |
| 44 | + a new winner in case of a failure. |
| 45 | + See <xref linkend="setting-up-a-referee"> for details. |
| 46 | + <!-- 7688caf4ece072af8e2f7fea10cf283c90f19e6e |
| 47 | + --> |
| 48 | + </para> |
| 49 | + </listitem> |
| 50 | + </itemizedlist> |
| 51 | + </para> |
| 52 | + </listitem> |
| 53 | + </itemizedlist> |
| 54 | + </sect2> |
| 55 | + <sect2> |
| 56 | + <title>Migration to Version 10.3.2</title> |
| 57 | + |
| 58 | + <para>If you are upgrading from a <productname>Postgres Pro Enterprise</productname> version |
| 59 | + based on the same <productname>PostgreSQL</productname> major release, |
| 60 | + it is enough to install the new version into your current installation directory. |
| 61 | + </para> |
| 62 | + <para>To migrate from <productname>PostgreSQL</productname>, |
| 63 | + <productname>Postgres Pro Standard</productname>, or |
| 64 | + <productname>Postgres Pro Enterprise</productname> versions based on |
| 65 | + any previous <productname>PostgreSQL</productname> major release, see the instructions |
| 66 | + in <link linkend="release-proee-10-1-1">Postgres Pro Enterprise 10.1.1 Release Notes</link>. |
| 67 | + If you are opting for a dump/restore, make sure to use the <literal>--add-collprovider</literal> |
| 68 | + option to correctly choose the collation provider for the migrated database. |
| 69 | + </para> |
| 70 | + |
| 71 | + </sect2> |
| 72 | +</sect1> |
| 73 | + |
2 | 74 | <sect1 id="release-proee-10-3-2">
|
3 | 75 | <title>Postgres Pro Enterprise 10.3.2</title>
|
4 | 76 | <formalpara>
|
|
0 commit comments