| Age | Commit message (Expand) | Author |
| 2002-09-20 | Synced yet again.origin/ecpg_big_bison | Michael Meskes |
| 2002-09-11 | Synced yet again. | Michael Meskes |
| 2002-09-01 | Synced parser. | Michael Meskes |
| 2002-08-20 | MAde preproc.y compile with bison 1.49b. | Michael Meskes |
| 2002-08-18 | Synced parser with backend. | Michael Meskes |
| 2002-07-21 | Corrected Makefile and preproc.y for big_bison branch. | Michael Meskes |
| 2002-07-21 | Re-committing the whole big_bison tag. | Michael Meskes |
| 2002-07-01 | Removed debug output. | Michael Meskes |
| 2002-07-01 | Hopefully it now works as I think it should. | Michael Meskes |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-17 | Fixed parser bug concerning octal numbers in single quotes. | Michael Meskes |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-20 | - Fixed some parser bugs. | Michael Meskes |
| 2002-05-19 | - Fixed reduce/reduce conflict in parser. | Michael Meskes |
| 2002-04-28 | - Synced yet again. | Michael Meskes |
| 2002-04-22 | Synced preproc.y and keywords.c. | Michael Meskes |
| 2002-04-16 | Fixed typo in preproc/type.h | Michael Meskes |
| 2002-04-14 | - Synced preproc.y with gram.y | Michael Meskes |
| 2002-04-05 | When a macro is replaced by the preprocessor, pgc.l reaches a end of | Bruce Momjian |
| 2002-03-24 | Indenting #if commands is not portable, is it? | Tom Lane |
| 2002-03-21 | Fix minor syntax error. | Tom Lane |
| 2002-03-21 | Added typedef patches and a new option '-c' to automatically create C typedef... | Michael Meskes |
| 2002-03-19 | Add missing trailing semicolons to ecpg rules. | Bruce Momjian |
| 2002-03-15 | Manually clean up indenting of ecpg lex/yacc files, OK'ed by Michael | Bruce Momjian |
| 2002-03-11 | Changed the version numbers, but did not commit the Makefiles. | Michael Meskes |
| 2002-03-10 | Fixed two bugs in define command in pgc.l | Michael Meskes |
| 2002-03-10 | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian |
| 2002-03-06 | Synced parser with backend. | Michael Meskes |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-02-23 | Add -Wno-error to CFLAGS, so the rest of the tree can compile with | Peter Eisentraut |
| 2002-02-15 | Remove warning about automatic inclusion of sqlca. | Peter Eisentraut |
| 2002-01-13 | - Fixed variable handling for struct members. | Michael Meskes |
| 2002-01-10 | Include sqlca.h automatically. | Michael Meskes |
| 2002-01-10 | The result of getopt() should be compared to -1, not EOF, per | Tom Lane |
| 2002-01-09 | Fix include paths for case of VPATH build. | Tom Lane |
| 2002-01-08 | Revert last change (CFLAGS+=-g). Probably was a mistake... | Peter Eisentraut |
| 2002-01-08 | Remove shift/reduce conflicts introduced by last change. | Tom Lane |
| 2002-01-08 | Fixed array pointers, no longer using void * in arithmetics. | Michael Meskes |
| 2002-01-07 | Fixed parser to accept initializing expressions starting with "(". | Michael Meskes |
| 2001-12-23 | - Removed space_or_nl and line_end from pgc.l. | Michael Meskes |
| 2001-12-10 | committed the missing files | Michael Meskes |
| 2001-12-09 | Fixed several bugs concerning indicators and added error messages instead of ... | Michael Meskes |
| 2001-12-08 | Fix ecpg to allow pointer to structs. | Michael Meskes |
| 2001-12-06 | - Removed debug message from preproc.y. | Michael Meskes |
| 2001-12-05 | - Fixed variable handling in AT statement. | Michael Meskes |
| 2001-12-04 | Fixed dumping of structs without indicators. | Michael Meskes |
| 2001-11-21 | // -> /* */, per Tatsuo. | Bruce Momjian |
| 2001-11-16 | Once again, Michael has overwritten someone else's patch ... | Tom Lane |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-11-16 | Committed again to add the missing files/patches. | Michael Meskes |