| Age | Commit message (Expand) | Author |
| 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-12 | Applied Lee Kindness' patch to fix one of memory allocation with floating poi... | 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-21 | Include stdio.h and stdlib.h for completeness. | Thomas G. Lockhart |
| 2002-04-20 | Add missing include. | Peter Eisentraut |
| 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-20 | Just one more test case. | 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-23 | Added patch to temporarily disable locale for descriptors too (Christof) | Michael Meskes |
| 2002-01-18 | Accept subsequent commits. This should have been just a warning anyway. I | Michael Meskes |
| 2002-01-14 | Ensure that ecpg/test is cleaned by higher-level 'make clean'. | Tom Lane |
| 2002-01-13 | - Fixed variable handling for struct members. | Michael Meskes |
| 2002-01-11 | Added Christof's fixes. | 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 | Fix copy-and-paste mistake exposed by gcc warning. | 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 |
| 2002-01-07 | Editorial review | Peter Eisentraut |
| 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 | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane |
| 2001-11-21 | // -> /* */, per Tatsuo. | Bruce Momjian |
| 2001-11-16 | Once again, Michael has overwritten someone else's patch ... | Tom Lane |