pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/637b3be527f2fef8246f60a82781cb9c661891d9 Modified Files -- doc/src/sgml/release-9.3.sgml | 289 + doc/src/sgml/relea

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c6db605c3ee5664327dc5444dc7e76e013e631fe Modified Files -- doc/src/sgml/release-10.sgml | 1025 + doc/s

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/aa291a4cf70a180669a298f912a4e4f7869ce9ab Modified Files -- doc/src/sgml/release-10.sgml | 57 +- doc/src/sgml/release-9.3.sgml | 289

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c1b34c80894bf77c38f2ef55123e7cd2c5cb5fc2 Modified Files -- doc/src/sgml/release-9.3.sgml | 289 ++ 1 fil

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9468474902fa90cf533211d7e8011a11328bae3f Modified Files -- doc/src/sgml/release-10.sgml | 1025 + doc/s

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8a674f71cc7070012501a591b061c2cce8923f2e Modified Files -- doc/src/sgml/release-9.3.sgml | 289 +++ doc/src/sgml/rel

pgsql: Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.

2018-08-05 Thread Tom Lane
Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b27db48749256cfdd41c4ae4443120a28593e19b Modified Files -- doc/src/sgml/release-9.3.sgml | 289 +++ doc/src/sgml

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL_11_STABLE Details --- https://git.post

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL9_3_STABLE Details --- https://git.post

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL_10_STABLE Details --- https://git.post

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL9_6_STABLE Details --- https://git.post

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL9_5_STABLE Details --- https://git.post

pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()

2018-08-05 Thread Tom Lane
Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. The bytea variant takes (bytea, bytea, text). Per unsigned report. Discussion: https://postgr.es/m/[email protected] Branch -- REL9_4_STABLE Details --- https://git.post

pgsql: Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.

2018-08-05 Thread Heikki Linnakangas
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test. I removed the code that used this in the previous commit. Spotted by Michael Paquier. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6b9eb503d28b1e6d94961d2aee833c931a887ee6 Modified Files -

pgsql: Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.

2018-08-05 Thread Heikki Linnakangas
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test. I removed the code that used this in the previous commit. Spotted by Michael Paquier. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a2441558a9744cfeb03b921e915ce59283ce Modified Files --

pgsql: Remove support for tls-unique channel binding.

2018-08-05 Thread Heikki Linnakangas
Remove support for tls-unique channel binding. There are some problems with the tls-unique channel binding type. It's not supported by all SSL libraries, and strictly speaking it's not defined for TLS 1.3 at all, even though at least in OpenSSL, the functions used for it still seem to work with TL

pgsql: Remove support for tls-unique channel binding.

2018-08-05 Thread Heikki Linnakangas
Remove support for tls-unique channel binding. There are some problems with the tls-unique channel binding type. It's not supported by all SSL libraries, and strictly speaking it's not defined for TLS 1.3 at all, even though at least in OpenSSL, the functions used for it still seem to work with TL