|
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-2-3"> |
| 4 | + <title>Postgres Pro 9.5.2.3</title> |
| 5 | + <note> |
| 6 | + <title>Release Date</title> |
| 7 | + <simpara>2016-04-01</simpara> |
| 8 | + </note> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para>This release is based on <productname>PostgreSQL</productname> |
| 12 | + 9.5.2. |
| 13 | + </para> |
| 14 | + <para> |
| 15 | + Note that PostgresPro doesn't suffer from abbreviated keys problem, |
| 16 | + mentioned in the changes of upstream 9.5.2 release. When build with |
| 17 | + <literal>--with-icu</literal> option, PostgresPro doesn't use |
| 18 | + string comparation functions from system C library, and uses portable |
| 19 | + implementations from <productname>libicu</productname>. |
| 20 | + </para> |
| 21 | + <para>Major enhancement in the <productname>Postgres Pro</productname> |
| 22 | + 9.5.2.3 over <productname>Postgres Pro</productname> 9.5.1.2 include: |
| 23 | + </para> |
| 24 | + <itemizedlist> |
| 25 | + <listitem><para>Include pg_pathman module which provides functions for |
| 26 | + declarative partitioning and optimizes query execution plans for |
| 27 | + partitioned tables.</para> |
| 28 | + </listitem> |
| 29 | + <listitem><para>Include pg_arman incremental backup utlity. It is considered |
| 30 | + an experimantal feature, so it is build as separate package on Linux |
| 31 | + and is not available for Windows yet. Documentation is also provided |
| 32 | + separately</para> |
| 33 | + </listitem> |
| 34 | + <listitem><para> |
| 35 | + <literal>version()</> SQL function now returns <literal>PostgreSQL |
| 36 | + 9.5.2</literal>, as in vanilla PostgreSQL, because some client frameworks |
| 37 | + such as <productname>SQL Alchemy</productname> are confused seeing |
| 38 | + PostgresPro here. Function <literal>pgpro_version</literal> is provided |
| 39 | + to report PostgresPro release. |
| 40 | + </para> |
| 41 | + </listitem> |
| 42 | + </itemizedlist> |
| 43 | + </sect2> |
| 44 | + </sect1> |
3 | 45 | <sect1 id="release-pro-9-5-1-2">
|
4 |
| - <title>Postgres Pro 9.5.1.1</title> |
| 46 | + <title>Postgres Pro 9.5.1.2</title> |
5 | 47 | <note>
|
6 | 48 | <title>Release Date</title>
|
7 |
| - <simpara>2016-02-26</simpara> |
8 |
| - <simpara>Current as of 2016-02-19</simpara> |
| 49 | + <simpara>2016-03-02</simpara> |
9 | 50 | </note>
|
10 | 51 | <sect2>
|
11 | 52 | <title>Overview</title>
|
|