diff options
author | adam <adam@pkgsrc.org> | 2015-02-14 07:57:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-02-14 07:57:40 +0000 |
commit | 958c703a76ff9539d7420d288383af4a03ccb6f1 (patch) | |
tree | 3b0a5794658c5060c8c85fefbf9196377d45223f /databases/postgresql92-docs/PLIST | |
parent | 41658c0c42b52f39731c1df297ea1f1d669e74c6 (diff) | |
download | pkgsrc-958c703a76ff9539d7420d288383af4a03ccb6f1.tar.gz |
Changes 9.2.10:
Security Fixes
* CVE-2015-0241 Buffer overruns in "to_char" functions.
* CVE-2015-0242 Buffer overrun in replacement printf family of functions.
* CVE-2015-0243 Memory errors in functions in the pgcrypto extension.
* CVE-2015-0244 An error in extended protocol message reading.
* CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see.
JSON and JSONB Unicode Escapes
Other Fixes and Improvements
* Cope with the non-ASCII Norwegian Windows locale name.
* Avoid data corruption when databases are moved to new tablespaces and back again.
* Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations.
* Avoid deadlocks when locking recently modified rows.
* Fix two SELECT FOR UPDATE query issues.
* Prevent false negative for shortest-first regular expression matches.
* Fix false positives and negatives in tsquery contains operator.
* Fix namespace handling in xpath().
* Prevent row-producing functions from creating empty column names.
* Make autovacuum use per-table cost_limit and cost_delay settings.
* When autovacuum=off, limit autovacuum work to wraparound prevention only.
* Multiple fixes for logical decoding in 9.4.
* Fix transient errors on hot standby queries due to page replacement.
* Prevent duplicate WAL file archiving at end of recovery or standby promotion.
* Prevent deadlock in parallel restore of schema-only dump.
Diffstat (limited to 'databases/postgresql92-docs/PLIST')
-rw-r--r-- | databases/postgresql92-docs/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST index 3fd0711ab20..2aa0b235bc5 100644 --- a/databases/postgresql92-docs/PLIST +++ b/databases/postgresql92-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2014/07/25 22:14:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2015/02/14 07:57:40 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1025,6 +1025,7 @@ share/doc/postgresql/html/release-9-0-15.html share/doc/postgresql/html/release-9-0-16.html share/doc/postgresql/html/release-9-0-17.html share/doc/postgresql/html/release-9-0-18.html +share/doc/postgresql/html/release-9-0-19.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html @@ -1040,6 +1041,7 @@ share/doc/postgresql/html/release-9-1-11.html share/doc/postgresql/html/release-9-1-12.html share/doc/postgresql/html/release-9-1-13.html share/doc/postgresql/html/release-9-1-14.html +share/doc/postgresql/html/release-9-1-15.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html @@ -1050,6 +1052,7 @@ share/doc/postgresql/html/release-9-1-8.html share/doc/postgresql/html/release-9-1-9.html share/doc/postgresql/html/release-9-1.html share/doc/postgresql/html/release-9-2-1.html +share/doc/postgresql/html/release-9-2-10.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html |