aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16
* Split ECPGdo() in constituent partsAlvaro Herrera2014-01-16
* ECPG: Simplify free_variable()Michael Meskes2013-11-26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* ecpg: Fix rare memory leaksPeter Eisentraut2012-03-08
* ecpg: Clean up some const usagePeter Eisentraut2012-03-02
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-08
* Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes2011-09-02
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-01
* Made ecpglib write double with a precision of 15 digits.Michael Meskes2011-07-18
* Capitalization fixesPeter Eisentraut2011-06-19
* Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan2011-04-27
* Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan2011-04-27
* Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes2010-05-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Do not check nan values for infinity. Some system are not able to handle this.Michael Meskes2010-02-16
* Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes2010-02-04
* Add #include <float.h> --- guessing the lack of this is why WindowsTom Lane2010-02-03
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Fixed a few typos in ecpg. Two were in comments, the third made a log output ...Michael Meskes2010-01-29
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes2010-01-22
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Fixed incorrect memory management.Michael Meskes2009-09-03
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed unsigned/signed mismatches.Michael Meskes2009-05-20
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Argh, wrong line copied again.Michael Meskes2009-02-03
* Fixed copy&paste mistake that made library use uninitialized variable.Michael Meskes2009-02-03
* Fixed auto allocation for binary data types.Michael Meskes2009-02-02
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-01
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-07
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-13
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-02
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26