diff options
author | adam <adam@pkgsrc.org> | 2012-03-05 14:13:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-05 14:13:19 +0000 |
commit | 256b9d63d35dd1a8fbeb0ef058053814a70fcd7a (patch) | |
tree | 3c2e4558e425651ba4a853b9c332ec4034caee4f /databases/postgresql84 | |
parent | dc1ad8e0a0a559dfb87e594ab5808b99902eab36 (diff) | |
download | pkgsrc-256b9d63d35dd1a8fbeb0ef058053814a70fcd7a.tar.gz |
Changes 8.4.11:
* Require execute permission on the trigger function for CREATE TRIGGER
* Convert newlines to spaces in names written in pg_dump comments
* Fix btree index corruption from insertions concurrent with vacuuming
* Allow non-existent values for some settings in ALTER USER/DATABASE SET
* Track the OID counter correctly during WAL replay, even when it wraps around
* Fix regular expression back-references with * attached
* Fix recently-introduced memory leak in processing of inet/cidr values
* Avoid double close of file handle in syslogger on Windows
* Fix I/O-conversion-related memory leaks in plpgsql
* Improve pg_dump's handling of inherited table columns
* Fix pg_restore's direct-to-database mode for INSERT-style table data
* Fix error in contrib/intarray's int[] & int[] operator
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv()
* Fix one-byte buffer overrun in contrib/test_parser
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available
* Use -fexcess-precision=standard option when building with gcc versions that
accept it
* Allow use of threaded Python on FreeBSD
Diffstat (limited to 'databases/postgresql84')
-rw-r--r-- | databases/postgresql84/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql84/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index c8573c2b2fd..ef218fca558 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2011/12/15 17:16:13 adam Exp $ +# $NetBSD: Makefile.common,v 1.18 2012/03/05 14:13:19 adam Exp $ # # used by databases/postgresql84-adminpack/Makefile # used by databases/postgresql84-client/Makefile @@ -19,7 +19,7 @@ .include "../../databases/postgresql84/Makefile.mirrors" -DISTNAME= postgresql-8.4.10 +DISTNAME= postgresql-8.4.11 CATEGORIES= databases MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo index 8bae5914522..f5140258c03 100644 --- a/databases/postgresql84/distinfo +++ b/databases/postgresql84/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2011/12/15 17:16:13 adam Exp $ +$NetBSD: distinfo,v 1.17 2012/03/05 14:13:19 adam Exp $ -SHA1 (postgresql-8.4.10.tar.bz2) = 31202e47fd2274b3a846d98c961cd7281d1798e8 -RMD160 (postgresql-8.4.10.tar.bz2) = ce5961033fc05b9e862cfef3c164d8faed19ce89 -Size (postgresql-8.4.10.tar.bz2) = 14481565 bytes +SHA1 (postgresql-8.4.11.tar.bz2) = ce9581b9f03bd884417b988ec317ce2ed06bb15f +RMD160 (postgresql-8.4.11.tar.bz2) = 85b4be0884ca11855eb0dbc1541403e7baf7c0aa +Size (postgresql-8.4.11.tar.bz2) = 14502434 bytes SHA1 (patch-aa) = 72437773d67939c8d8c8e9a99caf430590fd726f SHA1 (patch-ab) = aa46d88c8a72edaf95880de48474ea484d6d2bf5 SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb |