Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6432cf9

Browse files
committed
Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23.
1 parentba9f665 commit6432cf9

File tree

1 file changed

+21
-32
lines changed

1 file changed

+21
-32
lines changed

‎doc/src/sgml/release-13.sgml

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ Branch: REL_12_STABLE [5c62920fa] 2021-07-31 11:27:02 +0100
212212
Branch: REL_11_STABLE [dcd0ab672] 2021-07-31 11:28:10 +0100
213213
Branch: REL_10_STABLE [39b0bda67] 2021-07-31 11:29:50 +0100
214214
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
215223
-->
216224
<para>
217225
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
335343

336344
<listitem>
337345
<!--
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
338354
Author: Michael Paquier <michael@paquier.xyz>
339355
Branch: master Release: REL_14_BR [187682c32] 2021-06-03 15:28:24 +0900
340356
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
344360
Branch: REL9_6_STABLE [d9525c46c] 2021-06-03 15:29:01 +0900
345361
-->
346362
<para>
347-
Reduce the risk of alias conflicts in queries generated
363+
Avoid alias conflicts in queries generated
348364
for <command>REFRESH MATERIALIZED VIEW CONCURRENTLY</command>
349-
(Bharath Rupireddy)
365+
(Tom Lane,Bharath Rupireddy)
350366
</para>
351367

352368
<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>.
355372
</para>
356373
</listitem>
357374

@@ -1382,23 +1399,6 @@ Branch: REL9_6_STABLE [67f925bbd] 2021-07-06 12:36:13 -0400
13821399
<listitem>
13831400
<!--
13841401
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>
14021402
Branch: master Release: REL_14_BR [741d7f104] 2021-06-22 21:43:12 -0400
14031403
Branch: REL_13_STABLE [e2cde85ef] 2021-06-22 21:43:12 -0400
14041404
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
16591659

16601660
<listitem>
16611661
<!--
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-
<!--
16731662
Author: Thomas Munro <tmunro@postgresql.org>
16741663
Branch: master Release: REL_14_BR [9b4e4cfe6] 2021-06-25 11:28:20 +1200
16751664
Branch: REL_13_STABLE [d9c05a9ec] 2021-06-25 11:29:00 +1200

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp