Skip to content

Commit 612203d

Browse files
committed
Release notes for Postgres Pro 9.5.3.1 (en)
1 parent 52a262b commit 612203d

File tree

1 file changed

+42
-5
lines changed

1 file changed

+42
-5
lines changed

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,44 @@
11
<!-- doc/src/sgml/release-pro-9.5.sgml -->
22
<!-- 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>
542
<note>
643
<title>Release Date</title>
744
<simpara>2016-04-01</simpara>
@@ -12,14 +49,14 @@
1249
9.5.2.
1350
</para>
1451
<para>
15-
Note that PostgresPro doesn't suffer from abbreviated keys problem,
52+
Note that Postgres Pro doesn't suffer from abbreviated keys problem,
1653
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
1855
string comparation functions from system C library, and uses portable
1956
implementations from <productname>libicu</productname>.
2057
</para>
2158
<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:
2360
</para>
2461
<itemizedlist>
2562
<listitem><para>Include pg_pathman module which provides functions for

0 commit comments

Comments
 (0)