@@ -49,9 +49,9 @@ Branch: REL9_4_STABLE [ddfb1b2ee] 2019-06-24 16:43:05 -0400
4949 </para>
5050
5151 <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>.
5555 </para>
5656 </listitem>
5757
@@ -162,20 +162,29 @@ Branch: REL_11_STABLE [e4f2d4fe9] 2019-06-27 11:57:10 -0400
162162
163163 <listitem>
164164<!--
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+ <!--
165178Author: David Rowley <drowley@postgresql.org>
166179Branch: master [cfde23493] 2019-07-12 19:12:38 +1200
167180Branch: REL_12_STABLE [30a268ed2] 2019-07-12 19:11:45 +1200
168181Branch: REL_11_STABLE [757f1baa8] 2019-07-12 19:10:12 +1200
169182-->
170183 <para>
171- Fix possible failure to pruneaway partitions when there are
184+ Fix possible failure to prune partitions when there are
172185 multiple partition key columns of <type>boolean</type> type
173186 (David Rowley)
174187 </para>
175-
176- <para>
177- This led to inefficient queries, though not any wrong answers.
178- </para>
179188 </listitem>
180189
181190 <listitem>
@@ -571,6 +580,19 @@ Branch: REL_11_STABLE [577c8802d] 2019-07-20 11:11:52 -0700
571580
572581 <listitem>
573582<!--
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+ <!--
574596Author: Michael Paquier <michael@paquier.xyz>
575597Branch: master [b2a3d706b] 2019-08-01 09:37:28 +0900
576598Branch: REL_12_STABLE [20f5cb195] 2019-08-01 09:37:48 +0900
@@ -609,10 +631,15 @@ Author: Thomas Munro <tmunro@postgresql.org>
609631Branch: master [27cd521e6] 2019-07-26 10:01:18 +1200
610632Branch: REL_12_STABLE [3964d3bce] 2019-07-26 10:09:31 +1200
611633Branch: 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
612638-->
613639 <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)
616643 </para>
617644 </listitem>
618645