summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/Driver.java.in
AgeCommit message (Expand)Author
2004-01-19JDBC is now on GBorgPostgreSQL Daemon
2003-12-11build number set to 300 to avoid conflict with 7.4 buildsDave Cramer
2003-12-10incremented build to 211Dave Cramer
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-03accept url and fk action fix from Kris JurkaDave Cramer
2003-09-13More SQLState updates from Kim Ho at Redhat.Barry Lind
2003-09-08This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind
2003-07-24Fixes additional sql injection vulnerabilities reported by Oliver JowettBarry Lind
2003-07-22Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind
2003-07-21Applied patch from dmitry@openratings.com to fix parsing of array valuesBarry Lind
2003-06-30Patches applied:Barry Lind
2003-05-29clean up warnings produced by EclipseBarry Lind
2003-05-29Up the build number to reflect the changes for V3 protocol supportBarry Lind
2003-03-24New build numberBarry Lind
2003-03-07Cleanup and reorganization.Barry Lind
2003-02-27up build number to 202 for a new development buildBarry Lind
2003-02-27Added support for SSL in the jdbc driverBarry Lind
2003-02-09upped build# to 201Barry Lind
2003-01-14Bumped up build number to 200Barry Lind
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