summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/Connection.java
Commit message (Collapse)AuthorAgeFilesLines
* Missign a comma...Marc G. Fournier1998-02-201-1/+1
| | | | From: AA van Raalte <alvin@camberlo.demon.co.uk>
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-091-0/+8
| | | | | | | | | | | This patch fixes the following: * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't handle default table types. * It now reports an error if the client opens a database using properties, and either the user or password properties are missing. This should make the recent problem with Servlets easier to find. * Commented out obsolete property in Driver.getPropertyInfo()
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-021-39/+130
| | | | | | | | | | | | | | | | [This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!).
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-111-25/+219
| | | | see README_6.3 for list of changes
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-071-5/+22
|
* Fix for java to allow password, european dates,from Peter T MountBruce Momjian1997-10-301-6/+71
|
* Bring in Peter's changes...finally :(Marc G. Fournier1997-09-201-247/+9
|
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-311-807/+806
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-161-0/+847