|
16 | 16 | <para>Added RUM index, based on GIN, as separate module (See <xref linkend="rum">)</para>
|
17 | 17 | <para>WAL size has been reduced on <command>CREATE INDEX</command> operation in the GiST, GIN, SP-GiST</para>
|
18 | 18 | <para>Added timeout for idle sessions on the server side (See <xref linkend="guc-idle-session-timeout">)</para>
|
19 |
| - <para>Added SHA-2 algorithm for password encryption (See <xref linkend="runtime-config"> and <xref linkend="SQL-CREATEROLE">)</para> |
| 19 | + <para>Added SHA-2 algorithm for password encryption (See <xref linkend="auth-password">)</para> |
20 | 20 | <para>Added page level compression (CFS) (See <xref linkend="cfs">)</para>
|
21 |
| - <para>Added support of autonomous transactions</para> |
22 |
| - <para>Added new optional background worker to schedule tasks by rules</para> |
23 |
| - <para>Extension <application>pg_hint_plan</application> has been added</para> |
| 21 | + <para>Added support of autonomous transactions (See <xref linkend="atx">)</para> |
| 22 | + <para>Added new optional background worker to schedule tasks by rules (See <xref linkend="pgpro-scheduler">)</para> |
| 23 | + <para>Added support for relocatable tables (See <xref linkend="pgtransfer">)</para> |
| 24 | + <para>Extension <application>pg_hint_plan</application> has been added (See <xref linkend="pg-hint-plan">)</para> |
24 | 25 | <para>Transaction IDs on 64-bit platforms use 64-bit data type</para>
|
25 | 26 | <para>Lazy placement of temporary tables on disk</para>
|
26 |
| - <para>Consistent read on slaves (wait for WAL apply)</para> |
27 |
| - <para>Utility <application>pg_repack</application> has been added</para> |
| 27 | + <para>Consistent read on slaves (wait for WAL apply, see <xref linkend="sql-waitlsn">)</para> |
| 28 | + <para>Utility <application>pg_repack</application> has been added (See <xref linkend="app-pgrepack">)</para> |
28 | 29 | </sect2>
|
29 | 30 | <sect2>
|
30 | 31 | <title>Migration to Version &productname; 9.6.1.2</title>
|
|
0 commit comments