@@ -212,6 +212,14 @@ Branch: REL_12_STABLE [5c62920fa] 2021-07-31 11:27:02 +0100
212
212
Branch: REL_11_STABLE [dcd0ab672] 2021-07-31 11:28:10 +0100
213
213
Branch: REL_10_STABLE [39b0bda67] 2021-07-31 11:29:50 +0100
214
214
Branch: REL9_6_STABLE [5cf350ce0] 2021-07-31 11:31:18 +0100
215
+ Branch: REL_11_STABLE [434ddfb79] 2021-08-05 22:24:28 +0100
216
+ Branch: master [2642df9fa] 2021-08-06 21:29:15 +0100
217
+ Branch: REL_14_STABLE [032556570] 2021-08-06 21:30:25 +0100
218
+ Branch: REL_13_STABLE [da188b993] 2021-08-06 21:31:20 +0100
219
+ Branch: REL_12_STABLE [cc4420f88] 2021-08-06 21:31:58 +0100
220
+ Branch: REL_11_STABLE [7a9c9acfe] 2021-08-06 21:32:46 +0100
221
+ Branch: REL_10_STABLE [f20b6bc96] 2021-08-06 21:33:25 +0100
222
+ Branch: REL9_6_STABLE [5b7b92ad7] 2021-08-06 21:34:04 +0100
215
223
-->
216
224
<para>
217
225
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
335
343
336
344
<listitem>
337
345
<!--
346
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
347
+ Branch: master [9179a82d7] 2021-08-07 13:29:32 -0400
348
+ Branch: REL_14_STABLE [2c915905e] 2021-08-07 13:29:32 -0400
349
+ Branch: REL_13_STABLE [ba9f665a4] 2021-08-07 13:29:32 -0400
350
+ Branch: REL_12_STABLE [1ff1e4a60] 2021-08-07 13:29:32 -0400
351
+ Branch: REL_11_STABLE [d33fc4110] 2021-08-07 13:29:32 -0400
352
+ Branch: REL_10_STABLE [ac818984a] 2021-08-07 13:29:32 -0400
353
+ Branch: REL9_6_STABLE [c08b3a9eb] 2021-08-07 13:29:32 -0400
338
354
Author: Michael Paquier <michael@paquier.xyz>
339
355
Branch: master Release: REL_14_BR [187682c32] 2021-06-03 15:28:24 +0900
340
356
Branch: REL_13_STABLE [75d66d10e] 2021-06-03 15:28:37 +0900
@@ -344,14 +360,15 @@ Branch: REL_10_STABLE [20f70f558] 2021-06-03 15:28:53 +0900
344
360
Branch: REL9_6_STABLE [d9525c46c] 2021-06-03 15:29:01 +0900
345
361
-->
346
362
<para>
347
- Reduce the risk of alias conflicts in queries generated
363
+ Avoid alias conflicts in queries generated
348
364
for <command>REFRESH MATERIALIZED VIEW CONCURRENTLY</command>
349
- (Bharath Rupireddy)
365
+ (Tom Lane, Bharath Rupireddy)
350
366
</para>
351
367
352
368
<para>
353
- Use table aliases that are less likely to collide with user column
354
- names.
369
+ This command failed on materialized views containing columns with
370
+ certain names, notably <structfield>mv</structfield>
371
+ and <structfield>newdata</structfield>.
355
372
</para>
356
373
</listitem>
357
374
@@ -1382,23 +1399,6 @@ Branch: REL9_6_STABLE [67f925bbd] 2021-07-06 12:36:13 -0400
1382
1399
<listitem>
1383
1400
<!--
1384
1401
Author: Tom Lane <tgl@sss.pgh.pa.us>
1385
- Branch: REL9_6_STABLE [c835be32c] 2021-06-23 19:24:36 -0400
1386
- -->
1387
- <para>
1388
- In <filename>contrib/pgcrypto</filename>, avoid symbol name
1389
- conflicts with OpenSSL (Tom Lane)
1390
- </para>
1391
-
1392
- <para>
1393
- Operations using SHA224 hashing could show failures under valgrind
1394
- checking. It appears that this is only a stomp of alignment-padding
1395
- bytes and so has no real consequences, but let's fix it to be sure.
1396
- </para>
1397
- </listitem>
1398
-
1399
- <listitem>
1400
- <!--
1401
- Author: Tom Lane <tgl@sss.pgh.pa.us>
1402
1402
Branch: master Release: REL_14_BR [741d7f104] 2021-06-22 21:43:12 -0400
1403
1403
Branch: REL_13_STABLE [e2cde85ef] 2021-06-22 21:43:12 -0400
1404
1404
Branch: REL_12_STABLE [f228c401b] 2021-06-22 21:43:12 -0400
@@ -1659,17 +1659,6 @@ Branch: REL9_6_STABLE [d173a4699] 2021-07-01 09:01:36 -0400
1659
1659
1660
1660
<listitem>
1661
1661
<!--
1662
- Author: Peter Eisentraut <peter@eisentraut.org>
1663
- Branch: REL_10_STABLE [e7be25039] 2021-07-01 10:54:44 +0200
1664
- -->
1665
- <para>
1666
- Allow <productname>PostgreSQL</productname> version 10 to build
1667
- with <productname>ICU</productname> 69 and newer (Peter Eisentraut)
1668
- </para>
1669
- </listitem>
1670
-
1671
- <listitem>
1672
- <!--
1673
1662
Author: Thomas Munro <tmunro@postgresql.org>
1674
1663
Branch: master Release: REL_14_BR [9b4e4cfe6] 2021-06-25 11:28:20 +1200
1675
1664
Branch: REL_13_STABLE [d9c05a9ec] 2021-06-25 11:29:00 +1200