diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-02-21 16:09:51 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-02-21 16:09:51 +0000 |
commit | a5b71796c1a9e53f82a3d678920cd0d96bbd193f (patch) | |
tree | 49e518758a5aca4314430959704cc44486b2c340 | |
parent | 2d00a9515508d0f1450162d6a188ddd8d0b43dbb (diff) | |
download | pkgsrc-a5b71796c1a9e53f82a3d678920cd0d96bbd193f.tar.gz |
Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remote
holes.
Restore creation of OID column in CREATE TABLE AS / SELECT INTO
Fix pg_dump core dump when dumping views having comments
Dump DEFERRABLE/INITIALLY DEFERRED constraints properly
Fix UPDATE when child table's column numbering differs from parent
Increase default value of max_fsm_relations
Fix problem when fetching backwards in a cursor for a single-row query
Make backward fetch work properly with cursor on SELECT DISTINCT query
Fix problems with loading pg_dump files containing contrib/lo usage
Fix problem with all-numeric user names
Fix possible memory leak and core dump during disconnect in libpgtcl
Make plpython's spi_execute command handle nulls properly (Andrew Bosma)
Adjust plpython error reporting so that its regression test passes again
Work with bison 1.875
Handle mixed-case names properly in plpgsql's %type (Neil)
Fix core dump in pltcl when executing a query rewritten by a rule
Repair array subscript overruns (per report from Yichen Xie)
Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case
Correctly case-fold variable names in per-database and per-user settings
Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns
no rows
Fix outdated use of pg_type.typprtlen in python client interface
Correctly handle fractional seconds in timestamps in JDBC driver
Improve performance of getImportedKeys() in JDBC
Make shared-library symlinks work standardly on HPUX (Giles)
Repair inconsistent rounding behavior for timestamp, time, interval
SSL negotiation fixes (Nathan Mueller)
Make libpq's ~/.pgpass feature work when connecting with PQconnectDB
Update my2pg, ora2pg
Translation updates
Add casts between types lo and oid in contrib/lo
fastpath code now checks for privilege to call function
-rw-r--r-- | databases/postgresql-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql-server/Makefile b/databases/postgresql-server/Makefile index d4c6295849f..66c41ec07e0 100644 --- a/databases/postgresql-server/Makefile +++ b/databases/postgresql-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2003/01/28 22:03:13 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2003/02/21 16:09:52 mycroft Exp $ PKGNAME= postgresql-server-${BASE_VERS} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= PostgreSQL database server programs DEPENDS+= postgresql-client>=${BASE_VERS}:../../databases/postgresql-client diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 3360454d3c0..f77b19d3ddc 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2003/01/05 20:12:08 jlam Exp $ +# $NetBSD: Makefile.common,v 1.33 2003/02/21 16:09:51 mycroft Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -34,7 +34,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -DIST_VERS?= 7.3.1 +DIST_VERS?= 7.3.2 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS} diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo index dea47041e00..ea069a76ae4 100644 --- a/databases/postgresql/distinfo +++ b/databases/postgresql/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2003/01/05 20:12:09 jlam Exp $ +$NetBSD: distinfo,v 1.15 2003/02/21 16:09:51 mycroft Exp $ -SHA1 (postgresql-7.3.1.tar.gz) = 428757df30ab4acad3c87254d4c75140f0a3406d -Size (postgresql-7.3.1.tar.gz) = 11171551 bytes +SHA1 (postgresql-7.3.2.tar.gz) = 6866da7bed0823e03ef47b435eb5c627160b529f +Size (postgresql-7.3.2.tar.gz) = 11194355 bytes SHA1 (patch-aa) = df84b28c7074ba396ece0ea070277bcda9287a87 SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7 SHA1 (patch-ad) = 90a1e22fbb09774e852e08e7779650c6fc24e9ee |