aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Expand)AuthorAge
* 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
* Removed superfluous ECPGfree() call.Michael Meskes2007-09-21
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-11
* Inlined two functions to get rid of va_list problems on some archs.Michael Meskes2007-04-27
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
* Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes2007-02-11
* Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes2007-02-02
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Descriptor values were quoted twice.Michael Meskes2006-08-22
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-18
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-09
* Cleaned up log output a little bit more.Michael Meskes2006-08-08
* ynced parser and keyword list.Michael Meskes2006-08-02
* Variables should be free'ed only once.Michael Meskes2006-07-28
* Removed superfluous commentMichael Meskes2006-07-28
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-28
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-21
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26