summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-10-12 07:04:22 +0000
committeradam <adam@pkgsrc.org>2013-10-12 07:04:22 +0000
commit4db3b9110f65f515a13529509ff8c7b667120ca0 (patch)
tree57b1d2a4930ae447449414002d947a6fd426b297 /databases/postgresql92-server
parent691887a49ec7d294a9b0e76c46ac734a13d73530 (diff)
downloadpkgsrc-4db3b9110f65f515a13529509ff8c7b667120ca0.tar.gz
Changes 9.2.5:
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/postgresql92-server')
-rw-r--r--databases/postgresql92-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 7659b437ffa..d4d42be1155 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2013/07/12 10:44:54 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2013/10/12 07:04:22 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation