From 6432cf92658307688be4e241eb16fc9c41a8c0cf Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 Aug 2021 14:35:19 -0400 Subject: [PATCH] Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. --- doc/src/sgml/release-13.sgml | 53 ++++++++++++++---------------------- 1 file changed, 21 insertions(+), 32 deletions(-) diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index a6b1eae6bf..6184269c89 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -212,6 +212,14 @@ Branch: REL_12_STABLE [5c62920fa] 2021-07-31 11:27:02 +0100 Branch: REL_11_STABLE [dcd0ab672] 2021-07-31 11:28:10 +0100 Branch: REL_10_STABLE [39b0bda67] 2021-07-31 11:29:50 +0100 Branch: REL9_6_STABLE [5cf350ce0] 2021-07-31 11:31:18 +0100 +Branch: REL_11_STABLE [434ddfb79] 2021-08-05 22:24:28 +0100 +Branch: master [2642df9fa] 2021-08-06 21:29:15 +0100 +Branch: REL_14_STABLE [032556570] 2021-08-06 21:30:25 +0100 +Branch: REL_13_STABLE [da188b993] 2021-08-06 21:31:20 +0100 +Branch: REL_12_STABLE [cc4420f88] 2021-08-06 21:31:58 +0100 +Branch: REL_11_STABLE [7a9c9acfe] 2021-08-06 21:32:46 +0100 +Branch: REL_10_STABLE [f20b6bc96] 2021-08-06 21:33:25 +0100 +Branch: REL9_6_STABLE [5b7b92ad7] 2021-08-06 21:34:04 +0100 --> Fix corner-case errors and loss of precision when @@ -335,6 +343,14 @@ Branch: REL_11_STABLE [fed35bd4a] 2021-07-16 13:01:43 -0400 - Reduce the risk of alias conflicts in queries generated + Avoid alias conflicts in queries generated for REFRESH MATERIALIZED VIEW CONCURRENTLY - (Bharath Rupireddy) + (Tom Lane, Bharath Rupireddy) - Use table aliases that are less likely to collide with user column - names. + This command failed on materialized views containing columns with + certain names, notably mv + and newdata. @@ -1382,23 +1399,6 @@ Branch: REL9_6_STABLE [67f925bbd] 2021-07-06 12:36:13 -0400 - - In contrib/pgcrypto, avoid symbol name - conflicts with OpenSSL (Tom Lane) - - - - Operations using SHA224 hashing could show failures under valgrind - checking. It appears that this is only a stomp of alignment-padding - bytes and so has no real consequences, but let's fix it to be sure. - - - - - - - Allow PostgreSQL version 10 to build - with ICU 69 and newer (Peter Eisentraut) - - - - -