summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java
AgeCommit message (Collapse)Author
2001-02-13Remove postgresql jdbc files, per Peter Mount.Bruce Momjian
2001-02-09Remove last code that assumed xinv/xinx are large object files.Bruce Momjian
2000-06-12Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian
1999-09-15Jens Glaser found that getPrimaryKeys() had a table called test hardwiredPeter Mount
into it.
1999-09-14Patches for 6.5.2Peter Mount
1999-01-17As the email posted to the announce and interfaces list, attached is a tarBruce Momjian
file containing the latest version of the JDBC driver, allowing it to be compiled and used under JDK 1.2 and later. NB: None (well almost none) of the new methods actually do anything. This release only handles getting it to compile and run. Now this is done, I'll start working on implementing the new stuff. Now this tar file replaces everything under src/interfaces/jdbc. I had to do it this way, rather than diffs, because most of the classes under the postgresql subdirectory have moved to a new directory under that one, to enable the support of the two JDBC standards. Here's a list of files in the tar file. Any file not listed here (in the postgresql directory) will have to be deleted, otherwise it could cause the driver to fail: Peter Mount