From bbc876eebd6a57dae03b28729bdb4e9fd1bf656f Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 15 Dec 2011 17:16:13 +0000 Subject: 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 --- databases/postgresql84-plpython/PLIST | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/postgresql84-plpython') diff --git a/databases/postgresql84-plpython/PLIST b/databases/postgresql84-plpython/PLIST index 68e63d18b13..0767ade8c86 100644 --- a/databases/postgresql84-plpython/PLIST +++ b/databases/postgresql84-plpython/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2011/02/15 08:14:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/12/15 17:16:13 adam Exp $ lib/postgresql/plpython.so share/locale/de/LC_MESSAGES/plpython-8.4.mo share/locale/es/LC_MESSAGES/plpython-8.4.mo share/locale/fr/LC_MESSAGES/plpython-8.4.mo share/locale/it/LC_MESSAGES/plpython-8.4.mo share/locale/ja/LC_MESSAGES/plpython-8.4.mo +share/locale/pl/LC_MESSAGES/plpython-8.4.mo share/locale/pt_BR/LC_MESSAGES/plpython-8.4.mo share/locale/tr/LC_MESSAGES/plpython-8.4.mo share/locale/zh_CN/LC_MESSAGES/plpython-8.4.mo -- cgit v1.2.3