Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Fixed Informix compat math functions to cope with the situations | Michael Meskes | 2004-03-14 | |
| | | | | | where one argument takes the result. - Applied thread patches by Lee Kindness | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | |
| | ||||
* | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut | 2003-11-24 | |
| | | | | | Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1. | |||
* | Add macros for error result fields to libpq. | Peter Eisentraut | 2003-08-24 | |
| | ||||
* | Be a little bit more careful about using sqlstate, in case libpq returned | Peter Eisentraut | 2003-08-08 | |
| | | | | NULL for it. | |||
* | pgindent run. | Bruce Momjian | 2003-08-04 | |
| | ||||
* | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 | |
| | | | | | rather than parsing the message. Add some documentation about embedded SQL. | |||
* | - Added some Informix error codes in Informix mode. | Michael Meskes | 2003-08-01 | |
| | | | | - Added just another pgtypeslib function. | |||
* | Started to create different error codes for different backend messages. | Michael Meskes | 2003-07-15 | |
| | ||||
* | Fix segfault in connect in informix mode. | Michael Meskes | 2003-07-08 | |
| | ||||
* | 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 | |
| | ||||
* | 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. | |||
* | Reversed my incorrect fix. | Michael Meskes | 2003-05-20 | |
| | ||||
* | Fixed double definition of ecpg_compat_mode. | Michael Meskes | 2003-05-02 | |
| | ||||
* | Added some more informix compatibility functions. | Michael Meskes | 2003-04-08 | |
| | ||||
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | |
| | ||||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 | |
compilation on iother systems. |