diff options
author | recht <recht@pkgsrc.org> | 2004-06-27 16:38:32 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-27 16:38:32 +0000 |
commit | f1025f17824b3e31d8c7fca881cf7bf5179f28ae (patch) | |
tree | 3b660851ba6a3e9869efd980034c064ce64d5583 /databases/jdbc-postgresql74 | |
parent | ff90178f9376117684d93aacf035388035a43101 (diff) | |
download | pkgsrc-f1025f17824b3e31d8c7fca881cf7bf5179f28ae.tar.gz |
update to 7.4.3
changes:
* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)
Diffstat (limited to 'databases/jdbc-postgresql74')
-rw-r--r-- | databases/jdbc-postgresql74/Makefile | 5 | ||||
-rw-r--r-- | databases/jdbc-postgresql74/PLIST | 6 | ||||
-rw-r--r-- | databases/jdbc-postgresql74/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/jdbc-postgresql74/Makefile b/databases/jdbc-postgresql74/Makefile index fa73d82d8a7..92a56e6db6c 100644 --- a/databases/jdbc-postgresql74/Makefile +++ b/databases/jdbc-postgresql74/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/03 10:23:19 abs Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/27 16:38:32 recht Exp $ # -DIST_VERS= 7.4.2 +DIST_VERS= 7.4.3 DISTNAME= postgresql-${DIST_VERS} PKGNAME= jdbc-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases java MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ \ diff --git a/databases/jdbc-postgresql74/PLIST b/databases/jdbc-postgresql74/PLIST index 52245fc8e13..6964dfc5baf 100644 --- a/databases/jdbc-postgresql74/PLIST +++ b/databases/jdbc-postgresql74/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/03 10:23:19 abs Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/06/27 16:38:32 recht Exp $ lib/java/postgresql.jar -share/examples/java/jdbc-postgresql/postgresql-examples.jar +share/doc/java/jdbc-postgresql/README share/examples/java/jdbc-postgresql/ImageViewer.java share/examples/java/jdbc-postgresql/Unicode.java share/examples/java/jdbc-postgresql/basic.java share/examples/java/jdbc-postgresql/blobtest.java share/examples/java/jdbc-postgresql/datestyle.java share/examples/java/jdbc-postgresql/metadata.java +share/examples/java/jdbc-postgresql/postgresql-examples.jar share/examples/java/jdbc-postgresql/psql.java share/examples/java/jdbc-postgresql/threadsafe.java -share/doc/java/jdbc-postgresql/README @dirrm share/examples/java/jdbc-postgresql @dirrm share/doc/java/jdbc-postgresql diff --git a/databases/jdbc-postgresql74/distinfo b/databases/jdbc-postgresql74/distinfo index e26c2243578..b6956ade790 100644 --- a/databases/jdbc-postgresql74/distinfo +++ b/databases/jdbc-postgresql74/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/06/03 10:23:19 abs Exp $ +$NetBSD: distinfo,v 1.2 2004/06/27 16:38:32 recht Exp $ -SHA1 (postgresql-7.4.2.tar.bz2) = 52b8a8a3467298c659e424213b72a15b08be9d59 -Size (postgresql-7.4.2.tar.bz2) = 10100398 bytes +SHA1 (postgresql-7.4.3.tar.bz2) = 26df04f0a32a482646850d9b34d95509c97cb585 +Size (postgresql-7.4.3.tar.bz2) = 10149755 bytes SHA1 (patch-aa) = 3dea03b653408c0191959c9f2532f6150d7d5d95 |