From b0d4b3c386f5372474575a4eeba2450951d9b44a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 10 May 2022 17:49:51 -0400 Subject: [PATCH] relnotes: adjust sections for various items Also improve postgres_fdw.application_name Reported-by: Justin Pryzby, Tatsuo Ishii Diagnosed-by: 20220510210235.GD19626@telsasoft.com --- doc/src/sgml/release-15.sgml | 127 ++++++++++++++++------------------- 1 file changed, 59 insertions(+), 68 deletions(-) diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index c9ea7c9fed..dc626adb9d 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -253,6 +253,21 @@ Some platforms disallowed trailing periods. + + + + +When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian) + + + +For example, report '1.99 years' as '2 years', not '1 year 11 months'. + + + + + + +When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul) + + + +Previously the actual schema name was used. + + + - - - -Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby) - @@ -1478,21 +1497,6 @@ Previously, all of the columns in the foreign key were always affected. - - - - -When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul) - - - -Previously the actual schema name was used. - - - - - - -When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian) - - - -For example, report '1.99 years' as '2 years', not '1 year 11 months'. - - - + + + +Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova) + @@ -2614,6 +2614,17 @@ Allow extensions to define their own WAL resource managers (Jeff Davis) + + + + +Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby) + + + - - - -Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova) - - - - - - -Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda) - - - -Previously the remote application_name could only be set on the remote server or the postgres_fdw connection specification. - - - -