summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/jdbc1
Commit message (Collapse)AuthorAgeFilesLines
* Remove postgresql jdbc files, per Peter Mount.Bruce Momjian2001-02-137-5365/+0
|
* Remove last code that assumed xinv/xinx are large object files.Bruce Momjian2001-02-091-5/+3
|
* Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian2000-06-121-1/+1
|
* Jens Glaser found that getPrimaryKeys() had a table called test hardwiredPeter Mount1999-09-151-14/+15
| | | | into it.
* Some late patches from Jens Glaser (jens@jens.de). These upgrade the protocolPeter Mount1999-09-152-15/+34
| | | | to version 2, and fixes ResultSetMetaData.getColumnDisplaySize().
* Patches for 6.5.2Peter Mount1999-09-142-28/+50
|
* Some minor bug fixesPeter Mount1999-06-271-16/+8
|
* Internationalisation of error messagesPeter Mount1999-05-185-28/+31
|
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-172-3/+3
|
* From: Peter T Mount <peter@retep.org.uk>Marc G. Fournier1999-01-251-1/+6
| | | | | | | | | This implements some of the JDBC2 methods, fixes a bug introduced into the JDBC1 portion of the driver, and introduces a new example, showing how to use the CORBA ORB thats in Java2 with JDBC. The Tar file contains the new files, the diff the changes to the others. CHANGELOG is separate as I forgot to make a .orig ;-)
* As the email posted to the announce and interfaces list, attached is a tarBruce Momjian1999-01-177-0/+5325
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