diff options
author | adam <adam@pkgsrc.org> | 2011-12-15 17:16:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-12-15 17:16:13 +0000 |
commit | bbc876eebd6a57dae03b28729bdb4e9fd1bf656f (patch) | |
tree | 8fd7d021a8f3260ee48d779318598a0a7f504635 /databases/postgresql84-server | |
parent | c51fe5d06a5ce49ebe2c3e27a8654ae30a6a6df5 (diff) | |
download | pkgsrc-bbc876eebd6a57dae03b28729bdb4e9fd1bf656f.tar.gz |
Changes 8.4.10:
* Fix bugs in information_schema.referential_constraints view
* Correct collations for citext columns and indexes
* Prevent possible crash when joining to a scalar function
* Prevent transitory data corruption of GIN indexes after a crash
* Prevent data corruption on TOAST columns when copying data
* Fix failures during hot standby startup
* Correct another "variable not found in subplan target list" bug
* Fix bug with sorting on aggregate expressions in windowing functions
* Multiple bug fixes for pg_upgrade
* Change Foreign Key creation order to better support self-referential keys
* Multiple bug fixes to CREATE EXTENSION
* Ensure that function return type and data returned from PL/perl agree
* Ensure that PL/perl strings are always UTF-8
* Assorted bug fixes for various Extensions
* Updates to the time zone database, particularly to CST6
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r-- | databases/postgresql84-server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-server/PLIST b/databases/postgresql84-server/PLIST index 35c17111704..6f96c1a93d3 100644 --- a/databases/postgresql84-server/PLIST +++ b/databases/postgresql84-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2011/09/27 11:04:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2011/12/15 17:16:13 adam Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -320,6 +320,7 @@ share/postgresql/timezone/Asia/Dubai share/postgresql/timezone/Asia/Dushanbe share/postgresql/timezone/Asia/Gaza share/postgresql/timezone/Asia/Harbin +share/postgresql/timezone/Asia/Hebron share/postgresql/timezone/Asia/Ho_Chi_Minh share/postgresql/timezone/Asia/Hong_Kong share/postgresql/timezone/Asia/Hovd |