|
218 | 218 | <listitem>
|
219 | 219 | <simpara><application>plantuner</application> module provides hits for planner, which can do disable or enable indexes for query execution.</simpara>
|
220 | 220 | </listitem>
|
| 221 | + <listitem> |
| 222 | + <simpara>Added k-nearest neighbors algorithm (KNN) for SP-GiST and B-tree (See <xref linkend="spgist">)</simpara> |
| 223 | + </listitem> |
| 224 | + <listitem> |
| 225 | + <simpara>Added RUM index, based on GIN, as selistitemte module (See <xref linkend="rum">)</simpara> |
| 226 | + </listitem> |
| 227 | + <listitem> |
| 228 | + <simpara>WAL size has been reduced on <command>CREATE INDEX</command> operation in the GiST, GIN, SP-GiST</simpara> |
| 229 | + </listitem> |
| 230 | + <listitem> |
| 231 | + <simpara>Added timeout for idle sessions on the server side (See <xref linkend="guc-idle-session-timeout">)</simpara> |
| 232 | + </listitem> |
| 233 | + <listitem> |
| 234 | + <simpara>Added SHA-2 algorithm for password encryption (See <xref linkend="auth-password">)</simpara> |
| 235 | + </listitem> |
| 236 | + <listitem> |
| 237 | + <simpara>Added page level compression (CFS) (See <xref linkend="cfs">)</simpara> |
| 238 | + </listitem> |
| 239 | + <listitem> |
| 240 | + <simpara>Added support of autonomous transactions (See <xref linkend="atx">)</simpara> |
| 241 | + </listitem> |
| 242 | + <listitem> |
| 243 | + <simpara>Added new optional background worker to schedule tasks by rules (See <xref linkend="pgpro-scheduler">)</simpara> |
| 244 | + </listitem> |
| 245 | + <listitem> |
| 246 | + <simpara>Added support for relocatable tables (See <xref linkend="pgtransfer">)</simpara> |
| 247 | + </listitem> |
| 248 | + <listitem> |
| 249 | + <simpara>Extension <application>pg_hint_plan</application> has been added (See <xref linkend="pg-hint-plan">)</simpara> |
| 250 | + </listitem> |
| 251 | + <listitem> |
| 252 | + <simpara>Transaction IDs on 64-bit platforms use 64-bit data type</simpara> |
| 253 | + </listitem> |
| 254 | + <listitem> |
| 255 | + <simpara>Lazy placement of temporary tables on disk</simpara> |
| 256 | + </listitem> |
| 257 | + <listitem> |
| 258 | + <simpara>Consistent read on slaves (wait for WAL apply, see <xref linkend="sql-waitlsn">)</simpara> |
| 259 | + </listitem> |
| 260 | + <listitem> |
| 261 | + <simpara>Utility <application>pg_repack</application> has been added (See <xref linkend="app-pgrepack">)</simpara> |
| 262 | + </listitem> |
221 | 263 | </itemizedlist>
|
222 | 264 | </para>
|
223 | 265 |
|
|