summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/extern.h
AgeCommit message (Expand)Author
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-04I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian
2005-06-02- Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes
2005-03-18Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-07-15Started to create different error codes for different backend messages.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-15Make ecpg thread safe.Bruce Momjian
2003-03-16Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes