| Age | Commit message (Expand) | Author |
| 2022-09-09 | Fix possible omission of variable storage markers in ECPG. | Tom Lane |
| 2019-09-20 | Revert "Add DECLARE STATEMENT support to ECPG." | Tom Lane |
| 2019-02-16 | Add DECLARE STATEMENT support to ECPG. | Michael Meskes |
| 2019-01-24 | Remove infinite-loop hazards in ecpg test suite. | Tom Lane |
| 2017-09-05 | Remove unnecessary parentheses in return statements | Peter Eisentraut |
| 2016-07-17 | Establish conventions about global object names used in regression tests. | Tom Lane |
| 2014-04-09 | Several fixes to array handling in ecpg. | Michael Meskes |
| 2012-02-13 | Do not use the variable name when defining a varchar structure in ecpg. | Michael Meskes |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-03-09 | ecpg now adds a unique counter to its varchar struct definitions to make thes... | Michael Meskes |
| 2008-12-29 | First rounf of whitespace changes. Everything but connect-test1 should be fine. | Michael Meskes |
| 2008-11-11 | Replaced manually synced preproc.y by the one created by the new script. | Michael Meskes |
| 2008-02-17 | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes |
| 2007-08-14 | Fixed compiler warning for enum handling | Michael Meskes |
| 2007-08-14 | - Finished major rewrite to use new protocol version | Michael Meskes |
| 2007-05-27 | Sorry guys, I committed the file from my development snapshot instead the one... | Michael Meskes |
| 2007-05-27 | The source code changed, so the expected file changed too. | Michael Meskes |
| 2007-03-17 | - Changed some whitespacing in connect statement. | Michael Meskes |
| 2007-01-12 | Simplified regression handling | Michael Meskes |
| 2007-01-11 | Applied Joachim's patch for a --regression option. | Michael Meskes |
| 2007-01-05 | Update ecpg regresison output for new library version number. | Bruce Momjian |
| 2006-10-04 | Reverted changes made by pgindent | Michael Meskes |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-26 | Added Joachim's changes for MinGW. | Michael Meskes |
| 2006-09-08 | More logic from complex/test* moved to their own testcases. | Michael Meskes |