summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
AgeCommit message (Collapse)Author
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-30Moved Informix stuff to its own compat library. Interval datetype is now ↵Michael Meskes
fully functional.
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
Keep PQfreeNotify() around for binary compatibility.
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 ↵Michael Meskes
compilation on iother systems.