summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25The remaining files ...Michael Meskes
2003-06-25remove including of postgres_fe.hMichael Meskes
2003-06-25Some systems need another header file included.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian
2003-06-22Added missing terminating '\0' char for data put into char *.Michael Meskes
2003-06-20Synced with backend.Michael Meskes
2003-06-20Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes
2003-06-20Sorry, missed a file.Michael Meskes
2003-06-20Allow constants in using clauses.Michael Meskes
2003-06-19Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes
2003-06-17Fixed several more parsing bugs.Michael Meskes
2003-06-16Fixed two small bugs.Michael Meskes
2003-06-15Typo in version number.Michael Meskes
2003-06-15Some minor changes for new version numbering.Michael Meskes
2003-06-15Ecpg cleanups for prototypes.Bruce Momjian
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-06-12Install all header files.Michael Meskes
2003-06-11Make sure a variable is no longer referenced when it is removed.Michael Meskes
2003-06-10Fixed some bugs.Michael Meskes
2003-06-02Fixed segfault in forward definition parsing.Michael Meskes
2003-05-30Create a real prototype function for describe.Michael Meskes
2003-05-30Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes
2003-05-29Changed variable parsing so struct[n].attr works.Michael Meskes
2003-05-29Parse forward definiton of structs.Michael Meskes
2003-05-27Allow input from stdin and output to stdout.Michael Meskes
2003-05-27Fixed incorrect output for some structs.Michael Meskes
2003-05-23Forgot these.Michael Meskes
2003-05-23ecpg now accepts array elements as arguments.Michael Meskes
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-22Fixed segfault when detecting undefined cursor.Michael Meskes
2003-05-22ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes
2003-05-20Reversed my incorrect fix.Michael Meskes
2003-05-19Fixed exec sql ifdef command.Michael Meskes
2003-05-16Made variable type double work again.Michael Meskes
2003-05-16Fixed incorrect include and another typo. Sorry, the include did not create a...Michael Meskes
2003-05-16Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-13Fixed order of include file search path.Michael Meskes
2003-05-10Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-06Added rfmtlong compatibility function.Michael Meskes
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-16Fix some problems exposed by building outside the source tree.Tom Lane
2003-04-10Informix fixes.Michael Meskes