File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 30
30
<para>
31
31
Contrib module pg_trgm supports substring searches (Arthur Zakirov).
32
32
</para>
33
+ </listitem>
34
+ <listitem>
33
35
<para>
34
36
Save-restore execution plan exension (Yury Zhuravlev)
35
37
</para>
38
+ </listitem>
39
+ <listitem>
40
+ <para>
41
+ Dump/restore database statistics (Dmitry Ivanov)
42
+ </para>
36
43
</listitem>
37
44
38
-
39
45
</itemizedlist>
40
46
41
47
<para>
@@ -190,6 +196,14 @@ Date: Wed Dec 30 16:00:20 2015 +0300
190
196
each time.
191
197
</para>
192
198
</listitem>
199
+ <listitem>
200
+ <para>
201
+ <!-- [ea7ed4de1e8891f0] Merge dump_stat module by Dmitry Ivanov -->
202
+ dump_stat contrib module. This module allows to dump table
203
+ statistics and restore it, thus eliminate need to run VACUUM
204
+ ANALYZE after restoration of base or server upgrade
205
+ </para>
206
+ </listitem>
193
207
</itemizedlist>
194
208
</sect3>
195
209
</sect2>
You can’t perform that action at this time.
0 commit comments