Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7fb326e

Browse files
committed
Doc: small release note updates.
Add items committed in the last 24 hours. Also correct my failure to credit Nikita Glukhov for 52ad1e6, which did all the heavy lifting for 3db322eaa.
1 parent 1bccb15 commit 7fb326e

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

doc/src/sgml/release-13.sgml

+52-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Branch: REL_13_STABLE [5ed20a689] 2020-10-07 17:10:26 -0400
361361
-->
362362
<para>
363363
Prevent internal overflows in cross-type datetime
364-
comparisons (Alexander Korotkov, Tom Lane)
364+
comparisons (Nikita Glukhov, Alexander Korotkov, Tom Lane)
365365
</para>
366366

367367
<para>
@@ -700,6 +700,31 @@ Branch: REL_10_STABLE [fcc3665a0] 2020-09-17 15:59:42 +0530
700700

701701
<listitem>
702702
<!--
703+
Author: Tomas Vondra <tomas.vondra@postgresql.org>
704+
Branch: master [7577dd848] 2020-11-07 00:39:19 +0100
705+
Branch: REL_13_STABLE [6a7b55f37] 2020-11-07 00:40:06 +0100
706+
Branch: REL_12_STABLE [8149e9f9a] 2020-11-07 00:40:40 +0100
707+
Branch: REL_11_STABLE [895d0f0e8] 2020-11-07 00:41:02 +0100
708+
Branch: REL_10_STABLE [0b96fc977] 2020-11-07 00:41:19 +0100
709+
Branch: REL9_6_STABLE [bae31e75f] 2020-11-07 00:41:36 +0100
710+
Branch: REL9_5_STABLE [d2d3a4bd3] 2020-11-07 00:41:52 +0100
711+
-->
712+
<para>
713+
Ensure that data is detoasted before being inserted into a BRIN
714+
index (Tomas Vondra)
715+
</para>
716+
717+
<para>
718+
Index entries are not supposed to contain out-of-line TOAST
719+
pointers, but BRIN didn't get that memo. This could lead to errors
720+
like <quote>missing chunk number 0 for toast value NNN</quote>.
721+
(If you are faced with such an error from an existing
722+
index, <command>REINDEX</command> should be enough to fix it.)
723+
</para>
724+
</listitem>
725+
726+
<listitem>
727+
<!--
703728
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
704729
Branch: master [1f42d35a1] 2020-08-12 15:33:36 -0400
705730
Branch: REL_13_STABLE Release: REL_13_0 [8782ea2f3] 2020-08-12 15:33:36 -0400
@@ -964,6 +989,19 @@ Branch: REL9_5_STABLE [bf34ae930] 2020-09-26 16:04:06 -0400
964989

965990
<listitem>
966991
<!--
992+
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
993+
Branch: master [623644f02] 2020-11-06 22:52:16 -0300
994+
Branch: REL_13_STABLE [d94d37f8c] 2020-11-06 22:52:15 -0300
995+
Branch: REL_12_STABLE [8ad6a0c1b] 2020-11-06 22:52:15 -0300
996+
-->
997+
<para>
998+
Fix edge-case memory leak
999+
in <function>index_get_partition()</function> (Justin Pryzby)
1000+
</para>
1001+
</listitem>
1002+
1003+
<listitem>
1004+
<!--
9671005
Author: Tom Lane <tgl@sss.pgh.pa.us>
9681006
Branch: master [397ea901e] 2020-10-12 13:31:24 -0400
9691007
Branch: REL_13_STABLE [9343bfefa] 2020-10-12 13:31:24 -0400
@@ -1077,6 +1115,19 @@ Branch: REL9_5_STABLE [758b45e83] 2020-10-24 13:12:53 -0400
10771115
<listitem>
10781116
<!--
10791117
Author: Tom Lane <tgl@sss.pgh.pa.us>
1118+
Branch: master [1e3868ab3] 2020-11-07 15:03:44 -0500
1119+
Branch: REL_13_STABLE [1bccb159a] 2020-11-07 15:03:44 -0500
1120+
-->
1121+
<para>
1122+
Fix <application>ecpg</application>'s mis-processing
1123+
of <literal>B'...'</literal> and <literal>X'...'</literal> literals
1124+
(Shenhao Wang)
1125+
</para>
1126+
</listitem>
1127+
1128+
<listitem>
1129+
<!--
1130+
Author: Tom Lane <tgl@sss.pgh.pa.us>
10801131
Branch: master [66f8687a8] 2020-10-28 14:35:53 -0400
10811132
Branch: REL_13_STABLE [ba4f5413e] 2020-10-28 14:35:53 -0400
10821133
Branch: REL_12_STABLE [cb0982ba9] 2020-10-28 14:35:53 -0400

0 commit comments

Comments
 (0)