pkgsrc/databases/jdbc-postgresql74/PLIST
recht f1025f1782 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)
2004-06-27 16:38:32 +00:00

14 lines
663 B
Text

@comment $NetBSD: PLIST,v 1.2 2004/06/27 16:38:32 recht Exp $
lib/java/postgresql.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
@dirrm share/examples/java/jdbc-postgresql
@dirrm share/doc/java/jdbc-postgresql