Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed informix behaviour for select without into. | Michael Meskes | 2003-07-04 | |
| | ||||
* | Use ISO dates in pgtypeslib by default. | Michael Meskes | 2003-07-01 | |
| | | | | | | | Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others. | |||
* | Added just another compatibility level for Informix. | Michael Meskes | 2003-06-26 | |
| | ||||
* | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 | |
| | ||||
* | Allow constants in using clauses. | Michael Meskes | 2003-06-20 | |
| | ||||
* | Make ecpg thread safe. | Bruce Momjian | 2003-06-15 | |
| | | | | Lee Kindness | |||
* | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 | |
| | | | | - Compatibility functions for INFORMIX handling of DECLARE statement. | |||
* | More patches for informix compatibility. | Michael Meskes | 2003-04-01 | |
| | ||||
* | Moved Informix stuff to its own compat library. Interval datetype is now ↵ | Michael Meskes | 2003-03-30 | |
| | | | | fully functional. | |||
* | More changes to pgtypeslib and set optimization to -O1. | Michael Meskes | 2003-03-27 | |
| | ||||
* | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | |
| | | | | Keep PQfreeNotify() around for binary compatibility. | |||
* | Started adding date and timestamp. | Michael Meskes | 2003-03-20 | |
| | ||||
* | Avoid mysterious warning about possibly uninitialized variable. | Peter Eisentraut | 2003-03-19 | |
| | ||||
* | Some bugfixes for numerical library. | Michael Meskes | 2003-03-18 | |
| | ||||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 | |
compilation on iother systems. |