summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2003-11-03Fixed potentially uninitialized memory bug in compatlib.Michael Meskes
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-10-31If EOF is found inside a string/comment/etc. stop parsing.Michael Meskes
2003-10-30Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-10-26Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes
2003-10-22Add missing semicolon, per Johann Uhrmann.Tom Lane
2003-10-21Cope with platforms that offer LONGLONG_MIN in place of the C99-specTom Lane
2003-10-20Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes
2003-10-19Check for both Informix modes when parsing include files.Michael Meskes
2003-10-12Added missing "commit" in test case.Michael Meskes
2003-10-08Removed my debug printf() call from numeric.cMichael Meskes
2003-10-07Fixed floating point exception in long=>numeric conversion.Michael Meskes
2003-10-07Add missing include file.Peter Eisentraut
2003-10-07Fixed error handling in Informix compat str to date conversion.Michael Meskes
2003-10-06- Fixed constant listing in execute using clause.Michael Meskes
2003-10-05Fixed bug in day of week processing.Michael Meskes
2003-10-04Format help message internally consistent.Peter Eisentraut
2003-10-03Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane
2003-10-03Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-26Fixed segfault after error in parsing precision argument.Michael Meskes
2003-09-24Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.Bruce Momjian
2003-09-23- Changed struct definition handling so "struct foo {}" always gets defined.Michael Meskes
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-09-21Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.Tom Lane
2003-09-20- Renamed my own strndup() function because of a name clash.Michael Meskes
2003-09-20- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes
2003-09-19One small typo in preprocessor.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-16I don't care whether it's informix-compatible or not: #defining a wordTom Lane
2003-09-10Some uppercase type definitions were left.Michael Meskes
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-09-05Improve prototype casting for thread calls.Bruce Momjian
2003-09-01Fixed two bugs in pgtypes library.Michael Meskes
2003-08-26Fixed connect statement with username in variable.Michael Meskes
2003-08-25Synced parser and fixed a bug in error output to log file.Michael Meskes
2003-08-24Add macros for error result fields to libpq.Peter Eisentraut
2003-08-08Fix null checking of type decimal datums without indicator in InformixPeter Eisentraut
2003-08-08Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut
2003-08-08Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut
2003-08-07Clean up function header.Bruce Momjian
2003-08-07Make table column type TEXT.Bruce Momjian
2003-08-07Add iteration option to thread test program.Bruce Momjian
2003-08-07Update ecpg thread testing program to be more automated.Bruce Momjian
2003-08-07Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian
2003-08-07Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpgBruce Momjian
2003-08-06Fix compiler-detected problem for Alphas: it seems strlen returnsTom Lane