@@ -361,7 +361,7 @@ Branch: REL_13_STABLE [5ed20a689] 2020-10-07 17:10:26 -0400
361
361
-->
362
362
<para>
363
363
Prevent internal overflows in cross-type datetime
364
- comparisons (Alexander Korotkov, Tom Lane)
364
+ comparisons (Nikita Glukhov, Alexander Korotkov, Tom Lane)
365
365
</para>
366
366
367
367
<para>
@@ -700,6 +700,31 @@ Branch: REL_10_STABLE [fcc3665a0] 2020-09-17 15:59:42 +0530
700
700
701
701
<listitem>
702
702
<!--
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
+ <!--
703
728
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
704
729
Branch: master [1f42d35a1] 2020-08-12 15:33:36 -0400
705
730
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
964
989
965
990
<listitem>
966
991
<!--
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
+ <!--
967
1005
Author: Tom Lane <tgl@sss.pgh.pa.us>
968
1006
Branch: master [397ea901e] 2020-10-12 13:31:24 -0400
969
1007
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
1077
1115
<listitem>
1078
1116
<!--
1079
1117
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>
1080
1131
Branch: master [66f8687a8] 2020-10-28 14:35:53 -0400
1081
1132
Branch: REL_13_STABLE [ba4f5413e] 2020-10-28 14:35:53 -0400
1082
1133
Branch: REL_12_STABLE [cb0982ba9] 2020-10-28 14:35:53 -0400
0 commit comments