This adds two more items that should have been included in the
beginning.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/
20190508203204[email protected]
</para>
</listitem>
+<listitem>
+<!--
+2018-07-16 [f7cb2842b] Add plan_cache_mode setting
+-->
+
+<para>
+Allow contol over when generic plans are used for prepared statements (Pavel Stehule)
+</para>
+
+<para>
+The server variable plan_cache_mode enables this control.
+</para>
+</listitem>
+
<listitem>
<!--
</para>
</listitem>
+<listitem>
+<!--
+2018-07-13 [387a5cfb9] Add pg_dump - -on-conflict-do-nothing option.
+-->
+
+<para>
+Allow restore of INSERT statements to skip rows which would cause conflicts (Surafel Temesgen)
+</para>
+
+<para>
+The pg_dump option is --on-conflict-do-nothing.
+</para>
+</listitem>
+
<listitem>
<!--