aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.addons
Commit message (Expand)AuthorAge
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-29
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-16
* Remove */ characters from declare cursor statements before putting them into aMichael Meskes2009-11-27
* Synced addon rules after some renamings.Michael Meskes2009-11-26
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-26
* Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera2009-11-11
* Support optional FROM/IN in FETCH and MOVEAlvaro Herrera2009-11-11
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-14
* Make messages consistent with existing onesPeter Eisentraut2009-01-30
* Message style reviewPeter Eisentraut2009-01-23
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-29
* Added files containing changes between gram.y and preproc.y.Michael Meskes2008-11-14