From: Tom Lane Date: Mon, 5 Oct 2015 14:57:15 +0000 (-0400) Subject: Last-minute updates for release notes. X-Git-Tag: REL9_0_23~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47b06ecad45ee6f44045fe35c4cfc15dafedc0a0;p=thirdparty%2Fpostgresql.git Last-minute updates for release notes. Add entries for security and not-quite-security issues. Security: CVE-2015-5288, CVE-2015-5289 --- diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 93198931f88..ef8eb1c9ad2 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -40,6 +40,20 @@ + + + Fix contrib/pgcrypto to detect and report + too-short crypt() salts (Josh Kupershmidt) + + + + Certain invalid salt arguments crashed the server or disclosed a few + bytes of server memory. We have not ruled out the viability of + attacks that arrange for presence of confidential information in the + disclosed bytes, but they seem unlikely. (CVE-2015-5288) + + + Fix subtransaction cleanup after a portal (cursor) belonging to an @@ -124,6 +138,14 @@ + + + Guard against hard-to-reach stack overflows involving record types, + range types, json, jsonb, tsquery, + ltxtquery and query_int (Noah Misch) + + + Fix handling of DOW and DOY in datetime input