summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
AgeCommit message (Expand)Author
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
2009-05-20Removed unsigned/signed mismatches.Michael Meskes
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2009-02-03Argh, wrong line copied again.Michael Meskes
2009-02-03Fixed copy&paste mistake that made library use uninitialized variable.Michael Meskes
2009-02-02Fixed auto allocation for binary data types.Michael Meskes
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-03-01Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane
2008-02-07- Fixed segfault in ecpg when using an array element.Michael Meskes
2008-01-15Re-enabled variables in fetch/move command.Michael Meskes
2008-01-13Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-10-02ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-09-21Removed superfluous ECPGfree() call.Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-04-27Inlined two functions to get rid of va_list problems on some archs.Michael Meskes
2007-03-29- Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes
2007-02-11Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes
2007-02-02Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-23Replaced double-quote-fix with a hopefully better version.Michael Meskes
2006-08-22Descriptor values were quoted twice.Michael Meskes
2006-08-18Fixed a buffer overrun that was masked on Linux systems.Michael Meskes
2006-08-09Fixed some memory bugs that somehow reappeared.Michael Meskes
2006-08-08Cleaned up log output a little bit more.Michael Meskes
2006-08-02ynced parser and keyword list.Michael Meskes
2006-07-28Variables should be free'ed only once.Michael Meskes
2006-07-28Removed superfluous commentMichael Meskes
2006-07-28Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes
2006-06-21Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2005-11-30- Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-04I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-06-02- Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
2004-08-29Pgindent run for 8.0.Bruce Momjian