diff options
author | adam <adam@pkgsrc.org> | 2007-09-19 20:01:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-09-19 20:01:47 +0000 |
commit | eda17a8836f33aeb8f2d998e31ddfd4025ab33bc (patch) | |
tree | a8b43feead54d619eacb9319ddcfc17c276c14aa /databases/postgresql80-server | |
parent | 0f223e741cbd8fb7e6b88293a680318a74000658 (diff) | |
download | pkgsrc-eda17a8836f33aeb8f2d998e31ddfd4025ab33bc.tar.gz |
Changes 8.0.14:
* Prevent index corruption when a transaction inserts rows and then
aborts close to the end of a concurrent "VACUUM" on the same table
* Make "CREATE DOMAIN ... DEFAULT NULL" work properly
* Fix excessive logging of SSL error messages
* Fix logging so that log messages are never interleaved when using
the syslogger process
* Fix crash when log_min_error_statement logging runs out of memory
* Fix incorrect handling of some foreign-key corner cases
* Prevent "CLUSTER" from failing due to attempting to process
temporary tables of other sessions
* Update the time zone database rules, particularly New Zealand's
upcoming changes
* Windows socket improvements
* Suppress timezone name (%Z) in log timestamps on Windows because of
possible encoding mismatches
* Require non-superusers who use "/contrib/dblink" to use only
password authentication, as a security measure
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r-- | databases/postgresql80-server/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql80-server/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index d63fb6ac99b..655ec152aee 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2007/07/04 20:54:36 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/09/19 20:01:47 adam Exp $ PKGNAME= postgresql80-server-${BASE_VERS} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql80-server/PLIST b/databases/postgresql80-server/PLIST index e2b477cad9f..9ac72787064 100644 --- a/databases/postgresql80-server/PLIST +++ b/databases/postgresql80-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2007/05/08 15:58:38 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2007/09/19 20:01:48 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -182,6 +182,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Indianapolis ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Knox ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Marengo ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Petersburg +${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Tell_City ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac |