diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 09:37:23 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 09:37:23 -0400 |
commit | 30a6f98ed8a2223ef876197b5dea0d94e5807b51 (patch) | |
tree | f23f0a95c7e5c576819577f68c1ebe5a1ac00ada | |
parent | 00f15338b234e5fd7cda2d7bf0ef8d9f29f6bf5f (diff) | |
download | postgresql-30a6f98ed8a2223ef876197b5dea0d94e5807b51.tar.gz postgresql-30a6f98ed8a2223ef876197b5dea0d94e5807b51.zip |
Update release notes for last-minute commit timestamp fix.
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 12 | ||||
-rw-r--r-- | doc/src/sgml/release-9.6.sgml | 18 |
2 files changed, 30 insertions, 0 deletions
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 @@ -321,6 +321,18 @@ Branch: REL9_1_STABLE [7e01c8ef3] 2016-08-14 15:06:02 -0400 <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 output is large enough to spill to disk (Andres Freund) </para> 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 <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 |