aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
Commit message (Expand)AuthorAge
* case sensitive updates by Kris JurkaDave Cramer2002-12-23
* mike beachy's patch for statement handlingDave Cramer2002-12-20
* patch for null table in getPrimaryKeysDave Cramer2002-12-20
* patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer2002-12-11
* Mike Beachy's build patch to allow ant builds without makeDave Cramer2002-12-11
* Aaron's patch for Pooled ConnectionsDave Cramer2002-12-11
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-05
* Fix a dumb cut and paste error from my last commit and update some of theBarry Lind2002-11-20
* Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind2002-11-20
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-14
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-11
* Applied two patches from Kris Jurka.Barry Lind2002-11-04
* Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind2002-10-30
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-25
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-20
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-20
* Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind2002-10-19
* Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind2002-10-19
* Fix in updateable result sets to handle binding null values correctlyBarry Lind2002-10-17
* Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind2002-10-17
* fixed missing apostropheDave Cramer2002-10-08
* test files added by Kris JurkaDave Cramer2002-10-01
* Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind2002-10-01
* schema awareness patch provided by Kris JurkaDave Cramer2002-10-01
* Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind2002-09-25
* Added regression test for using server side prepared statements in jdbcBarry Lind2002-09-14
* Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind2002-09-11
* Fixed DatabaseMetaData to correctly handle NAME size of 64Barry Lind2002-09-08
* Run pgjindent for Java folks.Bruce Momjian2002-09-06
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* JDBC checkin fixing the following bugs:Barry Lind2002-09-02
* patch from Thomas O'Dowd to ensure that connections are closedDave Cramer2002-09-01
* testing for insertRowDave Cramer2002-09-01
* patch to allow insertRow on an empty resultSetDave Cramer2002-09-01
* Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer2002-09-01
* Enhancements to how queries with bind values are stored internally and sent toBarry Lind2002-08-23
* Removed code that is no longer used and has been commented outBarry Lind2002-08-20
* removed duplicate code from jdbc2 classesDave Cramer2002-08-16
* applied patch to fix encoding bug supplied by Jun KawaiDave Cramer2002-08-16
* Applied patch for MD5 bug submitted by Jun KawaiDave Cramer2002-08-16
* Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind2002-08-16
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-14
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* added tests for crossReferencesDave Cramer2002-07-30
* changed test user back to testDave Cramer2002-07-30
* Added DataSource code and tests submitted by Aaron MulderDave Cramer2002-07-30
* changes for new DatasourceDave Cramer2002-07-30
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-26
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-25
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-24