summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-011-2/+1
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-171-16/+2
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-151-0/+7
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+2
* Remove null-pointer checks that are not needed.Michael Meskes2015-02-251-4/+4
* Fixed array handling in ecpg.Michael Meskes2015-02-101-26/+37
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-061-0/+8
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-261-3/+3
* Fixed test for array boundary.Michael Meskes2012-10-051-1/+3
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-11/+11
* Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes2010-05-201-11/+11
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-271-2/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-28/+34
* Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes2010-02-041-30/+42
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-021-3/+57
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-7/+5
* If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes2009-11-271-277/+239
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes2009-10-011-2/+2
* Remove unused ecpg variable.Bruce Momjian2009-08-071-3/+1
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-071-3/+20
* NLS cleanup in ecpglibPeter Eisentraut2009-01-151-4/+4
* 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