Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added fixes from the coverity report send in by Joachim Wieland ↵ | Michael Meskes | 2006-06-21 |
| | | | | | | <joe@mcknight.de> Added missing error handling in a few functions in ecpglib. | ||
* | Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware. | Michael Meskes | 2005-06-02 |
| | | | | [One half already was committed with the last commit.] | ||
* | Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ↵ | Michael Meskes | 2005-03-18 |
| | | | | bug on powerpc and amd64. | ||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | Made sure SET DESCRIPTOR accepts all data types including constants. | Michael Meskes | 2004-07-04 |
| | |||
* | Added SET DESCRIPTOR command. | Michael Meskes | 2004-06-30 |
| | | | | | Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now. Cleaned up error handling in preprocessor. | ||
* | Made sure an internal array is not treated as a user defined one. | Michael Meskes | 2003-11-08 |
| | |||
* | 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. | ||
* | Started to create different error codes for different backend messages. | Michael Meskes | 2003-07-15 |
| | |||
* | 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 | ||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 |
compilation on iother systems. |