summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/informix.c
AgeCommit message (Expand)Author
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-03-14- Fixed Informix compat math functions to cope with the situationsMichael Meskes
2004-01-04Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane
2003-12-18Forgot to change one compatlib.h.Peter Eisentraut
2003-11-03Fixed potentially uninitialized memory bug in compatlib.Michael Meskes
2003-10-30Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes
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-03Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-09-20- Renamed my own strndup() function because of a name clash.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
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-08-04pgindent run.Bruce Momjian
2003-08-01Fix a few of the more blatantly unportable constructs in this file.Tom Lane
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-07-17Fixed some bugs in Informix compat functions.Michael Meskes
2003-07-16Applied patch to fix two compatibility functions.Michael Meskes
2003-07-09Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes
2003-07-08More informix fixes.Michael Meskes
2003-07-02Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes
2003-07-01Fix ecpg typo --- change ;; to ;.Bruce Momjian
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-20Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes
2003-06-19Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-06Added rfmtlong compatibility function.Michael Meskes
2003-04-10Informix fixes.Michael Meskes
2003-04-08Added some more informix compatibility functions.Michael Meskes
2003-04-03Add prototype for toupper/tolower().Bruce Momjian
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-30Forgot two new files and one that was moved.Michael Meskes