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-client | |
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-client')
-rw-r--r-- | databases/postgresql84-client/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST index 8339a0aaff5..244a0008953 100644 --- a/databases/postgresql84-client/PLIST +++ b/databases/postgresql84-client/PLIST @@ -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-14.html 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-9.html 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 |