pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 8.2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc85c11a5fdc
branches:  trunk
changeset: 523503:cc85c11a5fdc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 08 18:16:09 2007 +0000

description:
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:

 databases/postgresql82-client/PLIST         |  9 +++++++--
 databases/postgresql82-client/buildlink3.mk |  6 +++---
 databases/postgresql82/Makefile.common      |  4 ++--
 databases/postgresql82/distinfo             |  8 ++++----
 4 files changed, 16 insertions(+), 11 deletions(-)

diffs (113 lines):

diff -r 32dce4673a2d -r cc85c11a5fdc databases/postgresql82-client/PLIST
--- a/databases/postgresql82-client/PLIST       Mon Jan 08 17:58:08 2007 +0000
+++ b/databases/postgresql82-client/PLIST       Mon Jan 08 18:16:09 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/09 15:35:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/01/08 18:16:09 adam Exp $
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
 ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
@@ -1167,6 +1167,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -1182,6 +1183,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -1192,6 +1194,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
@@ -1206,8 +1209,10 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
@@ -1473,7 +1478,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
-${PG_SUBPREFIX}share/doc/postgresql/html/x71105.html
+${PG_SUBPREFIX}share/doc/postgresql/html/x71094.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html
diff -r 32dce4673a2d -r cc85c11a5fdc databases/postgresql82-client/buildlink3.mk
--- a/databases/postgresql82-client/buildlink3.mk       Mon Jan 08 17:58:08 2007 +0000
+++ b/databases/postgresql82-client/buildlink3.mk       Mon Jan 08 18:16:09 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2006/12/12 21:52:35 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2007/01/08 18:16:09 adam Exp $
 
 BUILDLINK_DEPTH:=                      ${BUILDLINK_DEPTH}+
 POSTGRESQL82_CLIENT_BUILDLINK3_MK:=    ${POSTGRESQL82_CLIENT_BUILDLINK3_MK}+
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-.if !empty(BUILDLINK_DEPTH:M+)
+.if ${BUILDLINK_DEPTH} == "+"
 BUILDLINK_DEPENDS+=    postgresql82-client
 .endif
 
@@ -13,7 +13,7 @@
 BUILDLINK_PACKAGES+=   postgresql82-client
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}postgresql82-client
 
-.if !empty(POSTGRESQL82_CLIENT_BUILDLINK3_MK:M+)
+.if ${POSTGRESQL82_CLIENT_BUILDLINK3_MK} == "+"
 BUILDLINK_API_DEPENDS.postgresql82-client+=    postgresql82-client>=8.2.0
 BUILDLINK_PKGSRCDIR.postgresql82-client?=      ../../databases/postgresql82-client
 
diff -r 32dce4673a2d -r cc85c11a5fdc databases/postgresql82/Makefile.common
--- a/databases/postgresql82/Makefile.common    Mon Jan 08 17:58:08 2007 +0000
+++ b/databases/postgresql82/Makefile.common    Mon Jan 08 18:16:09 2007 +0000
@@ -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 @@
 #
 # 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 -r 32dce4673a2d -r cc85c11a5fdc databases/postgresql82/distinfo
--- a/databases/postgresql82/distinfo   Mon Jan 08 17:58:08 2007 +0000
+++ b/databases/postgresql82/distinfo   Mon Jan 08 18:16:09 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index