]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/preproc/ecpg.header
Use "%option prefix" to set API names in ecpg's lexer.
[postgresql] / src / interfaces / ecpg / preproc / ecpg.header
2016-12-11 Tom LaneUse "%option prefix" to set API names in ecpg's lexer.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2014-10-22 Michael MeskesSmall code cleanup.
2014-07-21 Peter EisentrautReplace "internationalize" with "localize" where approp...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2013-11-27 Michael MeskesECPG: Fix searching for quoted cursor names case-sensit...
2013-11-20 Peter Eisentrautecpg: Split off mmfatal() from mmerror()
2012-01-04 Michael MeskesMade code in ecpg better readable.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-01-09 Michael MeskesThere is no need to have to identical functions in...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-10 Michael MeskesCursor names in the backend are not case-sensitve....
2010-05-25 Michael MeskesAdded a configure test for "long long" datatypes. So...
2010-05-20 Michael MeskesEcpg now accepts "long long" datatypes even if "long...
2010-03-09 Michael Meskesecpg now adds a unique counter to its varchar struct...
2010-01-29 Michael MeskesChanged ECPG outofscope handling to always print out...
2010-01-29 Michael MeskesFixed a few typos in ecpg. Two were in comments, the...
2010-01-26 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-09-08 Tom LaneRemove outside-the-scanner references to "yyleng".
2009-08-07 Michael MeskesAdded STRING datatype for Informix compatibility mode...
2009-06-10 Peter EisentrautArrange that the string "syntax error" generated by...
2009-06-03 Tom LaneClean up ecpg's use of mmerror(): const-ify the format...
2009-01-23 Peter EisentrautMessage style review
2008-12-29 Michael MeskesFirst rounf of whitespace changes. Everything but conne...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-14 Michael MeskesFixed test for output_filename == stdout.
2008-11-14 Michael MeskesAdded files containing changes between gram.y and prepr...