summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/ecpg.addons
Commit message (Expand)AuthorAgeFilesLines
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-271-1/+1
* ecpg: Consistently use mm_strdup()Peter Eisentraut2013-06-291-2/+2
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-1/+1
* Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.Heikki Linnakangas2013-02-261-8/+2
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-1/+5
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1
* In ecpg removed old leftover check for given connection name.Michael Meskes2011-12-181-5/+0
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-7/+7
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-151-6/+0
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-181-0/+5
* There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes2011-01-091-46/+46
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes2010-09-101-2/+3
* Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes2010-03-311-2/+7
* Remove useless double assignmentPeter Eisentraut2010-03-231-2/+2
* ECPG's parser now accepts and handles variables as arguments for the FREE com...Michael Meskes2010-03-211-4/+7
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-291-8/+3
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-261-11/+14
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-151-2/+2
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-051-6/+6
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-161-4/+5
* Remove */ characters from declare cursor statements before putting them into aMichael Meskes2009-11-271-3/+10
* Synced addon rules after some renamings.Michael Meskes2009-11-261-4/+4
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-261-5/+95
* Change "name" nonterminal in cursor-related productions to cursor_name.Alvaro Herrera2009-11-111-18/+18
* Support optional FROM/IN in FETCH and MOVEAlvaro Herrera2009-11-111-45/+31
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-051-7/+1
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-141-3/+13
* Make messages consistent with existing onesPeter Eisentraut2009-01-301-3/+3
* Message style reviewPeter Eisentraut2009-01-231-22/+22
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-291-3/+3
* Added files containing changes between gram.y and preproc.y.Michael Meskes2008-11-141-0/+382