diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-05-09 19:59:59 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-05-09 19:59:59 -0400 |
commit | 79697d039f567cd52d844077244fb85df10dce19 (patch) | |
tree | e61633aafc133ce1da34bf59887f8aa44fcb9ccd | |
parent | 81ddfa2e4d9350eb68f28cde8ae6a7e0b39ef2ac (diff) | |
download | postgresql-79697d039f567cd52d844077244fb85df10dce19.tar.gz postgresql-79697d039f567cd52d844077244fb85df10dce19.zip |
doc: more PG 12 release note adjustments
This adds two more items that should have been included in the
beginning.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190508203204.GA25482@telsasoft.com
-rw-r--r-- | doc/src/sgml/release-12.sgml | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ -717,6 +717,21 @@ forced by specifying NOT MATERIALIZED. Previously, CTEs were never inlined and <listitem> <!-- +Author: Peter Eisentraut <peter_e@gmx.net> +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> +<!-- Author: Tom Lane <tgl@sss.pgh.pa.us> 2018-12-30 [b5415e3c2] Support parameterized TidPaths. Author: Tom Lane <tgl@sss.pgh.pa.us> @@ -2456,6 +2471,21 @@ Add --exclude-database option to pg_dumpall (Andrew Dunstan) <listitem> <!-- +Author: Thomas Munro <tmunro@postgresql.org> +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> +<!-- Author: Tom Lane <tgl@sss.pgh.pa.us> 2018-09-14 [548e50976] Improve parallel scheduling logic in pg_dump/pg_restore. --> |