aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/descriptor.c
Commit message (Expand)AuthorAge
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
* Removed unused variable and added a typecast.Michael Meskes2004-07-01
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Make ecpg thread safe.Bruce Momjian2003-06-15
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16