Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | |
| | ||||
* | Synced parser. | Michael Meskes | 2006-09-05 | |
| | | | | | Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite. | |||
* | Added C bit fields to ecpg parser | Michael Meskes | 2006-02-04 | |
| | | | | | | Added some default rules to lexer Added log output to prepare statement Added some more stuff to a test case | |||
* | - 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. | |||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | |
| | ||||
* | '::' is no longer interpreted as a variable in a prepare statement. | Michael Meskes | 2004-10-05 | |
| | ||||
* | - Fixed DEALLOCATE PREPARE to use correct function call | Michael Meskes | 2004-05-21 | |
| | | | | | - Made sure connect statement does not accept single char variable, but only strings. | |||
* | - Issue a warning if a cursor is declared but not opened. | Michael Meskes | 2004-01-28 | |
| | | | | | | - Fixed prototype for ECPGprepared_statement to not moan about "const char" - Fixed parsing of nested structures. - Added option to parse header files. | |||
* | $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. | |||
* | - Synced preproc.y with gram.y | Michael Meskes | 2003-07-14 | |
| | | | | | - Init sqlca in ECPGprepare(). - Added CLOSE DATABASE for Informix compatibility. | |||
* | 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 | |
| | ||||
* | Just another Informix compatibility change. They uses "free" for cursors as ↵ | Michael Meskes | 2003-06-20 | |
| | | | | wellafter closing them. | |||
* | 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. |