|
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> |
| 3 | +<sect1 id="release-pro-9-5-3-1"> |
| 4 | +<title>Postgres Pro 9.5.3.1</title> |
| 5 | +<note> |
| 6 | +<title>Release Date</title> |
| 7 | +<simpara>2016-05-12</simpara> |
| 8 | +</note> |
| 9 | +<sect2> |
| 10 | +<title>Overview</title> |
| 11 | +<para>This release is based on <productname>PostgreSQL</productname> |
| 12 | +9.5.3</para> |
| 13 | +<para>Major enhancement in the <productname>Postgres Pro</productname> |
| 14 | + 9.5.3.1 over <productname>Postgres Pro</productname> 9.5.2.1 include: |
| 15 | + </para> |
| 16 | + <itemizedlist> |
| 17 | + <listitem><para> |
| 18 | + Russian translation of documentation is included |
| 19 | +</para></listitem> |
| 20 | +<listitem><para> |
| 21 | +Postgres Pro own system of catalog upgrade is included. |
| 22 | +</para></listitem> |
| 23 | +<listitem><para> |
| 24 | +Covering indexes ported from 9.6 and upgrade scripts are added. Fixed |
| 25 | +pg_dump of covering indexes. |
| 26 | +</para></listitem> |
| 27 | +<listitem><para> |
| 28 | +Phrase search is now compatible with upcoming 9.6 release |
| 29 | +</para></listitem> |
| 30 | +<listitem><para> |
| 31 | +Added pg_variables contrib module, which provides session-wide |
| 32 | +variables, similar with Oracle package variables |
| 33 | +</para></listitem> |
| 34 | +<listitem><para> |
| 35 | +Lockfree Pin/UnpinBuffer backported from 9.6 |
| 36 | +</para></listitem> |
| 37 | + </itemizedlist> |
| 38 | +</sect2> |
| 39 | +</sect1> |
| 40 | + <sect1 id="release-pro-9-5-2-1"> |
| 41 | + <title>Postgres Pro 9.5.2.1</title> |
5 | 42 | <note>
|
6 | 43 | <title>Release Date</title>
|
7 | 44 | <simpara>2016-04-01</simpara>
|
|
12 | 49 | 9.5.2.
|
13 | 50 | </para>
|
14 | 51 | <para>
|
15 |
| - Note thatPostgresPro doesn't suffer from abbreviated keys problem, |
| 52 | + Note thatPostgres Pro doesn't suffer from abbreviated keys problem, |
16 | 53 | mentioned in the changes of upstream 9.5.2 release. When build with
|
17 |
| - <literal>--with-icu</literal> option,PostgresPro doesn't use |
| 54 | + <literal>--with-icu</literal> option,Postgres Pro doesn't use |
18 | 55 | string comparation functions from system C library, and uses portable
|
19 | 56 | implementations from <productname>libicu</productname>.
|
20 | 57 | </para>
|
21 | 58 | <para>Major enhancement in the <productname>Postgres Pro</productname>
|
22 |
| - 9.5.2.3 over <productname>Postgres Pro</productname> 9.5.1.2 include: |
| 59 | + 9.5.2.1 over <productname>Postgres Pro</productname> 9.5.1.2 include: |
23 | 60 | </para>
|
24 | 61 | <itemizedlist>
|
25 | 62 | <listitem><para>Include pg_pathman module which provides functions for
|
|