diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 816c8309e52..8bffb0ae031 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -715,6 +715,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.
+
+
+