Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes | 2007-10-03 | |
| | | | | Created export list for ecpglib. | |||
* | Hopefully fixed some stuff that causes Windows builds to fail. | Michael Meskes | 2007-10-03 | |
| | ||||
* | ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe | Michael Meskes | 2007-10-02 | |
| | | | | descriptor handling | |||
* | - Finished major rewrite to use new protocol version | Michael Meskes | 2007-08-14 | |
| | | | | | | | | - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit | |||
* | Fixed one memory leak in descriptor code. | Michael Meskes | 2007-06-11 | |
| | | | | Made sure ecpg deletes output file in case of an error. | |||
* | Inlined two functions to get rid of va_list problems on some archs. | Michael Meskes | 2007-04-27 | |
| | ||||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | |
| | ||||
* | Somehow my version compiled but the change didn't make it to CVS. | Michael Meskes | 2006-08-23 | |
| | ||||
* | Regression test updates and fixes | Michael Meskes | 2006-08-04 | |
| | ||||
* | Fixed remaining Coverity bugs. | Michael Meskes | 2006-07-05 | |
| | ||||
* | Moved some free() calls that coverity correctly complains about. | Michael Meskes | 2006-06-25 | |
| | ||||
* | Added fixed 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 | |||
* | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway | 2006-01-15 | |
| | | | | | | a va_list. Christof Petig's previous patch made this change, but neglected to update ecpglib/descriptor.c, resulting in a compiler warning (and a likely runtime crash) on AMD64 and PPC. | |||
* | - Made several variables "const char *" instead of "char *" as proposed by ↵ | Michael Meskes | 2005-11-30 | |
| | | | | | | | | Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1. | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | |
| | ||||
* | - Fixed indicator in SET DESCRIPTOR. | Michael Meskes | 2004-07-05 | |
| | | | | | - Added special handling of descriptor header information. - Some code cleanup. | |||
* | Made sure SET DESCRIPTOR accepts all data types including constants. | Michael Meskes | 2004-07-04 | |
| | ||||
* | Removed unused variable and added a typecast. | Michael Meskes | 2004-07-01 | |
| | ||||
* | 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. | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | |
| | ||||
* | 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. | |||
* | Make ecpg thread safe. | Bruce Momjian | 2003-06-15 | |
| | | | | Lee Kindness | |||
* | Create a real prototype function for describe. | Michael Meskes | 2003-05-30 | |
| | ||||
* | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | 2003-03-16 | |
compilation on iother systems. |