aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.trailer
Commit message (Expand)AuthorAge
* ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes2010-03-09
* 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
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-26
* Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane2009-11-21
* Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera2009-11-11
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-14
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* Arrange that the string "syntax error" generated by bison is translated.Peter Eisentraut2009-06-10
* Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane2009-06-03
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Make messages consistent with existing onesPeter Eisentraut2009-01-30
* Message format tuningPeter Eisentraut2009-01-26
* Message style reviewPeter Eisentraut2009-01-23
* Using clause has to accept signed numeric constants too.Michael Meskes2008-12-12
* Add missing semicolon, per grip from Alex Hunsaker.Andrew Dunstan2008-11-15
* Added files containing changes between gram.y and preproc.y.Michael Meskes2008-11-14