2828
2929 <itemizedlist>
3030
31+ <!--
32+ Author: Tom Lane <tgl@sss.pgh.pa.us>
33+ Branch: master [3bb3f42f3] 2016-02-08 10:25:40 -0500
34+ Branch: REL9_5_STABLE [a61de2bc1] 2016-02-08 10:25:40 -0500
35+ Branch: REL9_4_STABLE [fdc3139e2] 2016-02-08 10:25:40 -0500
36+ Branch: REL9_3_STABLE [6403a6b74] 2016-02-08 10:25:40 -0500
37+ Branch: REL9_2_STABLE [e93516cf7] 2016-02-08 10:25:40 -0500
38+ Branch: REL9_1_STABLE [98d6b7305] 2016-02-08 10:25:40 -0500
39+ -->
40+
41+ <listitem>
42+ <para>
43+ Fix infinite loops and buffer-overrun problems in regular expressions
44+ (Tom Lane)
45+ </para>
46+
47+ <para>
48+ Very large character ranges in bracket expressions could cause
49+ infinite loops in some cases, and memory overwrites in other cases.
50+ (CVE-2016-0773)
51+ </para>
52+ </listitem>
53+
3154<!--
3255Author: Tom Lane <tgl@sss.pgh.pa.us>
3356Branch: master [f867ce551] 2016-02-07 12:29:32 -0500
@@ -41,6 +64,32 @@ Branch: REL9_5_STABLE [129db3cbe] 2016-02-07 12:29:17 -0500
4164 </para>
4265 </listitem>
4366
67+ <!--
68+ Author: Andres Freund <andres@anarazel.de>
69+ Branch: master [a6897efab] 2016-02-08 11:03:31 +0100
70+ Branch: REL9_5_STABLE [87dbc72a7] 2016-02-08 11:03:37 +0100
71+ -->
72+
73+ <listitem>
74+ <para>
75+ Avoid pushdown of <literal>HAVING</> clauses when grouping sets are
76+ used (Andrew Gierth)
77+ </para>
78+ </listitem>
79+
80+ <!--
81+ Author: Tom Lane <tgl@sss.pgh.pa.us>
82+ Branch: master [cc2ca9319] 2016-02-07 14:57:24 -0500
83+ Branch: REL9_5_STABLE [82406d6ff] 2016-02-07 14:57:24 -0500
84+ -->
85+
86+ <listitem>
87+ <para>
88+ Fix deparsing of <literal>ON CONFLICT</> arbiter <literal>WHERE</>
89+ clauses (Peter Geoghegan)
90+ </para>
91+ </listitem>
92+
4493<!--
4594Author: Tom Lane <tgl@sss.pgh.pa.us>
4695Branch: master [b8682a715] 2016-01-26 15:38:33 -0500
@@ -272,6 +321,8 @@ Branch: REL9_5_STABLE [40482e606] 2016-02-01 13:20:37 +0100
272321Branch: REL9_3_STABLE [0b55fef39] 2016-02-01 13:19:10 +0100
273322Branch: REL9_2_STABLE [d9ce5d201] 2016-02-01 13:19:34 +0100
274323Branch: REL9_1_STABLE [79782b407] 2016-02-01 13:19:43 +0100
324+ Author: Andres Freund <andres@anarazel.de>
325+ Branch: REL9_4_STABLE [33b26426e] 2016-02-08 11:10:14 +0100
275326-->
276327
277328 <listitem>