summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/extern.h
AgeCommit message (Expand)Author
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
2002-03-21Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes
2002-01-13 - Fixed variable handling for struct members.Michael Meskes
2001-12-09Fixed several bugs concerning indicators and added error messages instead of ...Michael Meskes
2001-11-16Committed again to add the missing files/patches.Michael Meskes
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-24Add ecpg --help and --version. Renumber the exit status codes, which werePeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-07Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes
2000-04-14Remove bogus extern for 'descriptors' variable, which is in fact static.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-10*** empty log message ***Michael Meskes
2000-03-09*** empty log message ***Michael Meskes
2000-03-07*** empty log message ***Michael Meskes
2000-03-02*** empty log message ***Michael Meskes
2000-02-22*** empty log message ***Michael Meskes
2000-02-18*** empty log message ***Michael Meskes
2000-02-17*** empty log message ***Michael Meskes
2000-02-16*** empty log message ***Michael Meskes
2000-02-14*** empty log message ***Michael Meskes
2000-02-04Made prototypes for yyerror() consistent with Bruce's last changesJan Wieck
2000-01-27*** empty log message ***Michael Meskes
2000-01-20ecpg shouldn't depend on parser/gramparse.h. Also, eliminate someTom Lane
2000-01-18*** empty log message ***Michael Meskes
1999-12-08*** empty log message ***Michael Meskes
1999-05-25pgindent run over code.Bruce Momjian
1999-04-14*** empty log message ***Michael Meskes
1999-03-24*** empty log message ***Michael Meskes
1999-02-23From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-20From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1998-10-03Changes from Michael Meskes:Thomas G. Lockhart