|
7 | 7 | <note>
|
8 | 8 | <title>Release Date</title>
|
9 | 9 | <simpara>2016-??-??</simpara>
|
10 |
| - <simpara>Current as of2015-12-30</simpara> |
| 10 | + <simpara>Current as of2016-01-15</simpara> |
11 | 11 | </note>
|
12 | 12 |
|
13 | 13 | <sect2>
|
|
30 | 30 | <para>
|
31 | 31 | Contrib module pg_trgm supports substring searches (Arthur Zakirov).
|
32 | 32 | </para>
|
| 33 | + <para> |
| 34 | + Save-restore execution plan exension (Yury Zhuravlev) |
| 35 | + </para> |
33 | 36 | </listitem>
|
34 | 37 |
|
35 | 38 |
|
@@ -180,6 +183,12 @@ Date: Wed Dec 30 16:00:20 2015 +0300
|
180 | 183 | pg_trgm contrib module, which allows to do fuzzy string
|
181 | 184 | comparations, now supports substring searches.
|
182 | 185 | </para>
|
| 186 | + <para> |
| 187 | + <!-- [ba84d7b467fb5] Zhuravlev Uriy add sr_plan module --> |
| 188 | + sr_plan contrib module, which allows to save execution plan and |
| 189 | + force use of saved, known-good plan instead of computing new one |
| 190 | + each time. |
| 191 | + </para> |
183 | 192 | </listitem>
|
184 | 193 | </itemizedlist>
|
185 | 194 | </sect3>
|
|