aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.type
Commit message (Expand)AuthorAge
* ecpg: re-implement preprocessor's string management.Tom Lane2024-10-14
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-24
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-07
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes2017-08-14
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* 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
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Added files containing changes between gram.y and preproc.y.Michael Meskes2008-11-14