diff options
author | adam <adam@pkgsrc.org> | 2007-09-19 20:02:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-09-19 20:02:12 +0000 |
commit | 901be59274508a64a6106e292b90471f4e1437b7 (patch) | |
tree | b0093b59f31ed86ce0ce8b51ec35ca40b00a9e04 /databases/postgresql82-server | |
parent | 60c7102866cdfcfaa462d5b8074ff87b7b0a040c (diff) | |
download | pkgsrc-901be59274508a64a6106e292b90471f4e1437b7.tar.gz |
Changes 8.2.5:
* Prevent index corruption when a transaction inserts rows and then
aborts close to the end of a concurrent "VACUUM" on the same table
* Fix ALTER DOMAIN ADD CONSTRAINT for cases involving domains over
domains
* Make "CREATE DOMAIN ... DEFAULT NULL" work properly
* Fix some planner problems with outer joins, notably poor size
estimation for t1 LEFT JOIN t2 WHERE t2.col IS NULL
* Allow the interval data type to accept input consisting only of
milliseconds or microseconds
* Allow timezone name to appear before the year in timestamp input
* Fixes for GIN indexes used by "/contrib/tsearch2"
* 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
* Fix stddev_pop(numeric) and var_pop(numeric)
* 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 and semaphore improvements
* Make "pg_ctl -w" work properly in Windows service mode
* Fix memory allocation bug when using MIT Kerberos on Windows
* 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
* Restrict "/contrib/pgstattuple" functions to superusers, for
security reasons
* Do not let "/contrib/intarray" try to make its GIN opclass the
default (this caused problems at dump/restore)
Diffstat (limited to 'databases/postgresql82-server')
-rw-r--r-- | databases/postgresql82-server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql82-server/PLIST b/databases/postgresql82-server/PLIST index 0bc85246dac..e432688c3d2 100644 --- a/databases/postgresql82-server/PLIST +++ b/databases/postgresql82-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2007/04/30 13:37:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2007/09/19 20:02:12 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -180,6 +180,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 |