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
/
jdbc2
/
ResultSet.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
-1802
/
+0
*
fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...
Barry Lind
2002-07-10
1
-5
/
+22
*
patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...
Barry Lind
2002-06-24
1
-2
/
+2
*
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...
Barry Lind
2002-06-24
1
-8
/
+16
*
changed some commented out messages to use the Driver.debug and fixed first t...
Dave Cramer
2002-06-13
1
-5
/
+59
*
fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...
Barry Lind
2002-06-07
1
-1
/
+1
*
applied patch from Liam Stewart fixing a message in the properties file
Barry Lind
2002-03-27
1
-0
/
+3
*
patch from Alexey Slynko
Dave Cramer
2002-03-15
1
-0
/
+2
*
Added a check for not calling next() before getting objects from the result set,
Dave Cramer
2002-03-09
1
-8
/
+7
*
Patch from Ryouichi Matsuda
Dave Cramer
2002-03-05
1
-17
/
+26
*
Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preforming
Barry Lind
2002-01-05
1
-1
/
+1
*
Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
Barry Lind
2001-12-11
1
-79
/
+75
*
This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).
Barry Lind
2001-11-25
1
-1
/
+1
*
Indent jdbc case labels using pgjindent.
Bruce Momjian
2001-11-19
1
-87
/
+99
*
JDBC indenting, comment cleanups.
Bruce Momjian
2001-11-19
1
-37
/
+37
*
Attached is a patch against the CVS repository that fixes the ResultSet absol...
Barry Lind
2001-11-14
1
-8
/
+17
*
fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...
Barry Lind
2001-11-12
1
-2
/
+39
*
fixed change in behavior introduced in bytea / getBytes changes. This patch ...
Barry Lind
2001-10-30
1
-19
/
+31
*
pgjindent jdbc files. First time jdbc files were formatted.
Bruce Momjian
2001-10-25
1
-1377
/
+1449
*
This patch fixes a bug introduced in the jdbc bytea support patch.
Barry Lind
2001-10-09
1
-6
/
+9
*
Attached is a patch which deals with
Bruce Momjian
2001-10-04
1
-1
/
+7
*
Allow '1' in jdbc2 boolean test.
Bruce Momjian
2001-09-14
1
-1
/
+1
*
Didn't want that jdbc patch in there yet.
Bruce Momjian
2001-09-13
1
-1
/
+1
*
> I found a problem with PQescapeString (I think). Since it escapes
Bruce Momjian
2001-09-13
1
-1
/
+1
*
Attached is a patch to add bytea support to JDBC.
Bruce Momjian
2001-09-10
1
-14
/
+89
*
Patch for jdbc2 ResultSet.java. Looks like performance improvement.
Bruce Momjian
2001-09-07
1
-15
/
+20
*
Attached is a patch to fix the current issues with building under jdbc1.
Bruce Momjian
2001-08-24
1
-3
/
+3
*
Attached is a simple one line patch for the problem reported in the
Bruce Momjian
2001-08-22
1
-2
/
+1
*
Thanks for your feedback (and patience). Enclosed is my third
Bruce Momjian
2001-08-17
1
-189
/
+183
*
JDBC encoding additions.
Bruce Momjian
2001-07-21
1
-20
/
+6
*
Got two patches that were found by folks on the Castor list, that we'd like to
Bruce Momjian
2001-06-11
1
-0
/
+3
*
I just got bitten by this too. I use type timestamp in the
Bruce Momjian
2001-05-30
1
-4
/
+14
*
Attached is a patch to fix the problem Thomas mentions below. The JDBC
Bruce Momjian
2001-05-28
1
-0
/
+22
*
Included is a patch that fixes a bug introduced in the lastest version
Bruce Momjian
2001-05-17
1
-4
/
+4
*
Change the line:
Bruce Momjian
2001-05-16
1
-1
/
+1
*
Some more updates...
Peter Mount
2001-02-16
1
-37
/
+53
*
Some more including the patch to DatabaseMetaData backed out by Bruce.
Peter Mount
2001-02-13
1
-40
/
+22
*
Some updates prior to retrieving a fresh cvs copy:
Peter Mount
2001-02-07
1
-0
/
+1
*
Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-31
1
-0
/
+9
*
Attached is a revised patch that removes the static SimpleDateFormat
Bruce Momjian
2001-01-24
1
-24
/
+38
*
Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-18
1
-36
/
+69
*
Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.uk
Peter Mount
2001-01-18
1
-184
/
+242
*
Backed out:
Bruce Momjian
2001-01-13
1
-45
/
+27
*
Attached is a set of patches for a couple of bugs dealing with
Bruce Momjian
2001-01-13
1
-27
/
+45
*
Attached are patches for two fixes to reduce memory usage by the JDBC
Bruce Momjian
2000-12-28
1
-1
/
+2
*
the bug was not fixed in the snapshot of November 5th. Also the enterprise
Bruce Momjian
2000-11-10
1
-5
/
+15
*
Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...
Peter Mount
2000-11-01
1
-2
/
+3
*
Some more getTimestamp() fixes
Peter Mount
2000-10-17
1
-1
/
+17
*
Major update part I involving delayed patches, reworked Makefile, and how
Peter Mount
2000-10-12
1
-0
/
+5
*
Attached are a patch to allow the charset encoding used by the JDBC
Bruce Momjian
2000-09-12
1
-1
/
+10
[next]