aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/extern.h
Commit message (Expand)AuthorAge
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes2011-01-09
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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 sqlda support toMichael Meskes2010-01-05
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-26
* Remove outside-the-scanner references to "yyleng".Tom Lane2009-09-08
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane2009-06-03
* Synced parser.Michael Meskes2008-05-20
* pgindent run for 8.3.Bruce Momjian2007-11-15
* More cleaning up and removed some duplicates.Michael Meskes2007-08-22
* Hopefully fixed missing CHAR_BIT symbolMichael Meskes2007-08-14
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-11
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* - Added additional test case.Michael Meskes2004-05-07
* - Added just another patch by Dave that fixes a reversed order inMichael Meskes2003-12-17
* pgindent run.Bruce Momjian2003-08-04
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-29
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-22
* - Added more compatibility functions.Michael Meskes2003-05-14
* Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes2003-05-01
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-13
* Add guards against double inclusion.Peter Eisentraut2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* - Fixed some parser bugs.Michael Meskes2002-05-20
* Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes2002-03-21
* - Fixed variable handling for struct members.Michael Meskes2002-01-13
* Fixed several bugs concerning indicators and added error messages instead of ...Michael Meskes2001-12-09
* Committed again to add the missing files/patches.Michael Meskes2001-11-16
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* - Synced preproc.y with gram.y.Michael Meskes2001-09-19
* Add ecpg --help and --version. Renumber the exit status codes, which werePeter Eisentraut2001-08-24
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes2000-11-07
* Remove bogus extern for 'descriptors' variable, which is in fact static.Tom Lane2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12