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 | |
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')
-rw-r--r-- | databases/postgresql90-docs/PLIST | 5 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 |
3 files changed, 10 insertions, 7 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 diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index addaa8f0b7e..683ef0bebf8 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2012/07/01 19:42:06 morr Exp $ +# $NetBSD: Makefile.common,v 1.19 2012/08/23 16:42:39 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -21,7 +21,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-9.0.8 +DISTNAME= postgresql-9.0.9 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 6935ca92a85..f1db5d839f5 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2012/07/16 21:17:11 asau Exp $ +$NetBSD: distinfo,v 1.13 2012/08/23 16:42:39 adam Exp $ -SHA1 (postgresql-9.0.8.tar.bz2) = 240d2d45bc87d8cdad8e2b74cf378f5668b604fe -RMD160 (postgresql-9.0.8.tar.bz2) = fab8564774c99300ca8a69298417eec960e70601 -Size (postgresql-9.0.8.tar.bz2) = 14998065 bytes +SHA1 (postgresql-9.0.9.tar.bz2) = ff9907d0941578f15a6eda52a60982d9ecafbcf1 +RMD160 (postgresql-9.0.9.tar.bz2) = 03cd901956c09e50e3d91f69962301d31e361391 +Size (postgresql-9.0.9.tar.bz2) = 15008401 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 |