index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
data.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2015-09-17
Let compiler handle size calculation of bool types.
Michael Meskes
2015-06-15
Check for out of memory when allocating sqlca.
Michael Meskes
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-02-25
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-06
Fix handling of array of char pointers in ecpglib.
Michael Meskes
2013-11-26
ECPG: Fix offset to NULL/size indicator array.
Michael Meskes
2012-10-05
Fixed test for array boundary.
Michael Meskes
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-05-25
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-20
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-02-27
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-04
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2009-12-31
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-11-27
If no result is given NOTFOUND should be returned. Check for empty result
Michael Meskes
2009-10-01
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...
Michael Meskes
2009-08-07
Remove unused ecpg variable.
Bruce Momjian
2009-08-07
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-01-15
NLS cleanup in ecpglib
Peter Eisentraut
2008-05-16
Add localization support to ecpg.
Peter Eisentraut
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-03
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-05-10
Added some more error logging.
Michael Meskes
2007-01-12
Simplified regression handling
Michael Meskes
2007-01-11
Applied Joachim's patch for a --regression option.
Michael Meskes
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-24
Fixed of by one variable size.
Michael Meskes
2006-08-08
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-06-21
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-06
Fixed two more memory leaks in ecpglib.
Michael Meskes
2006-01-17
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-24
- Check for NULL before checking whether argument is an array.
Michael Meskes
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-06-28
Arrays 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-08
Made 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-19
Removed superfluous return statement in get_data.
Michael Meskes
[next]