Commits

Showing commits that first shipped in 9.0 (backpatches included). Clear

DateSubjectAuthorReleases
2015-09-19 Let compiler handle size calculation of bool types. Michael Meskes 9.0.23
2015-08-13 Fix declaration of isarray variable. Michael Meskes 9.0.23
2015-08-12 This routine was calling ecpg_alloc to allocate to memory but did not Michael Meskes 9.0.23
2015-06-15 Check for out of memory when allocating sqlca. Michael Meskes 9.0.23
2015-02-11 Fixed array handling in ecpg. Michael Meskes 9.0.20
2014-05-06 Fix handling of array of char pointers in ecpglib. Michael Meskes 9.0.18
2012-03-10 ecpg: Fix rare memory leaks Peter Eisentraut 9.0.8
2011-09-08 Add missing format argument to ecpg_log() call Peter Eisentraut 9.0.5
2011-09-02 Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to fit PostgreSQL style. Michael Meskes 9.0.5
2011-09-01 In ecpglib restore LC_NUMERIC in case of an error. Michael Meskes 9.0.5
2011-07-18 Made ecpglib write double with a precision of 15 digits. Michael Meskes 9.0.5
2010-07-06 pgindent run for 9.0, second run Bruce Momjian 9.0.0
2010-05-25 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. Michael Meskes 9.0.0
2010-05-20 Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This used to cover the equally long "long long" type. This patch closes bug #5464. Michael Meskes 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-02-16 Do not check nan values for infinity. Some system are not able to handle this. Michael Meskes 9.0.0
2010-02-04 Streamlined array handling code in libecpg a little bit, in the process fixing yet another incorrect log output. Michael Meskes 9.0.0
2010-02-03 Add #include <float.h> --- guessing the lack of this is why Windows Tom Lane 9.0.0
2010-02-02 Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. Michael Meskes 9.0.0
2010-01-29 Fixed a few typos in ecpg. Two were in comments, the third made a log output reverse yes and no. Michael Meskes 9.0.0
2010-01-22 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again. Michael Meskes 9.0.0
2010-01-05 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to Michael Meskes 9.0.0
2009-09-03 Fixed incorrect memory management. Michael Meskes 9.0.0
2009-08-07 Added STRING datatype for Informix compatibility mode. This work is Michael Meskes 9.0.0