aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/informix.c
Commit message (Expand)AuthorAge
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-25
* Clarified copyright noticeMichael Meskes2006-06-23
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-14
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Fixed potentially uninitialized memory bug in compatlib.Michael Meskes2003-11-03
* Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes2003-10-30
* Fixed error handling in Informix compat str to date conversion.Michael Meskes2003-10-07
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-06
* Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes2003-10-03
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-22
* - Renamed my own strndup() function because of a name clash.Michael Meskes2003-09-20
* Removed superfluous return statement in get_data.Michael Meskes2003-09-19
* Some uppercase type definitions were left.Michael Meskes2003-09-10
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* pgindent run.Bruce Momjian2003-08-04
* Fix a few of the more blatantly unportable constructs in this file.Tom Lane2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-17
* Applied patch to fix two compatibility functions.Michael Meskes2003-07-16
* Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes2003-07-09
* More informix fixes.Michael Meskes2003-07-08
* Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes2003-07-02
* Fix ecpg typo --- change ;; to ;.Bruce Momjian2003-07-01
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-20
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-19
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* - Added more compatibility functions.Michael Meskes2003-05-14
* Added rfmtlong compatibility function.Michael Meskes2003-05-06
* Informix fixes.Michael Meskes2003-04-10
* Added some more informix compatibility functions.Michael Meskes2003-04-08
* Add prototype for toupper/tolower().Bruce Momjian2003-04-03
* More patches for informix compatibility.Michael Meskes2003-04-01
* Forgot two new files and one that was moved.Michael Meskes2003-03-30