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