summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/Connection.java
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-231-1246/+0
* The patch does the following:Barry Lind2002-06-111-1215/+1246
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-2/+2
* fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind2002-05-141-1184/+1189
* Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind2002-03-261-7/+2
* Applied Anders patch to move the startup code out of Connection into StartupP...Dave Cramer2002-03-211-1217/+1215
* Here is a small patch that cleans up some error reporting in the JDBC driver....Dave Cramer2002-03-091-8/+8
* fixed cancel query bug introduced by patchDave Cramer2002-03-051-11/+1
* Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>Dave Cramer2002-02-261-3/+48
* Patch from Ned Wolpert that fixes a bug that caused the cache of types notBarry Lind2001-12-111-2/+2
* This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).Barry Lind2001-11-251-5/+17
* Change 'return ;' to 'return;'; remove space.Bruce Momjian2001-11-191-4/+4
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-115/+114
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-191-46/+46
* Commit to support MD5 passwords as per the backend for 7.2. This patch was s...Barry Lind2001-11-121-5/+27
* minor improvements on Dave's last checkinBarry Lind2001-11-011-7/+2
* allow null passwordsDave Cramer2001-10-311-4/+7
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-251-1057/+1128
* Added some additional comments in the codeBarry Lind2001-10-161-1/+9
* This patch fixes a bug introduced in the jdbc bytea support patch.Barry Lind2001-10-091-305/+305
* Attached is a patch to add bytea support to JDBC.Bruce Momjian2001-09-101-4/+24
* Read transactions don't work on 7.0.x db's 2nd patchBruce Momjian2001-09-071-8/+25
* Attached is my attempt to clean up the horrors of the ExecSQL() method inBruce Momjian2001-09-061-162/+5
* Attached is a patch to fix the current issues with building under jdbc1.Bruce Momjian2001-08-241-6/+86
* Attached is a patch to remove some redundant code in the JDBC driver.Bruce Momjian2001-08-101-71/+31
* I think you replaced too many things with put(...Bruce Momjian2001-08-071-3/+3
* Compile fix for jdbc1.Bruce Momjian2001-08-041-3/+3
* Attached is a patch that does the following:Bruce Momjian2001-08-041-32/+86
* This patch merges the identical methods from the JDBC1 and JDBC2Bruce Momjian2001-07-301-2/+236
* Great, here is a context diff of CVS for implementing the get/setCatalog methodsBruce Momjian2001-07-211-1/+31
* JDBC encoding additions.Bruce Momjian2001-07-211-128/+32
* The attached patch fixes problems with the JDBC driver handling longBruce Momjian2001-07-151-17/+10
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-071-2/+2
* The following patch for JDBC fixes an issue with jdbc running on aBruce Momjian2001-06-011-2/+8
* that's just me again, here's normal patch for KOI8_U toBruce Momjian2001-05-091-2/+11
* Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-311-2/+7
* Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-181-3/+20
* Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-181-81/+104
* In looking at the 7.1beta1 code for JDBC, I noticed that support wasBruce Momjian2000-12-221-4/+76
* Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount2000-11-201-3/+2
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-121-11/+22
* Back out Gunnar R|nning jdbc changes.Bruce Momjian2000-10-091-37/+17
* Okay, I have some new code in place that hopefully should work better. IBruce Momjian2000-10-081-17/+37
* This patch implements the following command:Bruce Momjian2000-09-121-6/+6
* Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian2000-09-121-4/+37
* Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount2000-06-061-5/+13
* Added some missing org.'s that prevented the use of the geometric typesPeter Mount2000-06-061-9/+9
* Removed hardwired 8k limit on queriesPeter Mount2000-06-061-3/+5
* Attempt IIIPeter Mount2000-04-261-0/+752