diff options
author | adam <adam@pkgsrc.org> | 2011-02-09 08:48:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-09 08:48:16 +0000 |
commit | 245a7388d41ea6949be4c1c432c334a10926c686 (patch) | |
tree | df651b3a98b599f18ba265a531906fc6316f9afd /databases/postgresql90-docs/PLIST | |
parent | 45084676307bb5f05c691147453919e5853610ac (diff) | |
download | pkgsrc-245a7388d41ea6949be4c1c432c334a10926c686.tar.gz |
Changes 9.0.3:
* Before exiting walreceiver, ensure all the received WAL is fsync'd to disk
* Avoid excess fsync activity in walreceiver
* Make "ALTER TABLE" revalidate uniqueness and exclusion constraints when needed
* Fix EvalPlanQual for "UPDATE" of an inheritance tree in which the tables are
not all alike
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression
* Fix assignment to an array slice that is before the existing range of
subscripts
* Avoid unexpected conversion overflow in planner for very distant date values
* Fix PL/Python crash when an array contains null entries
* Remove ecpg's fixed length limit for constants defining an array dimension
* Fix erroneous parsing of tsquery values containing ... &
!(subexpression) | ...
* Fix buffer overrun in "contrib/intarray"'s input function for the query_int
type
* Fix bug in "contrib/seg"'s GiST picksplit algorithm
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 0268e241357..e29ded38e00 100644 --- a/databases/postgresql90-docs/PLIST +++ b/databases/postgresql90-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2010/12/24 12:20:51 asau Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:18 adam Exp $ ${PG_SUBPREFIX}man/man1/clusterdb.1 ${PG_SUBPREFIX}man/man1/createdb.1 ${PG_SUBPREFIX}man/man1/createlang.1 @@ -881,6 +881,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-19.html ${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-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html @@ -894,6 +895,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html ${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-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html @@ -909,9 +911,11 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-6.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-1.html ${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.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |