summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-081-0/+4
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-141-0/+5
* Lost some changes yet againMichael Meskes2006-09-051-0/+2
* Synced parser.Michael Meskes2006-09-051-0/+6
* Synced parser.Michael Meskes2006-09-031-0/+5
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-291-0/+5
* - Enabled single-quoted connection targets.Michael Meskes2006-08-271-0/+5
* Synced parserMichael Meskes2006-08-241-0/+1
* Fixed of by one variable size.Michael Meskes2006-08-241-0/+4
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-0/+6
* Descriptor values were quoted twice.Michael Meskes2006-08-221-1/+4
* More SoC stuffMichael Meskes2006-08-191-0/+4
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-181-0/+2
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-181-0/+6
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-151-0/+13
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-091-0/+2
* Fixed error handling in numeric conversion (Joachim).Michael Meskes2006-08-091-0/+4
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-081-0/+4
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-071-0/+4
* Regression test updates and fixesMichael Meskes2006-08-041-1/+1
* Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes2006-08-031-0/+4
* ynced parser and keyword list.Michael Meskes2006-08-021-0/+12
* Variables should be free'ed only once.Michael Meskes2006-07-281-1/+2
* And one more:Michael Meskes2006-07-281-0/+1
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-281-0/+6
* Fixed remaining Coverity bugs.Michael Meskes2006-07-051-0/+4
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-261-0/+5
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-261-0/+5
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-251-0/+4
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-211-0/+5
* Fixed small typo in changelogMichael Meskes2006-06-211-3/+3
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-211-1/+7
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-191-4/+13
* Somehow a ";" got lost which changed the logic. This btw is the first fix res...Michael Meskes2006-05-311-0/+4
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-241-0/+4
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-171-0/+4
* Added just another test case.Michael Meskes2006-02-081-0/+11
* Added C bit fields to ecpg parserMichael Meskes2006-02-041-0/+6
* - Synced parser and keyword list.Michael Meskes2006-01-241-0/+5
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-171-0/+9
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-021-0/+5
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-301-0/+8
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-051-0/+4
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-041-0/+5
* Fixed transaction command handling to not ignore savepoints and to correctly ...Michael Meskes2005-09-121-1/+6
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-241-0/+6
* - Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-021-0/+6
* Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...Michael Meskes2005-04-141-0/+5
* Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...Michael Meskes2005-03-181-0/+7
* Fixed changelog entry to list correct bug reporter.Michael Meskes2005-02-101-1/+2