| Age | Commit message (Expand) | Author |
| 2007-06-15 | Applied patch by Joachim to enable checktcp again | Michael Meskes |
| 2007-06-14 | Add resultmap entries for mingw - same as for msvc | Magnus Hagander |
| 2007-06-14 | Properly identify mingw as a win32 platform needing different diff | Magnus Hagander |
| 2007-06-12 | VPATH fixes. | Alvaro Herrera |
| 2007-06-12 | Fix search/replace error in makefile for ecpg tests | Magnus Hagander |
| 2007-06-12 | Fixed reduce/recuce problem due to CURRENT_P. | Michael Meskes |
| 2007-06-12 | Rewrite ECPG regression test driver in C, by splitting the standard | Magnus Hagander |
| 2007-06-12 | Synced parser and keyword list. | Michael Meskes |
| 2007-06-11 | Should not try to unlink stdout. | Michael Meskes |
| 2007-06-11 | Fixed one memory leak in descriptor code. | Michael Meskes |
| 2007-06-04 | Update expected files for textual changes | Peter Eisentraut |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-28 | Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. | 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-05-27 | Applied Joachim's patch for ecpg_config.h creation on Vista. | Michael Meskes |
| 2007-05-21 | Also removed the function not just the call, sorry. | Michael Meskes |
| 2007-05-21 | Do not try to find local timezone in DecodeDateTime() because the | Michael Meskes |
| 2007-05-20 | tackling Vista problem - another try | Michael Meskes |
| 2007-05-17 | Removed mktime() call to hopefully get rid of some compatibility problems. | Michael Meskes |
| 2007-05-10 | Added some more error logging. | Michael Meskes |
| 2007-05-10 | - Synced parser and keyword list | Michael Meskes |
| 2007-04-27 | Removed non-existant function from extern.h | Michael Meskes |
| 2007-04-27 | Inlined two functions to get rid of va_list problems on some archs. | Michael Meskes |
| 2007-04-01 | Complete cleaning | Peter Eisentraut |
| 2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander |
| 2007-03-29 | - Added patch by Magnus Hagander <magnus@hagander.net> to use native | Michael Meskes |
| 2007-03-27 | Fix typo, ensable -> enable, per Steve Gieseking. | Tom Lane |
| 2007-03-18 | Fix ecpg/preproc makefile for parallel builds: parser.o must depend | Tom Lane |
| 2007-03-17 | - Changed some whitespacing in connect statement. | Michael Meskes |
| 2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2007-02-11 | Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>. | Michael Meskes |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2007-02-02 | Applied Magnus Hagander's patch to take away some compiler warnings. | Michael Meskes |
| 2007-02-02 | Cleaned up va_list handling. Hopefully this now works on all archs. | Michael Meskes |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-27 | Fixed expected files, so they are in sync with tests again. | Michael Meskes |
| 2007-01-25 | Removed compiler warning due to unneeded unsigned declaration. | Michael Meskes |
| 2007-01-21 | Remove some unused variables | Peter Eisentraut |
| 2007-01-21 | Put back libpq link, but make sure that libpq's in-tree directory is | Peter Eisentraut |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-20 | The libpq library directory was mentioned here in the wrong place, which | Peter Eisentraut |
| 2007-01-20 | Only build ecpg test code when the test is to be performed, in line with | Peter Eisentraut |
| 2007-01-12 | Missed two new files from Joachim's patch. | Michael Meskes |
| 2007-01-12 | also adjust MinGW expected file to new setup | 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 |