summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
AgeCommit message (Expand)Author
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-03Added patch by Dave Cramer for array handling in ecpglib.Michael Meskes
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-10Re-added forgotten cache.Michael Meskes
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-10-26Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-07-25Added explicit casts for date/interval/timestamp.Michael Meskes
2003-07-15Started to create different error codes for different backend messages.Michael Meskes
2003-07-08More informix fixes.Michael Meskes
2003-07-07"char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes
2003-07-04date, interval and timestamp data should be quoted.Michael Meskes
2003-07-04Fixed informix behaviour for select without into.Michael Meskes
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-20Allow constants in using clauses.Michael Meskes
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-30Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes
2003-03-27More changes to pgtypeslib and set optimization to -O1.Michael Meskes
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-20Started adding date and timestamp.Michael Meskes
2003-03-19Avoid mysterious warning about possibly uninitialized variable.Peter Eisentraut
2003-03-18Some bugfixes for numerical library.Michael Meskes
2003-03-16Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes