From: Tom Lane Date: Mon, 24 Oct 2016 13:37:23 +0000 (-0400) Subject: Update release notes for last-minute commit timestamp fix. X-Git-Tag: REL_10_BETA1~1515 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=30a6f98ed8a2223ef876197b5dea0d94e5807b51;p=postgresql.git Update release notes for last-minute commit timestamp fix. --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 2102b1dd295..abc03370260 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -319,6 +319,18 @@ Branch: REL9_1_STABLE [7e01c8ef3] 2016-08-14 15:06:02 -0400 + + + Preserve commit timestamps across server restart + (Julien Rouhaud, Craig Ringer) + + + + With turned on, old + commit timestamps became inaccessible after a clean server restart. + + + Fix logical WAL decoding to work properly when a subtransaction's WAL diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 8b3f51428d6..1ee136ab963 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -280,6 +280,24 @@ Branch: REL9_5_STABLE [beac79369] 2016-10-23 19:14:32 -0400 + + Preserve commit timestamps across server restart + (Julien Rouhaud, Craig Ringer) + + + + With turned on, old + commit timestamps became inaccessible after a clean server restart. + + + + +