Mon Mar 5 14:13:19 2012 UTC ()
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


(adam)
diff -r1.17 -r1.18 pkgsrc/databases/postgresql84/Makefile.common
diff -r1.16 -r1.17 pkgsrc/databases/postgresql84/distinfo
diff -r1.12 -r1.13 pkgsrc/databases/postgresql84-client/PLIST

cvs diff -r1.17 -r1.18 pkgsrc/databases/postgresql84/Attic/Makefile.common (expand / switch to context diff)
--- pkgsrc/databases/postgresql84/Attic/Makefile.common 2011/12/15 17:16:13 1.17
+++ pkgsrc/databases/postgresql84/Attic/Makefile.common 2012/03/05 14:13:19 1.18
@@ -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

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql84/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/databases/postgresql84/Attic/distinfo 2011/12/15 17:16:13 1.16
+++ pkgsrc/databases/postgresql84/Attic/distinfo 2012/03/05 14:13:19 1.17
@@ -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

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql84-client/Attic/PLIST (expand / switch to context diff)
--- pkgsrc/databases/postgresql84-client/Attic/PLIST 2011/12/15 17:16:13 1.12
+++ pkgsrc/databases/postgresql84-client/Attic/PLIST 2012/03/05 14:13:19 1.13
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2011/12/15 17:16:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2012/03/05 14:13:19 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -1332,6 +1332,7 @@
 share/doc/postgresql/html/release-8-3-15.html
 share/doc/postgresql/html/release-8-3-16.html
 share/doc/postgresql/html/release-8-3-17.html
+share/doc/postgresql/html/release-8-3-18.html
 share/doc/postgresql/html/release-8-3-2.html
 share/doc/postgresql/html/release-8-3-3.html
 share/doc/postgresql/html/release-8-3-4.html
@@ -1343,6 +1344,7 @@
 share/doc/postgresql/html/release-8-3.html
 share/doc/postgresql/html/release-8-4-1.html
 share/doc/postgresql/html/release-8-4-10.html
+share/doc/postgresql/html/release-8-4-11.html
 share/doc/postgresql/html/release-8-4-2.html
 share/doc/postgresql/html/release-8-4-3.html
 share/doc/postgresql/html/release-8-4-4.html