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
- 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.
- 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)
-
-
-
-
-