summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/extern.h
AgeCommit message (Expand)Author
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-11-13Remove unused code in ECPG.Tom Lane
2018-03-13Add Oracle like handling of char arrays.Michael Meskes
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2014-10-22Small code cleanup.Michael Meskes
2014-05-06pgindent run for 9.4Bruce Momjian
2013-11-20ecpg: Split off mmfatal() from mmerror()Peter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2010-11-02Some cleanup in ecpg code:Michael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-26Applied patch by Boszormenyi Zoltan <[email protected]> to add out-of-scope curs...Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <[email protected]> to add sqlda support toMichael Meskes
2009-11-26Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-03Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane
2008-05-20Synced parser.Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-22More cleaning up and removed some duplicates.Michael Meskes
2007-08-14Hopefully fixed missing CHAR_BIT symbolMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2007-01-11Applied Joachim's patch for a --regression option.Michael Meskes
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-05-07- Added additional test case.Michael Meskes
2003-12-17- Added just another patch by Dave that fixes a reversed order inMichael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-13- Enable FETCH without INTO.Michael Meskes
2003-05-29Changed variable parsing so struct[n].attr works.Michael Meskes
2003-05-22ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-02-13- Applied error reporting patch by Matthew VanecekMichael Meskes
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-05-20 - Fixed some parser bugs.Michael Meskes