summaryrefslogtreecommitdiff
path: root/databases/postgresql81-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-10-18 16:31:24 +0000
committeradam <adam@pkgsrc.org>2006-10-18 16:31:24 +0000
commit2d6b1efeb4d6a5bfd41184ffbd27d3ecbc854862 (patch)
treec49b282f59d4fdcec1f9e7ffb2a525479bb0ed26 /databases/postgresql81-client
parentddd138791349cef971b481161dcaed1d5973fd48 (diff)
downloadpkgsrc-2d6b1efeb4d6a5bfd41184ffbd27d3ecbc854862.tar.gz
Changes 8.1.5:
* Disallow aggregate functions in "UPDATE" commands, except within sub-SELECTs (Tom) The behavior of such an aggregate was unpredictable, and in 8.1.X could cause a crash, so it has been disabled. The SQL standard does not allow this either. * Fix core dump when an untyped literal is taken as ANYARRAY * Fix core dump in duration logging for extended query protocol when a "COMMIT" or "ROLLBACK" is executed * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix to_timestamp() for AM/PM formats (Bruce) * Fix autovacuum's calculation that decides whether "ANALYZE" is needed (Alvaro) * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Minor fixes in /contrib/dblink and /contrib/tsearch2 * Efficiency improvements in hash tables and bitmap index scans (Tom) * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fix statement_timeout to use the proper units on Win32 (Bruce) In previous Win32 8.1.X versions, the delay was off by a factor of 100. * Fixes for MSVC and Borland C++ compilers (Hiroshi Saito) * Fixes for AIX and Intel compilers (Tom)
Diffstat (limited to 'databases/postgresql81-client')
-rw-r--r--databases/postgresql81-client/Makefile10
-rw-r--r--databases/postgresql81-client/PLIST6
2 files changed, 10 insertions, 6 deletions
diff --git a/databases/postgresql81-client/Makefile b/databases/postgresql81-client/Makefile
index cc6224c0f8b..b8df3253960 100644
--- a/databases/postgresql81-client/Makefile
+++ b/databases/postgresql81-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/28 19:48:22 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/10/18 16:33:21 adam Exp $
PKGNAME= postgresql81-client-${BASE_VERS}
COMMENT= PostgreSQL database client programs
@@ -65,13 +65,13 @@ USE_GNU_READLINE= yes
#
.if ${OPSYS} == "SunOS"
post-wrapper:
- ${TOUCH} ${BUILDLINK_DIR}/include/crypt.h
+ touch ${BUILDLINK_DIR}/include/crypt.h
.endif
pre-build:
${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \
cd ${WRKSRC}/src/backend && \
- ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
+ env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
../../src/include/parser/parse.h \
../../src/include/utils/fmgroids.h
@@ -82,7 +82,7 @@ post-install:
do \
${INSTALL_DATA} $$file ${PG_DOC_DIR}/$$file; \
done
- ${CP} -R ${WRKSRC}/doc/TODO.detail ${PG_DOC_DIR}
- ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PG_DOC_DIR}/TODO.detail
+ cp -R ${WRKSRC}/doc/TODO.detail ${PG_DOC_DIR}
+ chown -R ${DOCOWN}:${DOCGRP} ${PG_DOC_DIR}/TODO.detail
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST
index 5e66a44c139..7f8cf939b75 100644
--- a/databases/postgresql81-client/PLIST
+++ b/databases/postgresql81-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/05/26 17:47:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/10/18 16:33:21 adam Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -949,6 +949,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-12.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-13.html
${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-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -963,6 +964,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-11.html
${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-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -980,10 +982,12 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${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.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html