summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java
Commit message (Expand)AuthorAgeFilesLines
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-201-2/+2
* The patch does the following:Barry Lind2002-06-111-3/+2
* change table name to lower case in getColumnsDave Cramer2002-06-061-4/+4
* patch from Mitchel Friedman to fix getTablesDave Cramer2002-03-051-4/+11
* patch from Vicktor to fix Numeric decimal digits in getColumnsDave Cramer2002-03-051-5/+8
* Patch from Cormac TwomeyDave Cramer2002-02-221-5/+11
* Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer2002-01-181-54/+56
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-125/+145
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-191-203/+203
* Jason Davies patch to getImported/getExported keysDave Cramer2001-11-091-147/+108
* proper select for Jason Davies patch to getImportedKeysDave Cramer2001-11-021-113/+150
* applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ...Barry Lind2001-10-301-2/+14
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-251-2716/+2742
* fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...Barry Lind2001-10-241-3/+4
* Per the recent discussion there's been some code changes in JDBC'sBruce Momjian2001-09-291-98/+108
* On Fri, 07 Sep 2001 01:34:46 -0400, Tom Lane wrote:Bruce Momjian2001-09-101-108/+98
* > Patch applied. Thanks.Bruce Momjian2001-09-061-3/+1
* Attached is a patch for JDBC's getColumn() function that was broken /Bruce Momjian2001-09-061-93/+112
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-1/+1
* Attached is a patch to fix the current issues with building under jdbc1.Bruce Momjian2001-08-241-2/+2
* >Bruce Momjian2001-08-211-9/+14
* This patch updates some comments in the DatabaseMetaData classes toBruce Momjian2001-08-171-6/+9
* Attached is the patch requested by Tom Lane (see below). ItBruce Momjian2001-08-171-20/+32
* Attached is a patch that does the following:Bruce Momjian2001-08-041-29/+13
* DatabaseMetaData.getColumns() doesn't appear to get the defaultBruce Momjian2001-07-211-2/+2
* Implement DatabaseMetaData.getCatalogs()Peter Eisentraut2001-07-081-8/+1
* Bring DatabaseMetaData feature tests up to date:Peter Eisentraut2001-07-081-89/+138
* Sync with jdbc2, remove gratuitous white space differences.Peter Eisentraut2001-07-071-245/+242
* Fix for Druid. We did not support some PROCEDURE queries.Bruce Momjian2001-05-301-1/+1
* Fix pg_index statistics query to join proper relation.Bruce Momjian2001-05-171-1/+1
* Cleanup of backpatch of jdbc2 improvements to jdbc1:Bruce Momjian2001-05-171-13/+14
* Fix for HASH for index lookups in ODBC.Bruce Momjian2001-05-161-7/+60
* I was trying to get a very nice FREE graphical db tool called DbVisualizerBruce Momjian2001-05-161-1/+4
* Backpatch getImportedKeys to jdbc1.Bruce Momjian2001-05-161-3/+110
* Backpatch ORDER BY fix to jdbc1.Bruce Momjian2001-05-161-1/+1
* Remove last code that assumed xinv/xinx are large object files.Bruce Momjian2001-02-091-6/+4
* Removed the 8k row limit reported by DatabaseMetaDataPeter Mount2001-01-241-7/+7
* Allow jdbc to return proper server version numberBruce Momjian2000-11-251-8/+8
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-121-4/+4
* Back out Gunnar R|nning jdbc changes.Bruce Momjian2000-10-091-8/+8
* Okay, I have some new code in place that hopefully should work better. IBruce Momjian2000-10-081-8/+8
* As if my JDBC patch hasn't already caused enough grief, there is now aBruce Momjian2000-09-121-1/+1
* This patch implements the following command:Bruce Momjian2000-09-121-95/+95
* Applied to jdbc1 and jdbc2.Bruce Momjian2000-09-121-3/+18
* This patch for the 7.0.2 JDBC interface addresses four issues IBruce Momjian2000-09-121-6/+7
* Fixed DatabaseMetaData.getTableTypes()Peter Mount2000-07-201-1/+1
* Another attempt at 7.0Peter Mount2000-04-171-0/+2526