diff options
author | adam <adam@pkgsrc.org> | 2010-10-07 15:53:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-07 15:53:54 +0000 |
commit | 3ee1b17e460608403a38ba55ba82309305f91662 (patch) | |
tree | 78c225fe83f9f06b66fba8d2c21ae5f86950ae9b /databases/postgresql90 | |
parent | 228315fe8e7852fe93b6c48c0ab602df2c6572c8 (diff) | |
download | pkgsrc-3ee1b17e460608403a38ba55ba82309305f91662.tar.gz |
Changes 9.0.1:
* Use a separate interpreter for each calling SQL userid in PL/Perl and PL/Tcl
* Improve pg_get_expr() security fix so that the function can still be used on
the output of a sub-select
* Fix incorrect placement of placeholder evaluation
* Fix join removal's handling of placeholder expressions
* Fix possible duplicate scans of UNION ALL member relations
* Prevent infinite loop in ProcessIncomingNotify() after unlistening
* Prevent show_session_authorization() from crashing within autovacuum
processes
* Re-allow input of Julian dates prior to 0001-01-01 AD
* Make psql recognize "DISCARD ALL" as a command that should not be encased in
a transaction block in autocommit-off mode
* Update build infrastructure and documentation to reflect the source code
repository's move from CVS to Git
Diffstat (limited to 'databases/postgresql90')
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index f060ba3835f..dafc0dbd50c 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.2 2010/10/07 15:53:54 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -46,7 +46,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql90/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # Note: Do not forget jdbc-postgresql90 when updating version -DIST_VERS?= 9.0.0 +DIST_VERS?= 9.0.1 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql90-client+= postgresql90-client>=${BASE_VERS} diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 2c33b3a53d2..69facb69d4b 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $ +$NetBSD: distinfo,v 1.2 2010/10/07 15:53:54 adam Exp $ -SHA1 (postgresql-9.0.0.tar.bz2) = ed2f83cd1a83c40dcbe0ba19ee3ba2a7faa0de3d -RMD160 (postgresql-9.0.0.tar.bz2) = a6c25636254277029977768be2a73496fc87848a -Size (postgresql-9.0.0.tar.bz2) = 13753207 bytes +SHA1 (postgresql-9.0.1.tar.bz2) = 7adeb3c4b661115ec6eb4e5896edfee71f87245e +RMD160 (postgresql-9.0.1.tar.bz2) = 5e4b31d9ff075099671ced015ac0272ae1c04543 +Size (postgresql-9.0.1.tar.bz2) = 13773951 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 |