summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-03-15Fix typos.Robert Haas
2015-09-21Fix whitespacePeter Eisentraut
2015-09-17Let compiler handle size calculation of bool types.Michael Meskes
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-10Fixed array handling in ecpg.Michael Meskes
2015-02-05This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-02-04Fix memory leaks on OOM in ecpg.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-01-16Split ecpg_execute() in constituent partsAlvaro Herrera
2014-01-16Split ECPGdo() in constituent partsAlvaro Herrera
2013-11-26ECPG: Simplify free_variable()Michael Meskes
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-08ecpg: Fix rare memory leaksPeter Eisentraut
2012-03-02ecpg: Clean up some const usagePeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-02Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes
2011-09-01In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes
2011-07-18Made ecpglib write double with a precision of 15 digits.Michael Meskes
2011-06-18Capitalization fixesPeter Eisentraut
2011-04-27Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan
2011-04-27Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan
2010-10-14Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-20Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-16Do not check nan values for infinity. Some system are not able to handle this.Michael Meskes
2010-02-04Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes
2010-02-03Add #include <float.h> --- guessing the lack of this is why WindowsTom Lane
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2010-01-29Fixed a few typos in ecpg. Two were in comments, the third made a log output ...Michael Meskes
2010-01-22Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2009-09-03Fixed incorrect memory management.Michael Meskes
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian