Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Use only two-part shared library version numbers, for better portability | Peter Eisentraut | 2003-08-01 | |
| | | | | and consistency. | |||
* | 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. | |||
* | Fixed some bugs in Informix compat functions. | Michael Meskes | 2003-07-17 | |
| | ||||
* | Applied patch to fix two compatibility functions. | Michael Meskes | 2003-07-16 | |
| | ||||
* | Fixed some Informix compat functions so they handle NULL resp. indicators ↵ | Michael Meskes | 2003-07-09 | |
| | | | | better. | |||
* | More informix fixes. | Michael Meskes | 2003-07-08 | |
| | ||||
* | Fixed initialization bug and added postgres_fe.h to pgtypeslib. | Michael Meskes | 2003-07-02 | |
| | ||||
* | Fix ecpg typo --- change ;; to ;. | Bruce Momjian | 2003-07-01 | |
| | ||||
* | 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. | |||
* | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 | |
| | ||||
* | Add -L../ecpglib -lecpg for Cygwin compile. | Bruce Momjian | 2003-06-24 | |
| | ||||
* | Just another Informix compatibility change. They uses "free" for cursors as ↵ | Michael Meskes | 2003-06-20 | |
| | | | | wellafter closing them. | |||
* | Fixed fetch into char * and added missing prototype for an Informix function. | Michael Meskes | 2003-06-19 | |
| | ||||
* | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 | |
| | | | | - Compatibility functions for INFORMIX handling of DECLARE statement. | |||
* | Fix compilation on Cygwin. | Peter Eisentraut | 2003-05-22 | |
| | ||||
* | - Added more compatibility functions. | Michael Meskes | 2003-05-14 | |
| | | | | | - Accept CPP defines for type definitions. - Do not parse system include files automatically for Informix mode | |||
* | Added rfmtlong compatibility function. | Michael Meskes | 2003-05-06 | |
| | ||||
* | Fix some problems exposed by building outside the source tree. | Tom Lane | 2003-04-16 | |
| | ||||
* | Informix fixes. | Michael Meskes | 2003-04-10 | |
| | ||||
* | Get rid of inappropriate flags in CPPFLAGS override --- these break | Tom Lane | 2003-04-08 | |
| | | | | non-gcc compilers, and they would never belong in CPPFLAGS anyway. | |||
* | Added some more informix compatibility functions. | Michael Meskes | 2003-04-08 | |
| | ||||
* | Add prototype for toupper/tolower(). | Bruce Momjian | 2003-04-03 | |
| | ||||
* | More patches for informix compatibility. | Michael Meskes | 2003-04-01 | |
| | ||||
* | Forgot two new files and one that was moved. | Michael Meskes | 2003-03-30 | |