aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Made sure an internal array is not treated as a user defined one.Michael Meskes2003-11-08
* - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes2003-09-20
* Removed superfluous return statement in get_data.Michael Meskes2003-09-19
* - Accept output variables for FETCH in DECLARE statement.Michael Meskes2003-09-18
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Added more compat stuff ot the parser.Michael Meskes2003-07-18
* Allow blanks at the end of numerical values.Michael Meskes2003-07-17
* More informix fixes.Michael Meskes2003-07-08
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Added missing terminating '\0' char for data put into char *.Michael Meskes2003-06-22
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-19
* Make ecpg thread safe.Bruce Momjian2003-06-15
* More patches for informix compatibility.Michael Meskes2003-04-01
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-27
* Started adding date and timestamp.Michael Meskes2003-03-20
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16