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
commit256b4b544c1cf4dd95c0ddf16dbbb60327eff703 (patch)
tree57b1d2a4930ae447449414002d947a6fd426b297 /databases/postgresql92-server
parentbd8c281f805fb6ea5f56975f4e128cb79a84fc0d (diff)
downloadpkgsrc-256b4b544c1cf4dd95c0ddf16dbbb60327eff703.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