diff options
author | adam <adam@pkgsrc.org> | 2009-12-16 13:30:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-16 13:30:53 +0000 |
commit | 413cf2ec6427c9ead2ea8583e3c5813c60d24459 (patch) | |
tree | 446ab255406fd05cecc80ee83893725c606b2583 /databases/postgresql84-server | |
parent | a944ab07b3a152bee0e64bf34f3ac3a30e5adccd (diff) | |
download | pkgsrc-413cf2ec6427c9ead2ea8583e3c5813c60d24459.tar.gz |
Changes 8.4.2:
* Protect against indirect security threats caused by index functions
changing session-local state
* Reject SSL certificates containing an embedded null byte in the
common name (CN) field
* Fix hash index corruption
* Fix possible crash during backend-startup-time cache initialization
* Avoid crash on empty thesaurus dictionary
* Prevent signals from interrupting VACUUM at unsafe times
* Fix possible crash due to integer overflow in hash table size
calculation
* Fix crash if a DROP is attempted on an internally-dependent object
* Fix very rare crash in inet/cidr comparisons
* Ensure that shared tuple-level locks held by prepared transactions
are not ignored
* Fix premature drop of temporary files used for a cursor that is
accessed within a subtransaction
* Fix memory leak in syslogger process when rotating to a new CSV
logfile
* Fix memory leak in postmaster when re-parsing "pg_hba.conf"
* Fix Windows permission-downgrade logic
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH
queries
* Fix bug with a WITH RECURSIVE query immediately inside another one
* Fix concurrency bug in hash indexes
* Fix incorrect logic for GiST index page splits, when the split
depends on a non-first column of the index
* Fix wrong search results for a multi-column GIN index with
fastupdate enabled
* More...
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r-- | databases/postgresql84-server/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql84-server/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 912f1ea0fb6..fa875d7f703 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2009/12/15 21:33:49 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/16 13:30:54 adam Exp $ PKGNAME= postgresql84-server-${BASE_VERS} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/postgresql84-server/PLIST b/databases/postgresql84-server/PLIST index 934e865e855..6f3af02ed72 100644 --- a/databases/postgresql84-server/PLIST +++ b/databases/postgresql84-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/12/16 13:30:54 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -326,6 +326,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Makassar ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Manila ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Muscat ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Nicosia +${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novokuznetsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novosibirsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Omsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Oral |