|
168 | 168 | <itemizedlist spacing="compact"> |
169 | 169 | <listitem> |
170 | 170 | <simpara>Performance improvement on multicore systems (buffer manager and locks optimization).</simpara> |
| 171 | + </listitem> |
| 172 | + <listitem> |
171 | 173 | <simpara>Full text search improvements: phrase search, hunspell morphology, |
172 | 174 | some dictionaries are bundled with distribution and can be enabled by a single SQL statement, |
173 | 175 | <application>shared_ispell</application> allowing to store dictionaries in shared memory.</simpara> |
| 176 | + </listitem> |
| 177 | + <listitem> |
174 | 178 | <simpara>Covering indexes.</simpara> |
| 179 | + </listitem> |
| 180 | + <listitem> |
175 | 181 | <simpara><application>libicu</application> support on all platforms, providing platform-independent sort for various locales.</simpara> |
| 182 | + </listitem> |
| 183 | + <listitem> |
176 | 184 | <simpara><application>pg_trgm</application> module supporting fuzzy string comparison and substring search.</simpara> |
| 185 | + </listitem> |
| 186 | + <listitem> |
177 | 187 | <simpara>Improved <application>pageinspect</application> module provides access to internal data storage structure.</simpara> |
| 188 | + </listitem> |
| 189 | + <listitem> |
178 | 190 | <simpara><application>sr_plan</application> module allows to save and restore query plans.</simpara> |
| 191 | + </listitem> |
| 192 | + <listitem> |
179 | 193 | <simpara><application>dump_stat</application> module allowing to save and restore database statistics when dumping/restoring the database. </simpara> |
| 194 | + </listitem> |
| 195 | + <listitem> |
180 | 196 | <simpara><application>jsquery</application> module provides a specific language for effective index-supported querying of JSONB data.</simpara> |
181 | | - |
182 | 197 | </listitem> |
183 | 198 | </itemizedlist> |
184 | 199 | </para> |
|