|
1 | 1 | <!-- doc/src/sgml/release-pro-9.5.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
| 3 | +<sect1 id="release-pro-9-5-13-1"> |
| 4 | + <title>Postgres Pro 9.5.13.1</title> |
| 5 | + <formalpara> |
| 6 | + <title>Release date:</title> |
| 7 | + <para>2018-05-18</para> |
| 8 | + </formalpara> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para>This release is based on <productname>PostgreSQL</productname> 9.5.13 |
| 12 | + and <productname>Postgres Pro</productname> 9.5.12.1. All improvements |
| 13 | + inherited from <productname>PostgreSQL</productname> 9.5.13 are listed |
| 14 | + in <link linkend="release-9-5-13"><productname>PostgreSQL</productname> |
| 15 | + 9.5.13 Release Notes</link>.</para> |
| 16 | + |
| 17 | + <para>Major enhancements over <productname>Postgres Pro</productname> |
| 18 | + 9.5.12.1 include:</para> |
| 19 | + <itemizedlist> |
| 20 | + <listitem> |
| 21 | + <para>Updated <filename>pg_pathman</filename> module to |
| 22 | + version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced: |
| 23 | + <itemizedlist> |
| 24 | + <listitem> |
| 25 | + <para> |
| 26 | + Fixed an issue with duplicate entries in query results for inherited tables. |
| 27 | + In general, <filename>pg_pathman</filename> does not support multilevel partitioning. |
| 28 | + </para> |
| 29 | + </listitem> |
| 30 | + <listitem> |
| 31 | + <para> |
| 32 | + Fixed a spurious <literal>table is being partitioned now</literal> error raised |
| 33 | + by <function>partition_table_concurrently()</function>. |
| 34 | + </para> |
| 35 | + </listitem> |
| 36 | + <listitem> |
| 37 | + <para> |
| 38 | + Relaxed check constraint handling. |
| 39 | + </para> |
| 40 | + </listitem> |
| 41 | + <listitem> |
| 42 | + <para> |
| 43 | + Fixed incorrect usage of <function>memcpy()</function> in <function>start_bgworker()</function>. |
| 44 | + </para> |
| 45 | + </listitem> |
| 46 | + <listitem> |
| 47 | + <para>For a full list of changes, |
| 48 | + see <ulink url="https://github.com/postgrespro/pg_pathman/releases/"><application>pg_pathman</application> Wiki</ulink>. |
| 49 | + </para> |
| 50 | + </listitem> |
| 51 | + </itemizedlist> |
| 52 | + </para> |
| 53 | + </listitem> |
| 54 | + <listitem> |
| 55 | + <para>Fixed an issue with pasting strings that include symbols |
| 56 | + of different character sets from clipboard to psql on Windows systems.</para> |
| 57 | + <!-- pgwininstall: d30df75eb5079e3e285bac41d0219894f401f58c --> |
| 58 | + </listitem> |
| 59 | + </itemizedlist> |
| 60 | + </sect2> |
| 61 | + <sect2> |
| 62 | + <title>Migration to Version 9.5.13.1</title> |
| 63 | + <para>Depending on your current installation, the upgrade procedure will differ. |
| 64 | + </para> |
| 65 | + <para>If you are running <productname>Postgres Pro</productname> 9.5.12.1, |
| 66 | + it is enough to install the 9.5.13.1 version into the same directory. |
| 67 | + For earlier <productname>Postgres Pro</productname> versions, |
| 68 | + <filename>pgpro_upgrade</filename> script is required to complete the upgrade: |
| 69 | + <itemizedlist spacing="compact"> |
| 70 | + <listitem> |
| 71 | + <para> |
| 72 | + If you are upgrading your installation from a binary package, |
| 73 | + and your database is in the default location, |
| 74 | + <filename>pgpro_upgrade</filename> is run automatically, |
| 75 | + unless you are prompted to run it manually. |
| 76 | + </para> |
| 77 | + </listitem> |
| 78 | + <listitem> |
| 79 | + <para> |
| 80 | + If you compiled Postgres Pro from source code or created |
| 81 | + your database in a non-default location, you must run |
| 82 | + <filename>pgpro_upgrade</filename> script manually. |
| 83 | + </para> |
| 84 | + </listitem> |
| 85 | + </itemizedlist> |
| 86 | + <important> |
| 87 | + <para> |
| 88 | + Before launching <filename>pgpro_upgrade</filename> manually, |
| 89 | + you must stop the <literal>postgres</literal> service. |
| 90 | + The script must be run on behalf of the user owning the |
| 91 | + database (typically postgres). Running <filename>pgpro_upgrade</filename> |
| 92 | + as root will result in an error. |
| 93 | + </para> |
| 94 | + </important> |
| 95 | + </para> |
| 96 | + <para> |
| 97 | + To migrate to this version from vanilla <productname>PostgreSQL</productname>, |
| 98 | + perform a dump/restore using <xref linkend="app-pg-dumpall">. |
| 99 | + </para> |
| 100 | + </sect2> |
| 101 | +</sect1> |
3 | 102 | <sect1 id="release-pro-9-5-10-1">
|
4 | 103 | <title>Postgres Pro 9.5.10.1</title>
|
5 | 104 | <formalpara>
|
|
0 commit comments