summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/Driver.java.in
AgeCommit message (Expand)Author
2002-09-25Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind
2002-09-11Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind
2002-09-06Run pgjindent for Java folks.Bruce Momjian
2002-08-20Removed code that is no longer used and has been commented outBarry Lind
2002-07-26Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind
2002-07-23Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind
2002-07-16fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind
2002-07-10fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind
2002-06-27general cleanup of jdbc codeBarry Lind
2002-06-11The patch does the following:Barry Lind
2002-03-26Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind
2002-03-16fixed QueryExecuter to deal with multiple errorsDave Cramer
2001-11-19JDBC indenting, comment cleanups.Bruce Momjian
2001-11-01minor improvements on Dave's last checkinBarry Lind
2001-10-31added dummy loginDave Cramer
2001-09-10Attached is a patch to add bytea support to JDBC.Bruce Momjian
2001-07-04Attached is a patch to remove the ConnectionHook functionality and thusBruce Momjian
2001-03-11Add uninstall target to Java build.Peter Eisentraut
2001-03-05Minor fixes...Peter Mount
2001-01-25Added an alternative constructor to PGSQLException so that debuggingPeter Mount
2000-12-20Finished build.xml and updated Driver.java.in and buildDriver to match how Ma...Peter Mount
2000-10-12Major update part I involving delayed patches, reworked Makefile, and howPeter Mount