summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql
AgeCommit message (Expand)Author
2003-02-04applied patch from Oliver JowettDave Cramer
2003-02-04Two patches from Kris Jurka. One fixes a problem with incorrect type for doubleBarry Lind
2003-02-04Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind
2003-01-23added fix from Joel Hock to get the inserted row into the current bufferDave Cramer
2003-01-14Bumped up build number to 200Barry Lind
2003-01-14Patch from Florian Wunderlich to correctly support java Timestamps. PreviouslyBarry Lind
2003-01-14Patch from Aaron Mulder to have pooled connections implement PGConnectionBarry Lind
2003-01-14Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind
2002-12-23case sensitive updates by Kris JurkaDave Cramer
2002-12-20mike beachy's patch for statement handlingDave Cramer
2002-12-20patch for null table in getPrimaryKeysDave Cramer
2002-12-11patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer
2002-12-11Aaron's patch for Pooled ConnectionsDave Cramer
2002-12-05changed sort of column names to sort by attnum, not attnameDave Cramer
2002-11-20Fix a dumb cut and paste error from my last commit and update some of theBarry Lind
2002-11-20Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind
2002-11-14Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind
2002-11-11Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind
2002-11-04Applied two patches from Kris Jurka.Barry Lind
2002-10-30Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind
2002-10-25Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind
2002-10-20Applied patch from Teofilis Martisius to improve performance.Barry Lind
2002-10-19Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind
2002-10-19Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind
2002-10-17Fix in updateable result sets to handle binding null values correctlyBarry Lind
2002-10-17Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind
2002-10-08fixed missing apostropheDave Cramer
2002-10-01test files added by Kris JurkaDave Cramer
2002-10-01Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind
2002-10-01schema awareness patch provided by Kris JurkaDave Cramer
2002-09-25Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind
2002-09-14Added regression test for using server side prepared statements in jdbcBarry Lind
2002-09-11Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind
2002-09-08Fixed DatabaseMetaData to correctly handle NAME size of 64Barry Lind
2002-09-06Run pgjindent for Java folks.Bruce Momjian
2002-09-02JDBC checkin fixing the following bugs:Barry Lind
2002-09-01patch from Thomas O'Dowd to ensure that connections are closedDave Cramer
2002-09-01testing for insertRowDave Cramer
2002-09-01patch to allow insertRow on an empty resultSetDave Cramer
2002-09-01Changed to reflect the current reality, ie we do support updateable resultsetsDave Cramer
2002-08-23Enhancements to how queries with bind values are stored internally and sent toBarry Lind
2002-08-20Removed code that is no longer used and has been commented outBarry Lind
2002-08-16removed duplicate code from jdbc2 classesDave Cramer
2002-08-16applied patch to fix encoding bug supplied by Jun KawaiDave Cramer
2002-08-16Applied patch for MD5 bug submitted by Jun KawaiDave Cramer
2002-08-16Performance tweaks to StringBuffer suggested by hhaag@gmx.deBarry Lind
2002-08-14Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-07-30added tests for crossReferencesDave Cramer
2002-07-30Added DataSource code and tests submitted by Aaron MulderDave Cramer