@@ -49,9 +49,9 @@ Branch: REL9_4_STABLE [ddfb1b2ee] 2019-06-24 16:43:05 -0400
49
49
</para>
50
50
51
51
<para>
52
- This fixes a regression introduced inJune's minor releases: indexes
53
- using the altered columns were not processed correctly, leading to
54
- strange failures during <command>ALTER TABLE</command>.
52
+ This fixes a regression introduced inthe most recent minor releases:
53
+ indexes using the altered columns were not processed correctly,
54
+ leading to strange failures during <command>ALTER TABLE</command>.
55
55
</para>
56
56
</listitem>
57
57
@@ -162,20 +162,29 @@ Branch: REL_11_STABLE [e4f2d4fe9] 2019-06-27 11:57:10 -0400
162
162
163
163
<listitem>
164
164
<!--
165
+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
166
+ Branch: master [489247b0e] 2019-08-04 11:18:45 -0400
167
+ Branch: REL_12_STABLE [865440714] 2019-08-04 11:18:45 -0400
168
+ Branch: REL_11_STABLE [e3967a16d] 2019-08-04 11:18:45 -0400
169
+ -->
170
+ <para>
171
+ Prune a partitioned table's default partition (that is, avoid
172
+ uselessly scanning it) in more cases (Yuzuko Hosoya)
173
+ </para>
174
+ </listitem>
175
+
176
+ <listitem>
177
+ <!--
165
178
Author: David Rowley <drowley@postgresql.org>
166
179
Branch: master [cfde23493] 2019-07-12 19:12:38 +1200
167
180
Branch: REL_12_STABLE [30a268ed2] 2019-07-12 19:11:45 +1200
168
181
Branch: REL_11_STABLE [757f1baa8] 2019-07-12 19:10:12 +1200
169
182
-->
170
183
<para>
171
- Fix possible failure to pruneaway partitions when there are
184
+ Fix possible failure to prune partitions when there are
172
185
multiple partition key columns of <type>boolean</type> type
173
186
(David Rowley)
174
187
</para>
175
-
176
- <para>
177
- This led to inefficient queries, though not any wrong answers.
178
- </para>
179
188
</listitem>
180
189
181
190
<listitem>
@@ -571,6 +580,19 @@ Branch: REL_11_STABLE [577c8802d] 2019-07-20 11:11:52 -0700
571
580
572
581
<listitem>
573
582
<!--
583
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
584
+ Branch: master [e0f504885] 2019-08-04 14:05:34 -0400
585
+ Branch: REL_12_STABLE [df521ab79] 2019-08-04 14:05:35 -0400
586
+ Branch: REL_11_STABLE [e8b639357] 2019-08-04 14:05:35 -0400
587
+ -->
588
+ <para>
589
+ Fix handling of Perl <literal>undef</literal> values
590
+ in <filename>contrib/jsonb_plperl</filename> (Ivan Panchenko)
591
+ </para>
592
+ </listitem>
593
+
594
+ <listitem>
595
+ <!--
574
596
Author: Michael Paquier <michael@paquier.xyz>
575
597
Branch: master [b2a3d706b] 2019-08-01 09:37:28 +0900
576
598
Branch: REL_12_STABLE [20f5cb195] 2019-08-01 09:37:48 +0900
@@ -609,10 +631,15 @@ Author: Thomas Munro <tmunro@postgresql.org>
609
631
Branch: master [27cd521e6] 2019-07-26 10:01:18 +1200
610
632
Branch: REL_12_STABLE [3964d3bce] 2019-07-26 10:09:31 +1200
611
633
Branch: REL_11_STABLE [77d5dea38] 2019-07-26 10:09:54 +1200
634
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
635
+ Branch: master [803466b6f] 2019-08-04 13:07:12 -0400
636
+ Branch: REL_12_STABLE [4844c6303] 2019-08-04 13:07:12 -0400
637
+ Branch: REL_11_STABLE [45d6789e7] 2019-08-04 13:07:12 -0400
612
638
-->
613
639
<para>
614
- Improve stability of <filename>src/test/ldap</filename> regression
615
- tests (Thomas Munro)
640
+ Improve stability of <filename>src/test/kerberos</filename>
641
+ and <filename>src/test/ldap</filename> regression tests
642
+ (Thomas Munro, Tom Lane)
616
643
</para>
617
644
</listitem>
618
645