index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
/
execute.c
Commit message (
Expand
)
Author
Age
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
*
Added some more coverity report patches send in by Martijn van Oosterhout <kl...
Michael Meskes
2006-06-21
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
I have to admit that I got the case of the preprocessor symbol on amd64
Bruce Momjian
2005-07-04
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
*
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
*
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-05-05
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
*
Added patch by Dave Cramer for array handling in ecpglib.
Michael Meskes
2003-12-03
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Re-added forgotten cache.
Michael Meskes
2003-11-10
*
Made sure an internal array is not treated as a user defined one.
Michael Meskes
2003-11-08
*
Fixed bug with indicators when storage for the string is dynamically allocated.
Michael Meskes
2003-10-26
*
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-18
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
*
pgindent run.
Bruce Momjian
2003-08-04
*
Make 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-08-01
*
Added explicit casts for date/interval/timestamp.
Michael Meskes
2003-07-25
*
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-15
*
More informix fixes.
Michael Meskes
2003-07-08
*
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-07-07
*
date, interval and timestamp data should be quoted.
Michael Meskes
2003-07-04
*
Fixed informix behaviour for select without into.
Michael Meskes
2003-07-04
*
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-07-01
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
*
Implemented Informix special way to treat NULLs, removed warnings, synced.
Michael Meskes
2003-06-25
*
Allow constants in using clauses.
Michael Meskes
2003-06-20
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
*
- Enable FETCH without INTO.
Michael Meskes
2003-06-13
*
More patches for informix compatibility.
Michael Meskes
2003-04-01
*
Moved Informix stuff to its own compat library. Interval datetype is now full...
Michael Meskes
2003-03-30
*
More changes to pgtypeslib and set optimization to -O1.
Michael Meskes
2003-03-27
*
Use PQfreemem() consistently, and document its use for Notify.
Bruce Momjian
2003-03-25
*
Started adding date and timestamp.
Michael Meskes
2003-03-20
*
Avoid mysterious warning about possibly uninitialized variable.
Peter Eisentraut
2003-03-19
*
Some bugfixes for numerical library.
Michael Meskes
2003-03-18
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16