diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 816c8309e5..8bffb0ae03 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -717,6 +717,21 @@ forced by specifying NOT MATERIALIZED. Previously, CTEs were never inlined and + + +Allow contol over when generic plans are used for prepared statements (Pavel Stehule) + + + +The server variable plan_cache_mode enables this control. + + + + + + + +Allow restore of INSERT statements to skip rows which would cause conflicts (Surafel Temesgen) + + + +The pg_dump option is --on-conflict-do-nothing. + + + + +