aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30
* added tests for crossReferencesDave Cramer2002-07-30
* changed test user back to testDave Cramer2002-07-30
* Added DataSource code and tests submitted by Aaron MulderDave Cramer2002-07-30
* changes for new DatasourceDave Cramer2002-07-30
* Fix a bug about automatic client_encoding setting.Hiroshi Inoue2002-07-30
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Fix a bug about the handling of CX parameter of the connection stringHiroshi Inoue2002-07-26
* Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind2002-07-26
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-25
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-24
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-23
* Fixed some minor typos.Michael Meskes2002-07-21
* Re-Committed old file.Michael Meskes2002-07-21
* Synced parser yet again.Michael Meskes2002-07-20
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-20
* Fix for PgTransaction class to make these visible to C apps:Bruce Momjian2002-07-18
* Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian2002-07-18
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind2002-07-16
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue2002-07-15
* Changed getCrossReference to return information about each composite key sepe...Dave Cramer2002-07-12
* An improvement of User Interface(Setup dialog) by Dave Page.Hiroshi Inoue2002-07-12
* 1) Fix a memory leak in use declare/fetch mode.Hiroshi Inoue2002-07-12
* Make NAMEDATALEN changeable at compile time.Hiroshi Inoue2002-07-11
* fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind2002-07-10
* fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object ...Barry Lind2002-07-05
* Fix a bug reported by Zhou Han.Hiroshi Inoue2002-07-05
* Indent libpq++ as mentioned in email. Format was terrible, and thisBruce Momjian2002-07-02
* Commit old versions into main branch again.Michael Meskes2002-07-01
* Committing parser changes. Note, however, that the development bison seems ot...Michael Meskes2002-06-30
* 1) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page).Hiroshi Inoue2002-06-28
* fixed build.xml to echo correct jdbc version under ant1.6Barry Lind2002-06-27
* general cleanup of jdbc codeBarry Lind2002-06-27
* translation patch submitted by Zhenbang Wei forth@mail.net.twBarry Lind2002-06-26
* patch submitted by Jason Davies jason@netspade.com to provide proper java cla...Barry Lind2002-06-26
* fixed retrieval of foreign/primary keys in imported/exported keysDave Cramer2002-06-25
* 1) Add support for GB18030.Hiroshi Inoue2002-06-25
* patch to add support for callable statements to the jdbc driver. The patch w...Barry Lind2002-06-24
* patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@...Barry Lind2002-06-24
* patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind2002-06-24
* fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind2002-06-24
* Remove unused INET6 variable.Bruce Momjian2002-06-23
* Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian2002-06-23
* Update copyright to 2002.Bruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Use KAME accessor macros for addr8.Bruce Momjian2002-06-17
* Fixed parser bug concerning octal numbers in single quotes.Michael Meskes2002-06-17
* implemented refresh rowDave Cramer2002-06-16