diff options
author | adam <adam@pkgsrc.org> | 2012-08-23 16:42:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-08-23 16:42:39 +0000 |
commit | 061968f7dc9259a5e572d920f49a9f460e651da3 (patch) | |
tree | 40727b1aa979d1f5a9ce442805820a1d76d5d411 /databases/postgresql90-docs | |
parent | 086c5ec1d7613d401b9f4b01d210d0220b21954b (diff) | |
download | pkgsrc-061968f7dc9259a5e572d920f49a9f460e651da3.tar.gz |
Changes 9.0.9:
* Prevent access to external files/URLs via XML entity references
* Prevent access to external files/URLs via contrib/xml2's xslt_process()
* Prevent too-early recycling of btree index pages
* Fix crash-safety bug with newly-created-or-reset sequences
* Fix txid_current() to report the correct epoch when not in hot standby
* Fix bug in startup of Hot Standby when a master transaction has many
subtransactions
* Ensure the backup_label file is fsync'd after pg_start_backup()
* Fix timeout handling in walsender processes
* Back-patch 9.1 improvement to compress the fsync request queue
* Fix LISTEN/NOTIFY to cope better with I/O problems, such as out of disk space
* Only allow autovacuum to be auto-canceled by a directly blocked process
* Improve logging of autovacuum cancels
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT)
* Ensure that a whole-row reference to a subquery doesn't include any extra
GROUP BY or ORDER BY columns
* Disallow copying whole-row references in CHECK constraints and index
definitions during CREATE TABLE
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r-- | databases/postgresql90-docs/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST index 822dc484d49..2f9aba8ba81 100644 --- a/databases/postgresql90-docs/PLIST +++ b/databases/postgresql90-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/07/01 19:42:06 morr Exp $ +@comment $NetBSD: PLIST,v 1.11 2012/08/23 16:42:39 adam Exp $ ${PG_SUBPREFIX}man/man1/clusterdb.1 ${PG_SUBPREFIX}man/man1/createdb.1 ${PG_SUBPREFIX}man/man1/createlang.1 @@ -905,6 +905,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-19.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-20.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html @@ -917,6 +918,7 @@ ${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-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-12.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-13.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 @@ -934,6 +936,7 @@ ${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-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-8.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-9.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 |