summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/Connection.java
AgeCommit message (Expand)Author
2001-09-10Attached is a patch to add bytea support to JDBC.Bruce Momjian
2001-09-07Read transactions don't work on 7.0.x db's 2nd patchBruce Momjian
2001-09-06Attached is my attempt to clean up the horrors of the ExecSQL() method inBruce Momjian
2001-08-24Attached is a patch to fix the current issues with building under jdbc1.Bruce Momjian
2001-08-10Attached is a patch to remove some redundant code in the JDBC driver.Bruce Momjian
2001-08-07I think you replaced too many things with put(...Bruce Momjian
2001-08-04Compile fix for jdbc1.Bruce Momjian
2001-08-04Attached is a patch that does the following:Bruce Momjian
2001-07-30This patch merges the identical methods from the JDBC1 and JDBC2Bruce Momjian
2001-07-21Great, here is a context diff of CVS for implementing the get/setCatalog methodsBruce Momjian
2001-07-21JDBC encoding additions.Bruce Momjian
2001-07-15The attached patch fixes problems with the JDBC driver handling longBruce Momjian
2001-06-07This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian
2001-06-01The following patch for JDBC fixes an issue with jdbc running on aBruce Momjian
2001-05-09that's just me again, here's normal patch for KOI8_U toBruce Momjian
2001-01-31Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.ukPeter Mount
2001-01-18Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.ukPeter Mount
2001-01-18Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.ukPeter Mount
2000-12-22In looking at the 7.1beta1 code for JDBC, I noticed that support wasBruce Momjian
2000-11-20Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount
2000-10-12Major update part I involving delayed patches, reworked Makefile, and howPeter Mount
2000-10-09Back out Gunnar R|nning jdbc changes.Bruce Momjian
2000-10-08Okay, I have some new code in place that hopefully should work better. IBruce Momjian
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-12Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian
2000-06-06Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount
2000-06-06Added some missing org.'s that prevented the use of the geometric typesPeter Mount
2000-06-06Removed hardwired 8k limit on queriesPeter Mount
2000-04-26Attempt IIIPeter Mount