Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-04 | pgindent run for 8.2. | Bruce Momjian | |
2006-09-05 | Synced parser. | Michael Meskes | |
Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite. | |||
2006-02-04 | Added C bit fields to ecpg parser | Michael Meskes | |
Added some default rules to lexer Added log output to prepare statement Added some more stuff to a test case | |||
2005-11-30 | - Made several variables "const char *" instead of "char *" as proposed by ↵ | Michael Meskes | |
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. | |||
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
2004-10-05 | '::' is no longer interpreted as a variable in a prepare statement. | Michael Meskes | |
2004-05-21 | - Fixed DEALLOCATE PREPARE to use correct function call | Michael Meskes | |
- Made sure connect statement does not accept single char variable, but only strings. | |||
2004-01-28 | - Issue a warning if a cursor is declared but not opened. | Michael Meskes | |
- Fixed prototype for ECPGprepared_statement to not moan about "const char" - Fixed parsing of nested structures. - Added option to parse header files. | |||
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-08-04 | pgindent run. | Bruce Momjian | |
2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | |
rather than parsing the message. Add some documentation about embedded SQL. | |||
2003-08-01 | - Added some Informix error codes in Informix mode. | Michael Meskes | |
- Added just another pgtypeslib function. | |||
2003-07-14 | - Synced preproc.y with gram.y | Michael Meskes | |
- Init sqlca in ECPGprepare(). - Added CLOSE DATABASE for Informix compatibility. | |||
2003-06-26 | Added just another compatibility level for Informix. | Michael Meskes | |
2003-06-25 | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | |
2003-06-20 | Just another Informix compatibility change. They uses "free" for cursors as ↵ | Michael Meskes | |
wellafter closing them. | |||
2003-06-15 | Make ecpg thread safe. | Bruce Momjian | |
Lee Kindness | |||
2003-03-16 | Started working on a seperate pgtypes library. First test work. PLEASE test ↵ | Michael Meskes | |
compilation on iother systems. |