6
6
7
7
<note>
8
8
<title>Release Date</title>
9
- <simpara>2016-??-?? </simpara>
10
- <simpara>Current as of 2016-01-15 </simpara>
9
+ <simpara>2016-02-01 </simpara>
10
+ <simpara>Current as of 2016-01-28 </simpara>
11
11
</note>
12
12
13
13
<sect2>
66
66
<para>Some hunspell dictionaries for full-text search are bundled
67
67
with distribution</para>
68
68
</listitem>
69
+ <listitem>
70
+ <para>Phrase search support in full text search</para>
71
+ </listitem>
69
72
70
73
</itemizedlist>
71
74
77
80
78
81
<sect2>
79
82
80
- <title>Migration to Version 9.5</title>
81
-
83
+ <title>Migration to PostgresPro 9.5</title>
82
84
<para>
83
85
A dump/restore using <xref linkend="app-pg-dumpall">, or use
84
86
of <xref linkend="pgupgrade">, is required for those wishing to migrate
85
87
data from any previous release.
86
88
</para>
87
-
88
-
89
- <itemizedlist>
90
- <listitem>
91
89
<para>
92
- <!-- to be filled in -->
90
+ Dump/restore is not neccessary when migrating from PostgreSQL 9.5 to
91
+ PostgresPro 9.5.
93
92
</para>
94
- </listitem>
95
- </itemizedlist>
96
-
97
93
</sect2>
98
94
99
95
<sect2>
@@ -201,27 +197,30 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
201
197
</sect4>
202
198
203
199
200
+ <sect4>
201
+ <title>Full text search</title>
202
+ <itemizedlist>
203
+ <listitem>
204
+ <para>
205
+ Phrase search - it is now possible to specify order of words in the
206
+ text search query.
207
+ </para>
208
+ </listitem>
209
+ <listitem>
210
+ <para>
211
+ Improved hunspell dictionaries support. Now it is possible to hunspell
212
+ dictionaries with complex affix files, which were not supported in
213
+ earlier versions.
214
+ </para>
215
+ <para>
216
+ Some hunspell dictionaries are included in the distribution. See
217
+ <xref linkend="relnotes-contrib-modules"> below.
218
+ </para>
219
+ </listitem>
220
+ </itemizedlist>
221
+ </sect4>
204
222
</sect3>
205
-
206
- <sect3>
207
- <title>Replication and Recovery</title>
208
-
209
- <itemizedlist>
210
-
211
- <listitem>
212
-
213
- <!-- Put commit message here -->
214
- <para>
215
- <!-- to be filled -->
216
- </para>
217
-
218
- </listitem>
219
- </itemizedlist>
220
-
221
- </sect3>
222
-
223
223
<sect3><title>Portability improvements</title>
224
-
225
224
<itemizedlist>
226
225
<listitem><para>
227
226
Use libicu instead of system specific locale handling functions.
@@ -233,7 +232,7 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
233
232
</listitem>
234
233
</itemizedlist>
235
234
</sect3>
236
- <sect3>
235
+ <sect3 id="relnotes-contrib-modules" >
237
236
<title>Additional Modules</title>
238
237
239
238
<itemizedlist>