From 76ef266a86fdc3c4bdbd12b9ea9cacd523e00779 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 6 May 2016 16:20:56 -0400 Subject: [PATCH] More small 9.6 release note improvements. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Corrections per Jeff Janes, Christian Ullrich, and Daniel Vérité. --- doc/src/sgml/release-9.5.sgml | 2 +- doc/src/sgml/release-9.6.sgml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index a66b4fcfcf..da109330ec 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -3401,7 +3401,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. psql now fails if the file specified by an diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 4fb25b3a93..9b224109ca 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -548,8 +548,8 @@ 2016-03-10 [37c54863c] Rework wait for AccessExclusiveLocks on Hot Standby --> - Avoid some spurious waits for AccessExclusiveLocks in hot-standby - queries (Jeff Janes) + Avoid some unnecessary cancellations of hot-standby queries during + replay of actions that take AccessExclusiveLocks (Jeff Janes) @@ -962,8 +962,9 @@ --> Add new SSPI authentication parameters compat_realm - and upn_usename, to make it possible to make SSPI - work more like GSSAPI (Christian Ullrich) + and upn_username, to control whether NetBIOS or Kerberos + realm names and user names are used during SSPI authentication + (Christian Ullrich) @@ -2294,7 +2295,7 @@ This commit is also listed under psql and PL/pgSQL Add a \crosstabview command that prints the results of a query in a cross-tabulated display - (Daniel Verité) + (Daniel Vérité) -- 2.40.0