summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian2002-08-152-18/+119
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-1451-3153/+2955
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-132-7/+7
* Change LOCK statements to start new transactionHiroshi Inoue2002-08-092-1/+5
* 1) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue2002-08-013-2/+49
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-14/+7
* added tests for crossReferencesDave Cramer2002-07-301-6/+58
* changed test user back to testDave Cramer2002-07-301-2/+2
* Added DataSource code and tests submitted by Aaron MulderDave Cramer2002-07-3010-0/+1572
* changes for new DatasourceDave Cramer2002-07-302-10/+25
* Fix a bug about automatic client_encoding setting.Hiroshi Inoue2002-07-302-0/+2
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-274-36/+9
* Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue2002-07-264-4/+6
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-2614-154/+114
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-2517-3123/+1873
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-2413-1950/+1072
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-2348-4522/+3033
* Fixed some minor typos.Michael Meskes2002-07-212-13/+2
* Re-Committed old file.Michael Meskes2002-07-211-226/+859
* Synced parser yet again.Michael Meskes2002-07-205-880/+272
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-208-9/+44
* Fix for PgTransaction class to make these visible to C apps:Bruce Momjian2002-07-181-4/+4
* Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian2002-07-181-14/+19
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-11/+1
* fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind2002-07-163-73/+135
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-151-16/+3
* Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue2002-07-151-1/+1
* Changed getCrossReference to return information about each composite key sepe...Dave Cramer2002-07-121-35/+20
* An improvement of User Interface(Setup dialog) by Dave Page.Hiroshi Inoue2002-07-123-588/+405
* 1) Fix a memory leak in use declare/fetch mode.Hiroshi Inoue2002-07-124-14/+30
* Make NAMEDATALEN changeable at compile time.Hiroshi Inoue2002-07-113-10/+15
* fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind2002-07-104-27/+56
* fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object ...Barry Lind2002-07-051-1/+6
* Fix a bug reported by Zhou Han.Hiroshi Inoue2002-07-051-1/+1
* Indent libpq++ as mentioned in email. Format was terrible, and thisBruce Momjian2002-07-0219-915/+982
* Commit old versions into main branch again.Michael Meskes2002-07-013-207/+119
* Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes2002-06-303-119/+207
* 1) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page).Hiroshi Inoue2002-06-284-9/+22
* fixed build.xml to echo correct jdbc version under ant1.6Barry Lind2002-06-271-4/+8
* general cleanup of jdbc codeBarry Lind2002-06-271-48/+3
* translation patch submitted by Zhenbang Wei forth@mail.net.twBarry Lind2002-06-261-5/+13
* patch submitted by Jason Davies jason@netspade.com to provide proper java cla...Barry Lind2002-06-261-1/+1
* fixed retrieval of foreign/primary keys in imported/exported keysDave Cramer2002-06-251-4/+4
* 1) Add support for GB18030.Hiroshi Inoue2002-06-253-1/+22
* patch to add support for callable statements to the jdbc driver. The patch w...Barry Lind2002-06-246-42/+396
* patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@...Barry Lind2002-06-241-5/+11
* patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind2002-06-243-33/+61
* fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind2002-06-243-14/+30
* Remove unused INET6 variable.Bruce Momjian2002-06-231-2/+1
* Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian2002-06-231-10/+1