diff options
author | adam <adam> | 2012-03-05 14:12:20 +0000 |
---|---|---|
committer | adam <adam> | 2012-03-05 14:12:20 +0000 |
commit | be2a1ab256cb651eabea4675485bdefd664fefdd (patch) | |
tree | 9ffb550cbe192b20c09f61aaed0435508b20b3b9 /databases/postgresql83-client | |
parent | 5d36c814a65e321b99fdc266c4adb26fd58f1c53 (diff) | |
download | pkgsrc-be2a1ab256cb651eabea4675485bdefd664fefdd.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-client')
-rw-r--r-- | databases/postgresql83-client/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql83-client/PLIST b/databases/postgresql83-client/PLIST index 4341a214bdc..eb85cf4c550 100644 --- a/databases/postgresql83-client/PLIST +++ b/databases/postgresql83-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2011/12/15 17:31:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2012/03/05 14:12:21 adam Exp $ bin/clusterdb bin/createdb bin/createlang @@ -1301,6 +1301,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 |