summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
AgeCommit message (Expand)Author
2012-10-05Fixed test for array boundary.Michael Meskes
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-20Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-04Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-11-27If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes
2009-10-01Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes
2009-08-07Remove unused ecpg variable.Bruce Momjian
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-05-10Added some more error logging.Michael Meskes
2007-01-12Simplified regression handlingMichael Meskes
2007-01-11Applied Joachim's patch for a --regression option.Michael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-24Fixed of by one variable size.Michael Meskes
2006-08-08Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes
2006-06-21Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-06-06Fixed two more memory leaks in ecpglib.Michael Meskes
2006-01-17Data transferred binary is now put into the variables verbatim.Michael Meskes
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-05-05- Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-09-20- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.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-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-07-18Added more compat stuff ot the parser.Michael Meskes
2003-07-17Allow blanks at the end of numerical values.Michael Meskes
2003-07-08More informix fixes.Michael Meskes
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-22Added missing terminating '\0' char for data put into char *.Michael Meskes