aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Collapse)AuthorAge
...
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
|
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
|
* Allow constants in using clauses.Michael Meskes2003-06-20
|
* Make ecpg thread safe.Bruce Momjian2003-06-15
| | | | Lee Kindness
* - Enable FETCH without INTO.Michael Meskes2003-06-13
| | | | - Compatibility functions for INFORMIX handling of DECLARE statement.
* More patches for informix compatibility.Michael Meskes2003-04-01
|
* Moved Informix stuff to its own compat library. Interval datetype is now ↵Michael Meskes2003-03-30
| | | | fully functional.
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-27
|
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
| | | | Keep PQfreeNotify() around for binary compatibility.
* Started adding date and timestamp.Michael Meskes2003-03-20
|
* Avoid mysterious warning about possibly uninitialized variable.Peter Eisentraut2003-03-19
|
* Some bugfixes for numerical library.Michael Meskes2003-03-18
|
* Started working on a seperate pgtypes library. First test work. PLEASE test ↵Michael Meskes2003-03-16
compilation on iother systems.