summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/parse.pl
AgeCommit message (Expand)Author
2017-08-14Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-03-15Fix typos.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-10Clean up the mess from => patch.Tom Lane
2015-02-24Improve parser's one-extra-token lookahead mechanism.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-07-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-06-14Move parse2.pl to parse.plPeter Eisentraut
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-26Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes
2009-11-21Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane
2009-11-05Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane
2009-01-29Message fixPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-14Adding script that generates preproc.y from gram.y to CVS.Michael Meskes