summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/Connection.java
AgeCommit message (Collapse)Author
1998-02-20Missign a comma...Marc G. Fournier
From: AA van Raalte <alvin@camberlo.demon.co.uk>
1998-02-09From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier
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()
1998-02-02From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier
[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!).
1998-01-11Peter's Mega-Patch for JDBC...Marc G. Fournier
see README_6.3 for list of changes
1997-11-07Update of Java driver from Peter Mount.Bruce Momjian
1997-10-30Fix for java to allow password, european dates,from Peter T MountBruce Momjian
1997-09-20Bring in Peter's changes...finally :(Marc G. Fournier
1997-08-31Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier
1997-08-16Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier