summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/util
Commit message (Expand)AuthorAgeFilesLines
* add missing SQLState by Patrick HigginsDave Cramer2003-12-121-1/+3
* tch to make sure PSQLState is Serializable and a test case to prove itDave Cramer2003-12-111-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-298-8/+8
* More SQLState updates from Kim Ho at Redhat.Barry Lind2003-09-132-16/+20
* Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind2003-09-091-0/+5
* Opps, can't forget the new file. This is part of the last commit to applyBarry Lind2003-09-081-0/+42
* This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind2003-09-082-58/+165
* Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind2003-08-111-9/+1
* Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind2003-05-291-2/+2
* clean up warnings produced by EclipseBarry Lind2003-05-291-3/+2
* Improved error message and added some log messages in batch update functionalityBarry Lind2003-03-141-1/+12
* Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind2003-03-081-2/+2
* Cleanup and reorganization.Barry Lind2003-03-079-728/+112
* Added support for SSL in the jdbc driverBarry Lind2003-02-271-1/+1
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-041-1/+1
* schema awareness patch provided by Kris JurkaDave Cramer2002-10-011-19/+51
* Run pgjindent for Java folks.Bruce Momjian2002-09-063-18/+30
* applied patch to fix encoding bug supplied by Jun KawaiDave Cramer2002-08-161-4/+4
* Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind2002-08-161-2/+2
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-131-6/+6
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-231-12/+12
* The patch does the following:Barry Lind2002-06-111-11/+12
* Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preformingBarry Lind2002-01-051-12/+12
* This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).Barry Lind2001-11-252-5/+17
* Change 'return ;' to 'return;'; remove space.Bruce Momjian2001-11-191-1/+1
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-0/+1
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-199-110/+117
* Commit to support MD5 passwords as per the backend for 7.2. This patch was s...Barry Lind2001-11-121-0/+73
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-258-1490/+1613
* Attached is a patch to add bytea support to JDBC.Bruce Momjian2001-09-101-0/+86
* Attached is a patch for current CVS, consisting of a cvs diff -cBruce Momjian2001-09-062-35/+65
* The attached file: SerializePatch2.tgz, contains a patch forBruce Momjian2001-08-261-251/+334
* There are a number of changes. The main ones are:Bruce Momjian2001-05-241-60/+181
* Some more including the patch to DatabaseMetaData backed out by Bruce.Peter Mount2001-02-131-10/+12
* Added an alternative constructor to PGSQLException so that debuggingPeter Mount2001-01-251-0/+29
* Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-181-14/+14
* Back out Gunnar R|nning jdbc changes.Bruce Momjian2000-10-091-5/+5
* Okay, I have some new code in place that hopefully should work better. IBruce Momjian2000-10-081-5/+5
* Attached is a patch that prevents a NullPointerException in the JDBCBruce Momjian2000-09-121-6/+10
* Another attempt at 7.0Peter Mount2000-04-176-0/+1532