Skip to content

Commit 8b364f0

Browse files
committed
Added jsquery to releasenotes
1 parent 1638390 commit 8b364f0

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

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

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
<!-- This list duplicates items below, but without authors or details-->
1919

2020
<itemizedlist>
21-
21+
<listitem><para>
22+
Include jsquery module (query language for jsonb fields.
23+
</para>
24+
</listitem>
2225
<listitem>
2326
<para>
2427
Improvement of substring simularity search (pg_trgm module).
@@ -31,6 +34,38 @@
3134
</listitem>
3235
</itemizedlist>
3336
</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>
3469
</sect1>
3570
<sect1 id="release-pro-9-5-0-1">
3671
<title>Postgres Pro 9.5.0.1</title>

0 commit comments

Comments
 (0)