diff options
author | adam <adam@pkgsrc.org> | 2011-12-07 16:00:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-12-07 16:00:41 +0000 |
commit | 93dca68e3dd13024f75b440ab2e7c12c40d806c5 (patch) | |
tree | 70feff387ec3135d0105a6aa4e6e6f2b852c2528 /databases/postgresql90-docs/PLIST | |
parent | 81f1328f4bd622f7e17c2a8fa00f3c11eac61085 (diff) | |
download | pkgsrc-93dca68e3dd13024f75b440ab2e7c12c40d806c5.tar.gz |
Changes 9.0.6:
* 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/postgresql90-docs/PLIST')
-rw-r--r-- | databases/postgresql90-docs/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST index 59a7e46c6c8..b7d12b689e5 100644 --- a/databases/postgresql90-docs/PLIST +++ b/databases/postgresql90-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/09/27 11:04:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/12/07 16:00:41 adam Exp $ ${PG_SUBPREFIX}man/man1/clusterdb.1 ${PG_SUBPREFIX}man/man1/createdb.1 ${PG_SUBPREFIX}man/man1/createlang.1 @@ -884,6 +884,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-20.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-21.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-22.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-23.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html @@ -900,6 +901,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html @@ -910,6 +912,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html @@ -924,6 +927,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-6.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |