aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.addons
Commit message (Expand)AuthorAge
* Change error handling of out of scope variables in ecpg.Michael Meskes2019-01-30
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-11
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-27
* ecpg: Consistently use mm_strdup()Peter Eisentraut2013-06-29
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.Heikki Linnakangas2013-02-26
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* In ecpg removed old leftover check for given connection name.Michael Meskes2011-12-18
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-18
* There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes2011-01-09
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes2010-09-10
* Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes2010-03-31
* Remove useless double assignmentPeter Eisentraut2010-03-23
* ECPG's parser now accepts and handles variables as arguments for the FREE com...Michael Meskes2010-03-21
* 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