summaryrefslogtreecommitdiff
path: root/databases/postgresql82
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-08 18:16:09 +0000
committeradam <adam@pkgsrc.org>2007-01-08 18:16:09 +0000
commit52694bfff859e24683e99af196641831941dc829 (patch)
tree774921a75a5cc6496eae93d4b899c6230bd07c37 /databases/postgresql82
parent888d84321c222bd5b617199a5b56534de919e2f8 (diff)
downloadpkgsrc-52694bfff859e24683e99af196641831941dc829.tar.gz
Changes 8.2.1:
* Fix crash with SELECT ... LIMIT ALL (also LIMIT NULL) * "Several /contrib/tsearch2" fixes * On Windows, make log messages coming from the operating system use ASCII encoding This fixes a conversion problem when there is a mismatch between the encoding of the operating system and database server. * Fix Windows linking of pg_dump using "win32.mak" * Fix planner mistakes for outer join queries * Fix several problems in queries involving sub-SELECTs * Fix potential crash in SPI during subtransaction abort This affects all PL functions since they all use SPI. * Improve build speed of PDF documentation * Re-add JST (Japan) timezone abbreviation * Improve optimization decisions related to index scans * Have psql print multi-byte combining characters as before, rather than output as \u * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Make pg_dumpall assume that databases have public CONNECT privilege, when dumping from a pre-8.2 server This preserves the previous behavior that anyone can connect to a database if allowed by "pg_hba.conf".
Diffstat (limited to 'databases/postgresql82')
-rw-r--r--databases/postgresql82/Makefile.common4
-rw-r--r--databases/postgresql82/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index 158bf5365e1..03a96aaf053 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/01/08 18:16:09 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.0
+DIST_VERS?= 8.2.1
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
diff --git a/databases/postgresql82/distinfo b/databases/postgresql82/distinfo
index 6ded177f358..39e53e92e70 100644
--- a/databases/postgresql82/distinfo
+++ b/databases/postgresql82/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $
+$NetBSD: distinfo,v 1.2 2007/01/08 18:16:09 adam Exp $
-SHA1 (postgresql-8.2.0.tar.bz2) = 377034c155ebc6a063a1d54069d1a56da4d11f93
-RMD160 (postgresql-8.2.0.tar.bz2) = 2627ffd2ec46ba85fa0edc339fdeaf9359121a9b
-Size (postgresql-8.2.0.tar.bz2) = 12459207 bytes
+SHA1 (postgresql-8.2.1.tar.bz2) = d73b964ca068c36c9d88766d551f25e0feb8de13
+RMD160 (postgresql-8.2.1.tar.bz2) = 04013d021fdb446d6b45ec2e67f1c9ba4e8eaabb
+Size (postgresql-8.2.1.tar.bz2) = 12462840 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = c602b4c381c730368c19fb5ab765c69c7b5573bb
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9