]> granicus.if.org Git - postgresql/commitdiff
Update release notes for last-minute commit timestamp fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Oct 2016 13:37:23 +0000 (09:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Oct 2016 13:37:23 +0000 (09:37 -0400)
doc/src/sgml/release-9.5.sgml
doc/src/sgml/release-9.6.sgml

index 2102b1dd2951dfa8e7e887c0cdefeb68e98fc55e..abc03370260411437e841a6dcb74d478b87597c2 100644 (file)
@@ -319,6 +319,18 @@ Branch: REL9_1_STABLE [7e01c8ef3] 2016-08-14 15:06:02 -0400
      </para>
     </listitem>
 
+    <listitem>
+     <para>
+      Preserve commit timestamps across server restart
+      (Julien Rouhaud, Craig Ringer)
+     </para>
+
+     <para>
+      With <xref linkend="guc-track-commit-timestamp"> turned on, old
+      commit timestamps became inaccessible after a clean server restart.
+     </para>
+    </listitem>
+
     <listitem>
      <para>
       Fix logical WAL decoding to work properly when a subtransaction's WAL
index 8b3f51428d63ea4be61d525340d89829e98a821c..1ee136ab963ec841e2261c5bca299b7e97937b77 100644 (file)
@@ -280,6 +280,24 @@ Branch: REL9_5_STABLE [beac79369] 2016-10-23 19:14:32 -0400
 
     <listitem>
 <!--
+Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
+Branch: master [00f15338b] 2016-10-24 09:45:48 -0300
+Branch: REL9_6_STABLE [c8329f934] 2016-10-24 09:46:49 -0300
+Branch: REL9_5_STABLE [7a2fa5774] 2016-10-24 09:38:28 -0300
+-->
+     <para>
+      Preserve commit timestamps across server restart
+      (Julien Rouhaud, Craig Ringer)
+     </para>
+
+     <para>
+      With <xref linkend="guc-track-commit-timestamp"> turned on, old
+      commit timestamps became inaccessible after a clean server restart.
+     </para>
+    </listitem>
+
+    <listitem>
+<!--
 Author: Andres Freund <andres@anarazel.de>
 Branch: master [61633f790] 2016-10-03 22:11:36 -0700
 Branch: REL9_6_STABLE [76c0b73df] 2016-10-03 22:12:31 -0700