|
1 | 1 | <!-- doc/src/sgml/release-pro-10.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
| 3 | +<sect1 id="release-pro-10-3-2"> |
| 4 | + <title>Postgres Pro Standard 10.3.2</title> |
| 5 | + <formalpara> |
| 6 | + <title>Release Date:</title> |
| 7 | + <para>2018-03-20</para> |
| 8 | + </formalpara> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para>This release is based on <productname>PostgreSQL</productname> 10.3 |
| 12 | + and includes all the new features introduced in PostgreSQL 10, as well as |
| 13 | + bug fixes implemented in PostgreSQL 10.3. For their detailed description, |
| 14 | + see <link linkend="release-10">PostgreSQL 10 Release Notes</link> and |
| 15 | + <link linkend="release-10-3">PostgreSQL 10.3 Release Notes</link>, respectively. |
| 16 | + Other major changes and enhancements are as follows:</para> |
| 17 | + <itemizedlist spacing="compact"> |
| 18 | + <listitem> |
| 19 | + <para> |
| 20 | + Added support for TOAST to INCLUDED attributes for B-tree |
| 21 | + indexes.</para> |
| 22 | + <!-- d9f74314fb45645bba17e287871e9807fd36e2c3 --> |
| 23 | + </listitem> |
| 24 | + <listitem> |
| 25 | + <para> |
| 26 | + Fixed search for mchar and mvarchar types via search_path to make |
| 27 | + these types dumpable even with cleaned up search path. |
| 28 | + </para> |
| 29 | + <!-- 355211667eaf7469696b3316ef7b935c6cc9e78c --> |
| 30 | + </listitem> |
| 31 | + <listitem> |
| 32 | + <para> |
| 33 | + Added <literal>--add-collprovider</literal> option to <command>pg_dump</command> utility. |
| 34 | + </para> |
| 35 | + <!-- 431100a1cd03808b0dc1cdfdd065398ec08b59e1 --> |
| 36 | + </listitem> |
| 37 | + <listitem> |
| 38 | + <para>Updated the <link linkend="app-pgprobackup"><application>pg_probackup</application></link> |
| 39 | + utility from 2.0.14 to 2.0.16 version.</para> |
| 40 | + <itemizedlist> |
| 41 | + <listitem> |
| 42 | + <para>Infinite loop while page validation has been fixed.</para> |
| 43 | + </listitem> |
| 44 | + <listitem> |
| 45 | + <para>Fixed segfault for the case of parallel ptrack connections.</para> |
| 46 | + </listitem> |
| 47 | + <listitem> |
| 48 | + <para>Allowed to use <literal>delete-wal</literal> option wihtout <literal>delete-expired</literal>.</para> |
| 49 | + </listitem> |
| 50 | + <listitem> |
| 51 | + <para>Allowed to use <literal>pg_ptrack_get_block</literal> if it is available and page is invalid.</para> |
| 52 | + </listitem> |
| 53 | + <listitem> |
| 54 | + <para>Fixed CVE-2018-1058. Schema name explicitly used on the every function call.</para> |
| 55 | + </listitem> |
| 56 | + <listitem> |
| 57 | + <para>Handle datafiles in directory <literal>global</literal> as datafiles.</para> |
| 58 | + </listitem> |
| 59 | + <listitem> |
| 60 | + <para>Do not copy ptrack files from directory <literal>global</literal> to backup anymore.</para> |
| 61 | + </listitem> |
| 62 | + <listitem> |
| 63 | + <para> |
| 64 | + Check if <literal>--instance</literal> is specified for <command>VALIDATE</command> with target parameters. |
| 65 | + </para> |
| 66 | + </listitem> |
| 67 | + </itemizedlist> |
| 68 | + <!-- 76afcee1255d94ebc84f89ba336827999436a4c2 --> |
| 69 | + </listitem> |
| 70 | + </itemizedlist> |
| 71 | + </sect2> |
| 72 | + <sect2> |
| 73 | + <title>Migration to Version 10.3.2</title> |
| 74 | + |
| 75 | + <para>If you are upgrading from a <productname>Postgres Pro Standard</productname> version |
| 76 | + based on the same <productname>PostgreSQL</productname> major release, |
| 77 | + it is enough to install the new version into your current installation directory. |
| 78 | + </para> |
| 79 | + <para>To migrate from <productname>PostgreSQL</productname> or |
| 80 | + <productname>Postgres Pro Standard</productname> versions based on |
| 81 | + any previous <productname>PostgreSQL</productname> major release, see the instructions |
| 82 | + in <link linkend="release-pro-10-3-1">Postgres Pro Standard 10.3.1 Release Notes</link>. |
| 83 | + </para> |
| 84 | + |
| 85 | + </sect2> |
| 86 | +</sect1> |
3 | 87 | <sect1 id="release-pro-10-3-1">
|
4 | 88 | <title>Postgres Pro Standard 10.3.1</title>
|
5 | 89 | <formalpara>
|
|
0 commit comments