summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-added forgotten cache.Michael Meskes2003-11-101-106/+78
* Made sure an internal array is not treated as a user defined one.Michael Meskes2003-11-081-91/+116
* Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes2003-10-261-2/+2
* - Accept output variables for FETCH in DECLARE statement.Michael Meskes2003-09-181-3/+3
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-091-12/+12
* pgindent run.Bruce Momjian2003-08-041-78/+83
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-29/+27
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-011-20/+20
* Added explicit casts for date/interval/timestamp.Michael Meskes2003-07-251-50/+56
* Started to create different error codes for different backend messages.Michael Meskes2003-07-151-3/+1
* More informix fixes.Michael Meskes2003-07-081-2/+8
* "char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes2003-07-071-1/+9
* date, interval and timestamp data should be quoted.Michael Meskes2003-07-041-7/+7
* Fixed informix behaviour for select without into.Michael Meskes2003-07-041-6/+7
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-011-3/+18
* Added just another compatibility level for Informix.Michael Meskes2003-06-261-3/+5
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-251-8/+17
* Allow constants in using clauses.Michael Meskes2003-06-201-2/+3
* Make ecpg thread safe.Bruce Momjian2003-06-151-33/+8
* - Enable FETCH without INTO.Michael Meskes2003-06-131-2/+2
* More patches for informix compatibility.Michael Meskes2003-04-011-12/+10
* Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes2003-03-301-4/+6
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-271-3/+45
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-2/+2
* Started adding date and timestamp.Michael Meskes2003-03-201-3/+87
* Avoid mysterious warning about possibly uninitialized variable.Peter Eisentraut2003-03-191-2/+2
* Some bugfixes for numerical library.Michael Meskes2003-03-181-2/+2
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-161-0/+1184