summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
Commit message (Expand)AuthorAgeFilesLines
* Add localization support to ecpg.Peter Eisentraut2008-05-161-8/+8
* pgindent run for 8.3.Bruce Momjian2007-11-151-23/+23
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-031-31/+31
* Added some more error logging.Michael Meskes2007-05-101-1/+10
* Simplified regression handlingMichael Meskes2007-01-121-3/+1
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-111-19/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-433/+436
* Fixed of by one variable size.Michael Meskes2006-08-241-11/+11
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-081-2/+28
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-211-27/+65
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-061-3/+8
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-171-5/+51
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+13
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-241-24/+24
* Pgindent run for 8.0.Bruce Momjian2004-08-291-11/+27
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-041-4/+1
* Arrays can be read as arrays or as character strings now.Michael Meskes2004-06-281-4/+17
* - Only use typedefs inside their scope.Michael Meskes2004-06-271-6/+9
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-051-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Made sure an internal array is not treated as a user defined one.Michael Meskes2003-11-081-24/+48
* - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes2003-09-201-3/+5
* Removed superfluous return statement in get_data.Michael Meskes2003-09-191-34/+41
* - Accept output variables for FETCH in DECLARE statement.Michael Meskes2003-09-181-1/+62
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-091-14/+15
* pgindent run.Bruce Momjian2003-08-041-24/+23
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-17/+17
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-011-17/+17
* Added more compat stuff ot the parser.Michael Meskes2003-07-181-4/+1
* Allow blanks at the end of numerical values.Michael Meskes2003-07-171-29/+10
* More informix fixes.Michael Meskes2003-07-081-28/+33
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-011-2/+6
* Added just another compatibility level for Informix.Michael Meskes2003-06-261-2/+2
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-251-36/+40
* Added missing terminating '\0' char for data put into char *.Michael Meskes2003-06-221-2/+2
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-191-59/+71
* Make ecpg thread safe.Bruce Momjian2003-06-151-3/+5
* More patches for informix compatibility.Michael Meskes2003-04-011-11/+11
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-271-6/+31
* Started adding date and timestamp.Michael Meskes2003-03-201-1/+49
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-161-0/+424