]> granicus.if.org Git - postgresql/commitdiff
More small 9.6 release note improvements.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 May 2016 20:20:56 +0000 (16:20 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 May 2016 20:21:05 +0000 (16:21 -0400)
Corrections per Jeff Janes, Christian Ullrich, and Daniel Vérité.

doc/src/sgml/release-9.5.sgml
doc/src/sgml/release-9.6.sgml

index a66b4fcfcfbd3b1bb0efae774a15edec5300a1c2..da109330ec599a560799eb6ffda1515d18874013 100644 (file)
@@ -3401,7 +3401,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list.
         <para>
          <application>psql</> now fails if the file specified by
          an <option>--output</> or <option>--log-file</> switch cannot be
-         written (Tom Lane, Daniel Verite)
+         written (Tom Lane, Daniel V&eacute;rit&eacute;)
         </para>
 
         <para>
index 4fb25b3a9390b4611452008121e7578454bc651d..9b224109ca12b123f43831eb54c02e0265c24e4e 100644 (file)
 2016-03-10 [37c54863c] Rework wait for AccessExclusiveLocks on Hot Standby
 -->
        <para>
-        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)
        </para>
       </listitem>
 
 -->
        <para>
         Add new SSPI authentication parameters <varname>compat_realm</>
-        and <varname>upn_usename</>, to make it possible to make SSPI
-        work more like GSSAPI (Christian Ullrich)
+        and <varname>upn_username</>, to control whether NetBIOS or Kerberos
+        realm names and user names are used during SSPI authentication
+        (Christian Ullrich)
        </para>
       </listitem>
 
@@ -2294,7 +2295,7 @@ This commit is also listed under psql and PL/pgSQL
        <para>
         Add a <command>\crosstabview</> command that prints the
         results of a query in a cross-tabulated display
-        (Daniel Verit&eacute;)
+        (Daniel V&eacute;rit&eacute;)
        </para>
 
        <para>