diff options
author | adam <adam@pkgsrc.org> | 2012-03-05 14:12:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-05 14:12:20 +0000 |
commit | dc1ad8e0a0a559dfb87e594ab5808b99902eab36 (patch) | |
tree | 9ffb550cbe192b20c09f61aaed0435508b20b3b9 /databases/postgresql83 | |
parent | 4255c98aa3b5070be501eaf023ac9a6f2c7c17c5 (diff) | |
download | pkgsrc-dc1ad8e0a0a559dfb87e594ab5808b99902eab36.tar.gz |
Changes 8.3.17:
* 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/postgresql83')
-rw-r--r-- | databases/postgresql83/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql83/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common index 771b2d582e6..015178d097f 100644 --- a/databases/postgresql83/Makefile.common +++ b/databases/postgresql83/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2011/12/15 17:31:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.22 2012/03/05 14:12:20 adam Exp $ # # used by databases/postgresql83-adminpack/Makefile # used by databases/postgresql83-client/Makefile @@ -17,7 +17,7 @@ .include "../../databases/postgresql83/Makefile.mirrors" -DISTNAME= postgresql-8.3.17 +DISTNAME= postgresql-8.3.18 CATEGORIES= databases MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql83/distinfo b/databases/postgresql83/distinfo index e72dbaa71f6..de6cb6e6ba4 100644 --- a/databases/postgresql83/distinfo +++ b/databases/postgresql83/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2011/12/15 17:31:09 adam Exp $ +$NetBSD: distinfo,v 1.21 2012/03/05 14:12:21 adam Exp $ -SHA1 (postgresql-8.3.17.tar.bz2) = f47bfb98629fed07e8f5ec61f2c3b84487fb0ad1 -RMD160 (postgresql-8.3.17.tar.bz2) = 9ea925c26b185fb9066061ef4e1fca932bbbcbfb -Size (postgresql-8.3.17.tar.bz2) = 14549222 bytes +SHA1 (postgresql-8.3.18.tar.bz2) = 0d832fc9c7dba5de1716921274ce0ca276418070 +RMD160 (postgresql-8.3.18.tar.bz2) = d276a468f59b4def821b686b5504a549bd0491c3 +Size (postgresql-8.3.18.tar.bz2) = 14563583 bytes SHA1 (patch-aa) = 6d5e9aa58975181d189060f8523c022aa6c82277 SHA1 (patch-ab) = 1ba1bb53ca5a74d09fc2b7d07d98b0a0ffd57202 SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279 |