index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
data.c
Commit message (
Expand
)
Author
Age
*
Fix handling of structure for bytea data type in ECPG
Michael Paquier
2020-07-27
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Add Oracle like handling of char arrays.
Michael Meskes
2018-03-14
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix unportable usage of <ctype.h> functions.
Tom Lane
2017-11-07
*
Improve error message for incorrect number inputs in libecpg.
Michael Meskes
2017-11-03
*
Fix float parsing in ecpg INFORMIX mode.
Michael Meskes
2017-11-02
*
Make sure ecpglib does accepts digits behind decimal point even for integers in
Michael Meskes
2017-11-01
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-17
*
Check for out of memory when allocating sqlca.
Michael Meskes
2015-06-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-25
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix handling of array of char pointers in ecpglib.
Michael Meskes
2014-05-06
*
ECPG: Fix offset to NULL/size indicator array.
Michael Meskes
2013-11-26
*
Fixed test for array boundary.
Michael Meskes
2012-10-05
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
*
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...
Michael Meskes
2010-05-20
*
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-27
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
*
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-02-02
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
*
If no result is given NOTFOUND should be returned. Check for empty result
Michael Meskes
2009-11-27
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...
Michael Meskes
2009-10-01
*
Remove unused ecpg variable.
Bruce Momjian
2009-08-07
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
*
NLS cleanup in ecpglib
Peter Eisentraut
2009-01-15
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
*
Added some more error logging.
Michael Meskes
2007-05-10
*
Simplified regression handling
Michael Meskes
2007-01-12
*
Applied Joachim's patch for a --regression option.
Michael Meskes
2007-01-11
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fixed of by one variable size.
Michael Meskes
2006-08-24
[next]