summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/variable.c
AgeCommit message (Expand)Author
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-12-06Fixed bug in parsing of typedef'ed array sizes.Michael Meskes
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
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
2004-04-23Fixed memory misusage in variable handling.Michael Meskes
2004-03-04- Fixed segfault due to missing check for variable declaration.Michael Meskes
2004-01-28Removed some debugging output.Michael Meskes
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2003-12-17- Added just another patch by Dave that fixes a reversed order inMichael Meskes
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-07-07"char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-11Make sure a variable is no longer referenced when it is removed.Michael Meskes
2003-05-29Changed variable parsing so struct[n].attr works.Michael Meskes
2003-05-29Parse forward definiton of structs.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
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-01-13 - Fixed variable handling for struct members.Michael Meskes
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-10committed the missing filesMichael Meskes
2001-11-21// -> /* */, per Tatsuo.Bruce Momjian
2001-11-16Committed again to add the missing files/patches.Michael Meskes
2001-03-16Fixed bug in handling of pointers to structs.Michael Meskes
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-09-19*** empty log message ***Michael Meskes
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
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-17*** empty log message ***Michael Meskes