index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
jdbc
/
org
/
postgresql
/
Connection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial restructuring to add jdbc3 support. There was a significant amount
Barry Lind
2002-07-23
1
-1246
/
+0
*
The patch does the following:
Barry Lind
2002-06-11
1
-1215
/
+1246
*
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-17
1
-2
/
+2
*
fixed problem connecting to server with client_min_messages set to debug. Th...
Barry Lind
2002-05-14
1
-1184
/
+1189
*
Changed QueryExecutor.java to correctly read responses from the backend.
Barry Lind
2002-03-26
1
-7
/
+2
*
Applied Anders patch to move the startup code out of Connection into StartupP...
Dave Cramer
2002-03-21
1
-1217
/
+1215
*
Here is a small patch that cleans up some error reporting in the JDBC driver....
Dave Cramer
2002-03-09
1
-8
/
+8
*
fixed cancel query bug introduced by patch
Dave Cramer
2002-03-05
1
-11
/
+1
*
Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>
Dave Cramer
2002-02-26
1
-3
/
+48
*
Patch from Ned Wolpert that fixes a bug that caused the cache of types not
Barry Lind
2001-12-11
1
-2
/
+2
*
This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).
Barry Lind
2001-11-25
1
-5
/
+17
*
Change 'return ;' to 'return;'; remove space.
Bruce Momjian
2001-11-19
1
-4
/
+4
*
Indent jdbc case labels using pgjindent.
Bruce Momjian
2001-11-19
1
-115
/
+114
*
JDBC indenting, comment cleanups.
Bruce Momjian
2001-11-19
1
-46
/
+46
*
Commit to support MD5 passwords as per the backend for 7.2. This patch was s...
Barry Lind
2001-11-12
1
-5
/
+27
*
minor improvements on Dave's last checkin
Barry Lind
2001-11-01
1
-7
/
+2
*
allow null passwords
Dave Cramer
2001-10-31
1
-4
/
+7
*
pgjindent jdbc files. First time jdbc files were formatted.
Bruce Momjian
2001-10-25
1
-1057
/
+1128
*
Added some additional comments in the code
Barry Lind
2001-10-16
1
-1
/
+9
*
This patch fixes a bug introduced in the jdbc bytea support patch.
Barry Lind
2001-10-09
1
-305
/
+305
*
Attached is a patch to add bytea support to JDBC.
Bruce Momjian
2001-09-10
1
-4
/
+24
*
Read transactions don't work on 7.0.x db's 2nd patch
Bruce Momjian
2001-09-07
1
-8
/
+25
*
Attached is my attempt to clean up the horrors of the ExecSQL() method in
Bruce Momjian
2001-09-06
1
-162
/
+5
*
Attached is a patch to fix the current issues with building under jdbc1.
Bruce Momjian
2001-08-24
1
-6
/
+86
*
Attached is a patch to remove some redundant code in the JDBC driver.
Bruce Momjian
2001-08-10
1
-71
/
+31
*
I think you replaced too many things with put(...
Bruce Momjian
2001-08-07
1
-3
/
+3
*
Compile fix for jdbc1.
Bruce Momjian
2001-08-04
1
-3
/
+3
*
Attached is a patch that does the following:
Bruce Momjian
2001-08-04
1
-32
/
+86
*
This patch merges the identical methods from the JDBC1 and JDBC2
Bruce Momjian
2001-07-30
1
-2
/
+236
*
Great, here is a context diff of CVS for implementing the get/setCatalog methods
Bruce Momjian
2001-07-21
1
-1
/
+31
*
JDBC encoding additions.
Bruce Momjian
2001-07-21
1
-128
/
+32
*
The attached patch fixes problems with the JDBC driver handling long
Bruce Momjian
2001-07-15
1
-17
/
+10
*
This adds unary plus capability. No grammar changes, per Tom's request.
Bruce Momjian
2001-06-07
1
-2
/
+2
*
The following patch for JDBC fixes an issue with jdbc running on a
Bruce Momjian
2001-06-01
1
-2
/
+8
*
that's just me again, here's normal patch for KOI8_U to
Bruce Momjian
2001-05-09
1
-2
/
+11
*
Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-31
1
-2
/
+7
*
Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-18
1
-3
/
+20
*
Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-18
1
-81
/
+104
*
In looking at the 7.1beta1 code for JDBC, I noticed that support was
Bruce Momjian
2000-12-22
1
-4
/
+76
*
Encoding patch to Connection by wrobell@posexperts.com.pl
Peter Mount
2000-11-20
1
-3
/
+2
*
Major update part I involving delayed patches, reworked Makefile, and how
Peter Mount
2000-10-12
1
-11
/
+22
*
Back out Gunnar R|nning jdbc changes.
Bruce Momjian
2000-10-09
1
-37
/
+17
*
Okay, I have some new code in place that hopefully should work better. I
Bruce Momjian
2000-10-08
1
-17
/
+37
*
This patch implements the following command:
Bruce Momjian
2000-09-12
1
-6
/
+6
*
Attached are a patch to allow the charset encoding used by the JDBC
Bruce Momjian
2000-09-12
1
-4
/
+37
*
Added org/postgresql/DriverClass.java to the list of files removed by make cl...
Peter Mount
2000-06-06
1
-5
/
+13
*
Added some missing org.'s that prevented the use of the geometric types
Peter Mount
2000-06-06
1
-9
/
+9
*
Removed hardwired 8k limit on queries
Peter Mount
2000-06-06
1
-3
/
+5
*
Attempt III
Peter Mount
2000-04-26
1
-0
/
+752