Skip to content

Commit 0cca685

Browse files
committed
Update RN for 9.6.3.1
1 parent 4c7cb9a commit 0cca685

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

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

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,84 @@
11
<!-- doc/src/sgml/release-pro-9.6.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
3+
<sect1 id="release-pro-9-6-3-1">
4+
<title>Postgres Pro 9.6.3.1</title>
5+
<note>
6+
<title>Release Date</title>
7+
<simpara>2017-05-12</simpara>
8+
</note>
9+
<sect2>
10+
<title>Overview</title>
11+
<para>This release is based on <productname>Postgres Pro</productname>
12+
<link linkend="release-pro-9-6-2-1">9.6.2.1</link> and
13+
<productname>PostgreSQL</productname> <link linkend="release-9-6-3">9.6.3</link>.</para>
14+
<para>Major enhancements over <productname>Postgres Pro</productname>
15+
9.6.2.1 include:</para>
16+
<itemizedlist>
17+
<listitem>
18+
<para>Added <application>pg_tsparser</application> extension for text search.</para>
19+
<para>In addition to the default search results, this extension also returns a single word for the following cases:</para>
20+
<itemizedlist>
21+
<listitem>
22+
<para>words that include underscores</para>
23+
</listitem>
24+
<listitem>
25+
<para>words that include numbers and letters separated by the hyphen character</para>
26+
</listitem>
27+
</itemizedlist>
28+
</listitem>
29+
<listitem>
30+
<para>Updated the <link linkend="pg-pathman"><application>pg_pathman</application></link> module to
31+
version 1.3.2. This version provides compatibility fixes for <productname>PostgreSQL</productname> 9.6.3.</para>
32+
</listitem>
33+
<listitem>
34+
<para>The <link linkend="sr-plan"><application>sr_plan</application></link> module
35+
is now working with non-default <literal>search_path</literal> variable.</para>
36+
</listitem>
37+
<listitem>
38+
<para>Fixed WAL inconsisency bug in covering indexes.</para>
39+
</listitem>
40+
<listitem>
41+
<para>Added distribution for SUSE Linux Enterprise Server 12 SP1 and Ubuntu 17.04.</para>
42+
</listitem>
43+
<listitem>
44+
<para>Applied patches to optimize inheritance.</para>
45+
</listitem>
46+
<listitem>
47+
<para>Updated PTRACK patch to version 1.2.</para>
48+
</listitem>
49+
<listitem>
50+
<para>Updated pg_probackup to version 1.1.11. Command line interface
51+
has been changed.</para>
52+
</listitem>
53+
<listitem>
54+
<para>Provided performance improvements for queries typical for 1C solutions.</para>
55+
</listitem>
56+
</itemizedlist>
57+
</sect2>
58+
<sect2>
59+
<title>Migration to Version 9.6.3.1</title>
60+
<para>A dump/restore using <xref linkend="app-pg-dumpall">, or
61+
use of <xref linkend="pgupgrade">, is required for those
62+
wishing to migrate data from any previous major release.
63+
</para>
64+
<para>A dump/restore is not required for those running 9.6.2.1.</para>
65+
<para>However, if you are upgrading from vanilla PostgreSQL 9.6.x, some
66+
catalog changes should be applied.
67+
</para>
68+
<para>If you use binary packages, and your database is in the default
69+
location, this upgrade should be performed automatically. If you've
70+
compiled Postgres Pro from source or create your database in a
71+
non-default location, running <literal>initdb</literal> manually, you
72+
should run <literal>pgpro_upgrade</literal> script provided in this
73+
distribution.
74+
</para>
75+
<para>Before running the script, you should stop postgres service.
76+
Script should be run on behalf of the user owning the database
77+
(typically postgres) and PGDATA environment variable should be
78+
set to the directory where database resides.
79+
</para>
80+
</sect2>
81+
</sect1>
382
<sect1 id="release-pro-9-6-2-1">
483
<title>Postgres Pro 9.6.2.1</title>
584
<note>

0 commit comments

Comments
 (0)