diff options
author | adam <adam@pkgsrc.org> | 2007-04-30 13:37:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-30 13:37:22 +0000 |
commit | d6eafb6653a409f649b54b4afcab32198e1579ff (patch) | |
tree | b42a8182b6bc2f0dd631103325e6279c663d7c60 /databases/postgresql81-client | |
parent | ab82ce190a8eea9375267d56145eef1b4f5323d0 (diff) | |
download | pkgsrc-d6eafb6653a409f649b54b4afcab32198e1579ff.tar.gz |
Changes 8.1.9:
* Support explicit placement of the temporary-table schema within
search_path, and disable searching it for functions and operators
* "/contrib/tsearch2" crash fixes
* Require "COMMIT PREPARED" to be executed in the same database as
the transaction was prepared in
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
"UPDATE" chains
* Planner fixes, including improving outer join and bitmap scan
selection logic
* Fix PANIC during enlargement of a hash index (bug introduced in
8.1.6)
* Fix POSIX-style timezone specs to follow new USA DST rules
Diffstat (limited to 'databases/postgresql81-client')
-rw-r--r-- | databases/postgresql81-client/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST index dd3ed1996f7..999c227f057 100644 --- a/databases/postgresql81-client/PLIST +++ b/databases/postgresql81-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2007/02/08 20:00:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/04/30 13:37:22 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -987,6 +987,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html @@ -1004,6 +1005,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html @@ -1017,6 +1019,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html @@ -1033,6 +1036,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |