summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-16Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness.Bruce Momjian
2002-08-15This fixes some text as well as enforces the use of "drop table cascade"Bruce Momjian
2002-08-15Well, that certainly appeared to be very straight forward. pg.py andBruce Momjian
2002-08-15http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and neverBruce Momjian
2002-08-15I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian
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-08-09Change LOCK statements to start new transactionHiroshi Inoue
2002-08-011) Improve the handling of the queries like (select ..) union (select ..)Hiroshi Inoue
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-07-30added tests for crossReferencesDave Cramer
2002-07-30changed test user back to testDave Cramer
2002-07-30Added DataSource code and tests submitted by Aaron MulderDave Cramer
2002-07-30changes for new DatasourceDave Cramer
2002-07-30Fix a bug about automatic client_encoding setting.Hiroshi Inoue
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-26Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue
2002-07-26Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind
2002-07-25Third phase of restructuring to add jdbc3 support.Barry Lind
2002-07-24Second phase of restructuring to add jdbc3 support.Barry Lind
2002-07-23Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind
2002-07-21Fixed some minor typos.Michael Meskes
2002-07-21Re-Committed old file.Michael Meskes
2002-07-20Synced parser yet again.Michael Meskes
2002-07-20Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian
2002-07-18Fix for PgTransaction class to make these visible to C apps:Bruce Momjian
2002-07-18Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-15Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue
2002-07-12Changed getCrossReference to return information about each composite key sepe...Dave Cramer
2002-07-12An improvement of User Interface(Setup dialog) by Dave Page.Hiroshi Inoue
2002-07-121) Fix a memory leak in use declare/fetch mode.Hiroshi Inoue
2002-07-11Make NAMEDATALEN changeable at compile time.Hiroshi Inoue
2002-07-10fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind
2002-07-05fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object ...Barry Lind
2002-07-05Fix a bug reported by Zhou Han.Hiroshi Inoue
2002-07-02Indent libpq++ as mentioned in email. Format was terrible, and thisBruce Momjian
2002-07-01Commit old versions into main branch again.Michael Meskes
2002-06-30Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes
2002-06-281) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page).Hiroshi Inoue
2002-06-27fixed build.xml to echo correct jdbc version under ant1.6Barry Lind
2002-06-27general cleanup of jdbc codeBarry Lind
2002-06-26translation patch submitted by Zhenbang Wei forth@mail.net.twBarry Lind
2002-06-26patch submitted by Jason Davies jason@netspade.com to provide proper java cla...Barry Lind