summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
Commit message (Expand)AuthorAgeFilesLines
* JDBC is now on GBorgPostgreSQL Daemon2004-01-191-3660/+0
* patch to fix returning he information schema as a system object by Kris JurkaDave Cramer2003-12-121-10/+10
* metadata encoding patch from Kris JurkaDave Cramer2003-12-121-56/+65
* patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer2003-12-111-1/+53
* accept url and fk action fix from Kris JurkaDave Cramer2003-11-031-1/+3
* Fixed jdbc to correctly report that constraints are supportedBarry Lind2003-09-171-3/+3
* Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind2003-09-091-2/+3
* patches by Kim Ho to fixDave Cramer2003-06-301-1/+1
* clean up warnings produced by EclipseBarry Lind2003-05-291-2/+1
* Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind2003-04-171-14/+36
* added DISTINCT to the query to get cross reference. This is required when two...Dave Cramer2003-03-251-2/+2
* Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind2003-03-241-3/+7
* Cleanup and reorganization.Barry Lind2003-03-071-10/+11
* applied Kris Jurka's patch for numericDave Cramer2003-02-071-1/+1
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-041-9/+13
* Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind2003-01-141-84/+55
* patch for null table in getPrimaryKeysDave Cramer2002-12-201-3/+5
* patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer2002-12-111-11/+25
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-051-1/+1
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-111-2/+2
* Applied two patches from Kris Jurka.Barry Lind2002-11-041-33/+27
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-251-8/+13
* fixed missing apostropheDave Cramer2002-10-081-2/+2
* schema awareness patch provided by Kris JurkaDave Cramer2002-10-011-618/+1033
* Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind2002-09-111-4/+13
* Fixed DatabaseMetaData to correctly handle NAME size of 64Barry Lind2002-09-081-87/+88
* Run pgjindent for Java folks.Bruce Momjian2002-09-061-511/+590
* removed duplicate code from jdbc2 classesDave Cramer2002-08-161-252/+518
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-141-0/+1
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-261-0/+2809