File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 18
18
<!-- This list duplicates items below, but without authors or details-->
19
19
20
20
<itemizedlist>
21
-
21
+ <listitem><para>
22
+ Include jsquery module (query language for jsonb fields.
23
+ </para>
24
+ </listitem>
22
25
<listitem>
23
26
<para>
24
27
Improvement of substring simularity search (pg_trgm module).
31
34
</listitem>
32
35
</itemizedlist>
33
36
</sect2>
37
+ <sect2>
38
+ <title>Changes</title>
39
+ <para>
40
+ Below you will find a detailed account of the changes between
41
+ <productname>PostgrePro</productname> 9.5.12 and the previous minor
42
+ release.
43
+ </para>
44
+ <sect3><title>Additional modules</title>
45
+ <itemizedlist>
46
+ <listitem>
47
+ <para>
48
+ <literal>jsquery</literal> module - query operators for jsonb structures. Support GIN
49
+ inexes. Authors Teodor Sigaev, Alexander Korotkov, Oleg Bartunov.
50
+ </para>
51
+ </listitem>
52
+ <listitem>
53
+ <para>
54
+ Improvements of <literal>pg_trgm</literal> module. Substring simularity search improved
55
+ (Artur Zakirov)
56
+ </para>
57
+ </listitem>
58
+ <listitem>
59
+ <para>
60
+ <literal>shared_ispell</literal> module
61
+ Support for loading fulltext-search dictionaries into shared memory.
62
+ Improves speed, because there is now no need to load huspell
63
+ dictionary into each session again and again. (Artur Zakirov)
64
+ </para>
65
+ </listitem>
66
+ </itemizedlist>
67
+ </sect3>
68
+ </sect2>
34
69
</sect1>
35
70
<sect1 id="release-pro-9-5-0-1">
36
71
<title>Postgres Pro 9.5.0.1</title>
You can’t perform that action at this time.
0 commit comments