diff options
author | adam <adam@pkgsrc.org> | 2011-12-06 20:37:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-12-06 20:37:33 +0000 |
commit | 649876df4c83a28d8ba74b115ae31af44b6b9d02 (patch) | |
tree | 623bed00f2d110863f535ac55bef8fbd5e379fa9 /databases/postgresql91-plpython | |
parent | c0cadb894f68d97a0f0ca32087538679848454d4 (diff) | |
download | pkgsrc-649876df4c83a28d8ba74b115ae31af44b6b9d02.tar.gz |
Changes 9.1.2:
* 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/postgresql91-plpython')
-rw-r--r-- | databases/postgresql91-plpython/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql91-plpython/PLIST b/databases/postgresql91-plpython/PLIST index e3034a524f6..ad30b757e7d 100644 --- a/databases/postgresql91-plpython/PLIST +++ b/databases/postgresql91-plpython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/15 08:31:43 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/12/06 20:37:33 adam Exp $ lib/postgresql/plpython2.so share/locale/cs/LC_MESSAGES/plpython-9.1.mo share/locale/de/LC_MESSAGES/plpython-9.1.mo @@ -14,9 +14,6 @@ share/locale/zh_TW/LC_MESSAGES/plpython-9.1.mo share/postgresql/extension/plpython2u--1.0.sql share/postgresql/extension/plpython2u--unpackaged--1.0.sql share/postgresql/extension/plpython2u.control -share/postgresql/extension/plpython3u--1.0.sql -share/postgresql/extension/plpython3u--unpackaged--1.0.sql -share/postgresql/extension/plpython3u.control share/postgresql/extension/plpythonu--1.0.sql share/postgresql/extension/plpythonu--unpackaged--1.0.sql share/postgresql/extension/plpythonu.control |