summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/preproc.c
AgeCommit message (Collapse)Author
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-03-14Reversed out libpq protocol patch for Tom Lane.Bruce Momjian
1999-03-14Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian
DwD -- Daryl W. Dunbar
1999-02-28From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
+ + Tue Feb 23 17:32:25 CET 1999 + + - Other than a struct a union itself cannot be specified as variable. + + Fri Feb 26 07:18:25 CET 1999 + + - Synced preproc.y with gram.y. + + Sat Feb 27 20:30:03 CET 1999 + + - Added automatic allocating for NULL pointers.