Skip to content

Commit 02ff142

Browse files
committed
Apply patch to release notes
1 parent af3da74 commit 02ff142

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
<para>Added RUM index, based on GIN, as separate module (See <xref linkend="rum">)</para>
1717
<para>WAL size has been reduced on <command>CREATE INDEX</command> operation in the GiST, GIN, SP-GiST</para>
1818
<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>
2020
<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>
2425
<para>Transaction IDs on 64-bit platforms use 64-bit data type</para>
2526
<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>
2829
</sect2>
2930
<sect2>
3031
<title>Migration to Version &productname; 9.6.1.2</title>

0 commit comments

Comments
 (0)