aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-26
* Fixed test for array boundary.Michael Meskes2012-10-05
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes2010-05-20
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes2010-02-04
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes2009-11-27
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes2009-10-01
* Remove unused ecpg variable.Bruce Momjian2009-08-07
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Added some more error logging.Michael Meskes2007-05-10
* Simplified regression handlingMichael Meskes2007-01-12
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-11
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fixed of by one variable size.Michael Meskes2006-08-24
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-08
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-06
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
* Arrays can be read as arrays or as character strings now.Michael Meskes2004-06-28
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-05
* $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