summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-03-26applied patch submitted by Florian ([email protected]) for BigDecimal s...Barry Lind
2002-03-26Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind
2002-03-26Further changes following discussion on INTERFACES mailing list:D'Arcy J.M. Cain
2002-03-25Fix for ODBC compile warnings.Bruce Momjian
2002-03-24Indenting #if commands is not portable, is it?Tom Lane
2002-03-21Fix minor syntax error.Tom Lane
2002-03-21Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes
2002-03-21Two versions of QueryExecutor, currently only version 2 works 100%Dave Cramer
2002-03-21modifications to the way the protocol is handled to be consistent withDave Cramer
2002-03-21Part of Anders Bengtsson's patch to clean up Connection.javaDave Cramer
2002-03-21Applied Anders patch to move the startup code out of Connection into StartupP...Dave Cramer
2002-03-20Just one more test case.Michael Meskes
2002-03-20PyGreSQL causes a segfault when used with a Python executable that wasD'Arcy J.M. Cain
2002-03-19Bump version number to match tree.D'Arcy J.M. Cain
2002-03-19Fix name in comments and add info about this module's place in PyGreSQL.D'Arcy J.M. Cain
2002-03-19Add missing trailing semicolons to ecpg rules.Bruce Momjian
2002-03-19>Added ServerEncodingBruce Momjian
2002-03-19> I am backing out this patch. Please resubmit with this corrected. Thanks.Bruce Momjian
2002-03-19applied patch from Liam StewartDave Cramer
2002-03-18Fixes bug where query hangs if there is an error in the query, went back toDave Cramer
2002-03-16fixed QueryExecuter to deal with multiple errorsDave Cramer
2002-03-15Manually clean up indenting of ecpg lex/yacc files, OK'ed by MichaelBruce Momjian
2002-03-15patch from Alexey SlynkoDave Cramer
2002-03-141) Internal improvements to handle updatable cursors(1st cut).Hiroshi Inoue
2002-03-11Inlined a patch to add the libpq setNoticeProcessor capability toBruce Momjian
2002-03-11Changed the version numbers, but did not commit the Makefiles.Michael Meskes
2002-03-11Bug fixes for the 2002-03-08 change.Hiroshi Inoue
2002-03-10Fixed two bugs in define command in pgc.lMichael Meskes
2002-03-10Disable brackets in multi-statement rules, as discussed.Bruce Momjian
2002-03-09Added a check for not calling next() before getting objects from the result set,Dave Cramer
2002-03-09Here is a small patch that cleans up some error reporting in the JDBC driver....Dave Cramer
2002-03-08Remove compile errors.Hiroshi Inoue
2002-03-081) Implement SQLParamOptions().Hiroshi Inoue
2002-03-06Add libpgeasy example file.Bruce Momjian
2002-03-06Synced parser with backend.Michael Meskes
2002-03-06Change made to elog:Bruce Momjian
2002-03-06 changed Cancel to cancelDave Cramer
2002-03-05backed out changes for cancel, no need to look for two 'Z' responsesDave Cramer
2002-03-05Patch by Nicolas Verger to correctly propogate SQLWarning to the Statement an...Dave Cramer
2002-03-05fixed cancel query bug introduced by patchDave Cramer
2002-03-05At this moment, --enable-debug adds debugging information to most of theBruce Momjian
2002-03-05Back out old version and update with newer patch of:Bruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-03-05Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian
2002-03-05Doug Fields patch to prevent exception being thrown on zero length arraysDave Cramer
2002-03-05patch from Zhenbang WeiDave Cramer
2002-03-05Patch from Ryouichi MatsudaDave Cramer
2002-03-05 patch from Mitchel Friedman to fix getTablesDave Cramer
2002-03-05 patch from Vicktor to fix Numeric decimal digits in getColumnsDave Cramer
2002-03-05Back out python patch:Bruce Momjian