diff options
author | adam <adam@pkgsrc.org> | 2007-09-19 20:01:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-09-19 20:01:58 +0000 |
commit | 60c7102866cdfcfaa462d5b8074ff87b7b0a040c (patch) | |
tree | cd625f98d93383eddf3eae18f2fb57649867d6dc /databases/postgresql81-server | |
parent | eda17a8836f33aeb8f2d998e31ddfd4025ab33bc (diff) | |
download | pkgsrc-60c7102866cdfcfaa462d5b8074ff87b7b0a040c.tar.gz |
Changes 8.1.10:
* 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
* Allow the interval data type to accept input consisting only of
milliseconds or microseconds
* Speed up rtree index insertion
* 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 "REINDEX" and "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/postgresql81-server')
-rw-r--r-- | databases/postgresql81-server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql81-server/PLIST b/databases/postgresql81-server/PLIST index 0db9c64e436..17e0186b6e8 100644 --- a/databases/postgresql81-server/PLIST +++ b/databases/postgresql81-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2007/04/30 13:37:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/09/19 20:01:58 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -183,6 +183,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 |