Commit c4318c40 authored by Bruce Momjian's avatar Bruce Momjian

9.5 release notes: adjustments suggested by Andres Freund

Report by Andres Freund

Backpatch through 9.5
parent 68b5163b
...@@ -82,6 +82,16 @@ ...@@ -82,6 +82,16 @@
<listitem> <listitem>
<!-- <!--
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
-->
<para>
Change <application>pg_ctl</>'s default shutdown mode from
<literal>smart</> to <literal>fast</> (Bruce Momjian)
</para>
</listitem>
<listitem>
<!--
2015-03-04 [1345cc6] Tom Lane: Use standard casting mechanism to convert type.. 2015-03-04 [1345cc6] Tom Lane: Use standard casting mechanism to convert type..
--> -->
<para> <para>
...@@ -828,12 +838,12 @@ FIXME: Add docs about restartpoint behaviour change ...@@ -828,12 +838,12 @@ FIXME: Add docs about restartpoint behaviour change
FIXME: Correct description FIXME: Correct description
--> -->
<para> <para>
Allow <link linkend="pg-replication-origin-create">labeling</> Allow <link linkend="pg-replication-origin-create">labeling</> of
of the origin of logical replication changes (Andres Freund) the origin progress of logical replication changes (Andres Freund)
</para> </para>
<para> <para>
This helps with change tracking. This is helpful when implementing replication solutions.
</para> </para>
</listitem> </listitem>
...@@ -1085,9 +1095,9 @@ FIXME: Correct description ...@@ -1085,9 +1095,9 @@ FIXME: Correct description
2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED 2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
--> -->
<para> <para>
Allow to convert a <acronym>WAL</acronym> logged table to an UNLOGGED Allow changing of the <acronym>WAL</acronym>
one, and the other way round with logging status of a table ater creation with <link
<link linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED / linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
UNLOGGED</></> (Fabr&iacute;zio de Royes Mello) UNLOGGED</></> (Fabr&iacute;zio de Royes Mello)
</para> </para>
</listitem> </listitem>
...@@ -2187,10 +2197,10 @@ FIXME: Add more specifics? ...@@ -2187,10 +2197,10 @@ FIXME: Add more specifics?
<para> <para>
The remote snapshot must have been exported by The remote snapshot must have been exported by
<function>pg_export_snapshot()</> or been defined when creating <function>pg_export_snapshot()</> or logical replication slot
a logical replication slot. This can be used by parallel creation. This can be used by another <application>pg_dump</> to
<application>pg_dump</> to use a consistent snapshot across use a share a consistent snapshot across <application>pg_dump</>
<application>pg_dump</> processes. processes.
</para> </para>
</listitem> </listitem>
...@@ -2231,16 +2241,6 @@ FIXME: Add more specifics? ...@@ -2231,16 +2241,6 @@ FIXME: Add more specifics?
<listitem> <listitem>
<!-- <!--
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
-->
<para>
Change <application>pg_ctl</>'s default shutdown mode from
<literal>smart</> to <literal>fast</> (Bruce Momjian)
</para>
</listitem>
<listitem>
<!--
2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti.. 2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti..
--> -->
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment