Commit Graph

2046 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Hiroshi Inoue b82b2db7c1 An improvement of User Interface(Setup dialog) by Dave Page. 24 years ago
Hiroshi Inoue 59e5d516aa 1) Fix a memory leak in use declare/fetch mode. 24 years ago
Hiroshi Inoue 263db2e586 Make NAMEDATALEN changeable at compile time. 24 years ago
Barry Lind d676e29d41 fix bug in getTime() with fractional seconds reported by Laurette Cisneros (laurette@nextbus.com) 24 years ago
Barry Lind f170e61d9b fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object handle was being used after the end of the transaction and thus resulting in an error. 24 years ago
Hiroshi Inoue 8831c35a19 Fix a bug reported by Zhou Han. 24 years ago
Bruce Momjian a4485ea894 Indent libpq++ as mentioned in email. Format was terrible, and this 24 years ago
Michael Meskes a3ec44a5d3 Commit old versions into main branch again. 24 years ago
Michael Meskes 9786223480 Committing parser changes. Note, however, that the development bison seems ot have a problem on my home machine. So these go in untested for the time being. But at least I have them in the archive. 24 years ago
Hiroshi Inoue c9f8704251 1) prevent setting of KSQO on 7.3+ servers(Thanks to Dave Page). 24 years ago
Barry Lind 23e5da8a48 fixed build.xml to echo correct jdbc version under ant1.6 24 years ago
Barry Lind ca4ca0b098 general cleanup of jdbc code 24 years ago
Barry Lind e37cce05b7 translation patch submitted by Zhenbang Wei forth@mail.net.tw 24 years ago
Barry Lind 895a45ae3d patch submitted by Jason Davies jason@netspade.com to provide proper java class name for a byte[] 24 years ago
Dave Cramer 393b085a72 fixed retrieval of foreign/primary keys in imported/exported keys 24 years ago
Hiroshi Inoue 20241a4c54 1) Add support for GB18030. 24 years ago
Barry Lind 12a28d12bb patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com 24 years ago
Barry Lind 33086553c0 patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@mail.net.tw) 24 years ago
Barry Lind 99aa2f8ef9 patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaData.getColumnClassName() support 24 years ago
Barry Lind c50bf0190f fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code 24 years ago
Bruce Momjian aad4cc7d0d Remove unused INET6 variable. 24 years ago
Bruce Momjian eb3901ec0d Remove INET6 from SSL. We don't support INET6 yet. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Bruce Momjian c2c2fd57ee Improve COPY syntax to use WITH clause, keep backward compatibility. 24 years ago
Bruce Momjian 134a1c8178 Use KAME accessor macros for addr8. 24 years ago
Michael Meskes 2fabb99388 Fixed parser bug concerning octal numbers in single quotes. 24 years ago
Dave Cramer 0daee96ed1 implemented refresh row 24 years ago
Tom Lane 32fecad80a Clean up gcc warnings. Avoid the bad habit of putting externs in .c 24 years ago
Bruce Momjian 79ff2e96de PATCH SSL_pending() checks in libpq/fe-misc.c: 24 years ago
Bruce Momjian 240de617fb The method PgLargeObject::LOid() is missing an implementation in the .cc 24 years ago
Bruce Momjian 2e58024066 This patch fixes a few minor problems with libpq++: remove the deprecated 24 years ago
Thomas G. Lockhart 133df7ce70 Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. 24 years ago
Dave Cramer fd8b153912 added empty result set testing 24 years ago
Dave Cramer 6e2fab0a41 added empty result set testing 24 years ago
Bruce Momjian 1ed4a922b8 Yet another SSL patch. :-) This one adds some informational messages 24 years ago
Bruce Momjian eb7afc1407 SSL patch that adds support for optional client certificates. 24 years ago
Bruce Momjian 55d053233c SSL support for ephemeral DH keys. 24 years ago
Bruce Momjian 19570420f5 UPDATED PATCH: 24 years ago
Bruce Momjian eb43af3210 Back out SSL changes. Newer patch available. 24 years ago
Bruce Momjian a9bd17616e Attached are a revised set of SSL patches. Many of these patches 24 years ago
Dave Cramer b1ac89f594 removed personal test parameters 24 years ago
Dave Cramer 5598cbf641 Added test for newly implemented updateable result sets 24 years ago
Dave Cramer 603c46d8ce changes to accomodate updateable resultset mostly just call setSqlQuery on execute 24 years ago
Dave Cramer 7873bed77c Implemented updateable result sets based on raghu nidagal implementation 24 years ago
Dave Cramer ad88ee1e04 changed some commented out messages to use the Driver.debug and fixed first to read the underlying data into rowbuffer 24 years ago
Dave Cramer 3f857600b2 added messages for updateable result sets 24 years ago
Michael Meskes 0f865e17e2 Applied Lee Kindness' patch to fix one of memory allocation with floating point numbers. 24 years ago
Hiroshi Inoue 0484700cda 1) Fix a bug *double error message*. 24 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 24 years ago
Barry Lind b465f5307f The patch does the following: 24 years ago