summaryrefslogtreecommitdiff
path: root/databases/postgresql82
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-09-19 20:02:12 +0000
committeradam <adam@pkgsrc.org>2007-09-19 20:02:12 +0000
commit901be59274508a64a6106e292b90471f4e1437b7 (patch)
treeb0093b59f31ed86ce0ce8b51ec35ca40b00a9e04 /databases/postgresql82
parent60c7102866cdfcfaa462d5b8074ff87b7b0a040c (diff)
downloadpkgsrc-901be59274508a64a6106e292b90471f4e1437b7.tar.gz
Changes 8.2.5:
* Prevent index corruption when a transaction inserts rows and then aborts close to the end of a concurrent "VACUUM" on the same table * Fix ALTER DOMAIN ADD CONSTRAINT for cases involving domains over domains * Make "CREATE DOMAIN ... DEFAULT NULL" work properly * Fix some planner problems with outer joins, notably poor size estimation for t1 LEFT JOIN t2 WHERE t2.col IS NULL * Allow the interval data type to accept input consisting only of milliseconds or microseconds * Allow timezone name to appear before the year in timestamp input * Fixes for GIN indexes used by "/contrib/tsearch2" * Speed up rtree index insertion * Fix excessive logging of SSL error messages * Fix logging so that log messages are never interleaved when using the syslogger process * Fix crash when log_min_error_statement logging runs out of memory * Fix incorrect handling of some foreign-key corner cases * Fix stddev_pop(numeric) and var_pop(numeric) * Prevent "REINDEX" and "CLUSTER" from failing due to attempting to process temporary tables of other sessions * Update the time zone database rules, particularly New Zealand's upcoming changes * Windows socket and semaphore improvements * Make "pg_ctl -w" work properly in Windows service mode * Fix memory allocation bug when using MIT Kerberos on Windows * Suppress timezone name (%Z) in log timestamps on Windows because of possible encoding mismatches * Require non-superusers who use "/contrib/dblink" to use only password authentication, as a security measure * Restrict "/contrib/pgstattuple" functions to superusers, for security reasons * Do not let "/contrib/intarray" try to make its GIN opclass the default (this caused problems at dump/restore)
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 711adfe86b7..0d737476187 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2007/05/04 19:45:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2007/09/19 20:02:12 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.4
+DIST_VERS?= 8.2.5
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
diff --git a/databases/postgresql82/distinfo b/databases/postgresql82/distinfo
index 089d19d6e41..79613afddff 100644
--- a/databases/postgresql82/distinfo
+++ b/databases/postgresql82/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2007/04/30 13:37:00 adam Exp $
+$NetBSD: distinfo,v 1.8 2007/09/19 20:02:12 adam Exp $
-SHA1 (postgresql-8.2.4.tar.bz2) = 0d54a78b3ef83c2fb29b7109b06f17434e5cf831
-RMD160 (postgresql-8.2.4.tar.bz2) = 216612a33b19dd590c85bfd94e70f29ae1487c3a
-Size (postgresql-8.2.4.tar.bz2) = 12527803 bytes
+SHA1 (postgresql-8.2.5.tar.bz2) = 45ddb77b542e8b279013f374edab65a8860a636d
+RMD160 (postgresql-8.2.5.tar.bz2) = 90e4afd6a2ae5f7203ff8409970c73401171e0ff
+Size (postgresql-8.2.5.tar.bz2) = 12510411 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = c602b4c381c730368c19fb5ab765c69c7b5573bb
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9