summaryrefslogtreecommitdiff
path: root/databases/postgresql84-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-10-12 20:39:42 +0000
committeradam <adam@pkgsrc.org>2013-10-12 20:39:42 +0000
commitbe1c26b1ed2ec45c577ae75b1827245831d20fc8 (patch)
treea431a56a6e447f1c737734429661bf2b715cf36f /databases/postgresql84-client
parent66e4d4b01853002acdcf238b27499e0c852431c2 (diff)
downloadpkgsrc-be1c26b1ed2ec45c577ae75b1827245831d20fc8.tar.gz
Changes
Guarantee transmission of all WAL files before replica failover Prevent downcasing of non-ASCII identifiers Fix several minor memory leaks Correct overcommit behavior when using more than 24GB of work memory Improve planner cost estimates for choosing generic plans Fix estimates of NULL rows in boolean columns Make UNION ALL and inheritance query plans recheck parameterized paths Correct pg_dump bugs for foreign tables, views, and extensions Prevent a parallel pg_restore failure on certain indexes Make REINDEX revalidate constraints Prevent two deadlock issues in SP-GIST and REINDEX CONCURRENTLY Prevent GiST index lookup crash Fix several regular expression failures Allow ALTER DEFAULT PRIVILEGES to work on all schemas Loosen restrictions on keywords Allow various spellings of infinity Expand ability to compare rows to records and arrays Prevent psql client crash on bad PSQLRC file Add spinlock support for ARM64
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r--databases/postgresql84-client/Makefile3
-rw-r--r--databases/postgresql84-client/PLIST3
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile
index fbd4dac2008..4cb4652f445 100644
--- a/databases/postgresql84-client/Makefile
+++ b/databases/postgresql84-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2013/07/15 02:02:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2013/10/12 20:39:42 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql84/Makefile.common"
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST
index d24e1f8210b..477aa01daa5 100644
--- a/databases/postgresql84-client/PLIST
+++ b/databases/postgresql84-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2013/04/04 21:08:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2013/10/12 20:39:42 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -1356,6 +1356,7 @@ share/doc/postgresql/html/release-8-4-14.html
share/doc/postgresql/html/release-8-4-15.html
share/doc/postgresql/html/release-8-4-16.html
share/doc/postgresql/html/release-8-4-17.html
+share/doc/postgresql/html/release-8-4-18.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