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 | b9a728ef45fcfd93aa2efafb6876d2a946793f95 (patch) | |
tree | 878d9ca802b8314c7a9b5cbf87a64b7a16952b4b | |
parent | c8329f934e1bce2a47ca9127cb7cf704e070c278 (diff) | |
download | postgresql-b9a728ef45fcfd93aa2efafb6876d2a946793f95.tar.gz postgresql-b9a728ef45fcfd93aa2efafb6876d2a946793f95.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 |