diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml new file mode 100644 index 6bde17e..763a154 *** a/doc/src/sgml/release-11.sgml --- b/doc/src/sgml/release-11.sgml *************** same commits as above *** 1057,1063 **** Add information_schema columns related to table constraints and ! triggers (Michael Paquier) --- 1057,1063 ---- Add information_schema columns related to table constraints and ! triggers (Peter Eisentraut) *************** same commits as above *** 1091,1111 **** Add libpq option to support channel binding when using SCRAM ! authentication (Michael Paquier) ! Channel binding requires the server end ! of the TLS connection to ! prove that it knows the password. The options are and . - - - WHAT DOES THIS DOC TEXT MEAN? "An empty value specifies that - the client will not use channel binding. The default value - is tls-unique." --- 1091,1107 ---- Add libpq option to support channel binding when using SCRAM ! authentication (Peter Eisentraut) ! While SCRAM always prevents the ! replay of transmitted hashed passwords in a later ! session, SCRAM with channel binding ! also prevents man-in-the-middle attacks. The options are and . *************** same commits as above *** 1196,1202 **** Allow access to file system functions to be controlled by GRANT/REVOKE permissions, ! rather than super-user checks (Michael Paquier) --- 1192,1198 ---- Allow access to file system functions to be controlled by GRANT/REVOKE permissions, ! rather than super-user checks (Stephen Frost) *************** same commits as above *** 1218,1224 **** Use GRANT/REVOKE to control access to lo_import() ! and lo_export() (Michael Paquier) --- 1214,1220 ---- Use GRANT/REVOKE to control access to lo_import() ! and lo_export() (Michael Paquier, Tom Lane) *************** same commits as above *** 1881,1902 **** - - - Add libpq parameter to allow physical and logical replication - connections (Michael Paquier) - - - - The libpq connection parameter is called . - - - - - --- 1877,1882 ---- *************** same commits as above *** 2330,2336 **** Add pg_receivewal option to prevent synchronous ! WAL writes (Michael Paquier) --- 2310,2316 ---- Add pg_receivewal option to prevent synchronous ! WAL writes, for testing (Michael Paquier) *************** same commits as above *** 2382,2388 **** Prevent pg_rewind from running as ! root (Magnus Hagander) --- 2362,2368 ---- Prevent pg_rewind from running as ! root (Michael Paquier)