summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
Commit message (Expand)AuthorAgeFilesLines
* JDBC is now on GBorgPostgreSQL Daemon2004-01-191-2309/+0
* add missing SQLState by Patrick HigginsDave Cramer2003-12-121-2/+2
* binary stream patch by Kris Jurka fixes empty stream failureDave Cramer2003-12-121-1/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatic...Dave Cramer2003-10-291-187/+250
* Protected access to variable m_preparedCount via synchronizedJan Wieck2003-10-091-3/+11
* Fix to properly handle timezone offsets that are partial hours. If the offsetBarry Lind2003-09-231-4/+11
* Applied patch from Oliver Jowett to clean up some instances where the wrongBarry Lind2003-09-181-24/+35
* Applied patch from Kim Ho at redhat to improve boolean and bit handlingBarry Lind2003-09-171-4/+8
* More SQLState updates from Kim Ho at Redhat.Barry Lind2003-09-131-10/+10
* Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind2003-09-091-13/+13
* This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind2003-09-081-8/+9
* Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind2003-08-261-2/+2
* Applied patches from Oliver Jowett to fix the following bugs:Barry Lind2003-08-241-8/+17
* Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind2003-08-111-2/+2
* Sometimes the third time is the charm. Third try to fix the sql injectionBarry Lind2003-08-071-20/+17
* Fixes additional sql injection vulnerabilities reported by Oliver JowettBarry Lind2003-07-241-7/+19
* Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind2003-07-221-23/+41
* Applied patch from Kim Ho @ redhat.com to make support for setObject() moreBarry Lind2003-07-091-5/+129
* patches by Kim Ho to fixDave Cramer2003-06-301-2/+9
* Patches applied:Barry Lind2003-06-301-1/+3
* Applied patch from Fernando Nasser to fix up small type errorBarry Lind2003-05-291-2/+2
* 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-8/+20
* Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind2003-05-031-1/+3
* Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind2003-04-171-31/+3
* Applied patch submitted by Nic Ferrier with some cleanups of his previousBarry Lind2003-04-131-109/+81
* Cleanup and reorganization.Barry Lind2003-03-071-66/+60
* Better error message on character set mismatches during conversion to unicode.Barry Lind2003-02-091-3/+8
* Two patches from Kris Jurka. One fixes a problem with incorrect type for doubleBarry Lind2003-02-041-4/+7
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-041-20/+156
* Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind2002-11-201-2/+2
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-141-10/+87
* Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind2002-10-191-25/+7
* schema awareness patch provided by Kris JurkaDave Cramer2002-10-011-3/+3
* Added regression test for using server side prepared statements in jdbcBarry Lind2002-09-141-1/+2
* Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind2002-09-111-1/+9
* Fixed DatabaseMetaData to correctly handle NAME size of 64Barry Lind2002-09-081-6/+44
* Run pgjindent for Java folks.Bruce Momjian2002-09-061-322/+376
* JDBC checkin fixing the following bugs:Barry Lind2002-09-021-26/+133
* Enhancements to how queries with bind values are stored internally and sent toBarry Lind2002-08-231-112/+101
* Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind2002-08-161-3/+5
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-251-10/+394
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-241-2/+834
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-231-0/+471