summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2002-06-25fixed retrieval of foreign/primary keys in imported/exported keysDave Cramer
2002-06-251) Add support for GB18030.Hiroshi Inoue
2002-06-24patch to add support for callable statements to the jdbc driver. The patch w...Barry Lind
2002-06-24patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@...Barry Lind
2002-06-24patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind
2002-06-24fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind
2002-06-23Remove unused INET6 variable.Bruce Momjian
2002-06-23Remove INET6 from SSL. We don't support INET6 yet.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-17Use KAME accessor macros for addr8.Bruce Momjian
2002-06-17Fixed parser bug concerning octal numbers in single quotes.Michael Meskes
2002-06-16implemented refresh rowDave Cramer
2002-06-15Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane
2002-06-15PATCH SSL_pending() checks in libpq/fe-misc.c:Bruce Momjian
2002-06-15The method PgLargeObject::LOid() is missing an implementation in the .ccBruce Momjian
2002-06-15This patch fixes a few minor problems with libpq++: remove the deprecatedBruce Momjian
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart
2002-06-14added empty result set testingDave Cramer
2002-06-14added empty result set testingDave Cramer
2002-06-14Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14SSL support for ephemeral DH keys.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-13removed personal test parametersDave Cramer
2002-06-13Added test for newly implemented updateable result setsDave Cramer
2002-06-13changes to accomodate updateable resultset mostly just call setSqlQuery on ex...Dave Cramer
2002-06-13Implemented updateable result sets based on raghu nidagal implementationDave Cramer
2002-06-13changed some commented out messages to use the Driver.debug and fixed first t...Dave Cramer
2002-06-13added messages for updateable result setsDave Cramer
2002-06-12Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes
2002-06-121) Fix a bug *double error message*.Hiroshi Inoue
2002-06-11Katherine Ward wrote:Jan Wieck