index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2022-08-05
Remove fallbacks for strtoll, strtoull.
Thomas Munro
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2020-12-24
revert removal of hex_decode() from ecpg from commit c3826f831e
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-07-27
Fix handling of structure for bytea data type in ECPG
Michael Paquier
2019-11-07
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-02-18
Add bytea datatype to ECPG.
Michael Meskes
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-13
Add Oracle like handling of char arrays.
Michael Meskes
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-07
Fix unportable usage of <ctype.h> functions.
Tom Lane
2017-11-03
Improve error message for incorrect number inputs in libecpg.
Michael Meskes
2017-11-02
Fix float parsing in ecpg INFORMIX mode.
Michael Meskes
2017-11-01
Make sure ecpglib does accepts digits behind decimal point even for integers in
Michael Meskes
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
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
[next]