summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Expand)AuthorAgeFilesLines
* Add localization support to ecpg.Peter Eisentraut2008-05-161-21/+22
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-011-4/+6
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-071-2/+2
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-151-90/+84
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-131-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-83/+92
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-031-180/+180
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-021-17/+8
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-261-2/+2
* Removed superfluous ECPGfree() call.Michael Meskes2007-09-211-2/+1
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-141-253/+342
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-111-2/+2
* Inlined two functions to get rid of va_list problems on some archs.Michael Meskes2007-04-271-138/+121
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-291-8/+1
* Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes2007-02-111-22/+30
* Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes2007-02-021-10/+8
* pgindent run for 8.2.Bruce Momjian2006-10-041-59/+105
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-45/+41
* Descriptor values were quoted twice.Michael Meskes2006-08-221-5/+17
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-181-31/+33
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-091-3/+5
* Cleaned up log output a little bit more.Michael Meskes2006-08-081-4/+2
* ynced parser and keyword list.Michael Meskes2006-08-021-2/+8
* Variables should be free'ed only once.Michael Meskes2006-07-281-14/+4
* Removed superfluous commentMichael Meskes2006-07-281-2/+1
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-281-4/+24
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Fixed remaining Coverity bugs.Michael Meskes2006-07-051-6/+19
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-261-10/+10
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-251-6/+12
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-211-2/+2
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-211-53/+123
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-4/+9
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-241-2/+2
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-301-5/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-28/+25
* I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian2005-07-041-3/+3
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-12/+5
* - Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-021-7/+4
* Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes2005-03-181-11/+22
* Pgindent run for 8.0.Bruce Momjian2004-08-291-41/+47
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-051-19/+36
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-041-85/+95
* Added SET DESCRIPTOR command.Michael Meskes2004-06-301-45/+101
* - Only use typedefs inside their scope.Michael Meskes2004-06-271-2/+2
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-051-2/+2
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-281-3/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* Added patch by Dave Cramer for array handling in ecpglib.Michael Meskes2003-12-031-10/+15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1