| Age | Commit message (Expand) | Author |
| 2015-06-15 | Check for out of memory when allocating sqlca. | Michael Meskes |
| 2015-06-13 | Fix intoasc() in Informix compat lib. This function used to be a noop. | Michael Meskes |
| 2015-05-19 | Revert error-throwing wrappers for the printf family of functions. | Tom Lane |
| 2015-05-18 | Add error-throwing wrappers for the printf family of functions. | Noah Misch |
| 2015-04-24 | Build every ECPG library with -DFRONTEND. | Noah Misch |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-26 | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs... | Michael Meskes |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-10-01 | Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de... | Michael Meskes |
| 2009-09-03 | Removed some variables no longer needed. | Michael Meskes |
| 2009-08-27 | exports.txt needs to use spaces as separators, not tabs, to work properly | Magnus Hagander |
| 2009-08-14 | Made sure sqlca is reset for declare cursor in Informix mode as pointed out by | Michael Meskes |
| 2009-08-07 | Added STRING datatype for Informix compatibility mode. This work is | Michael Meskes |
| 2009-07-13 | Stamp minor library version numbers for 8.5; sorry for the delay. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-20 | Removed unsigned/signed mismatches. | Michael Meskes |
| 2009-01-15 | NLS cleanup in ecpglib | Peter Eisentraut |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-01 | Do not eat memory even in case of an out-of-memory error. | Michael Meskes |
| 2008-07-17 | Add MSVC++ debug libraries to .cvsignore. | Alvaro Herrera |
| 2008-05-18 | okay, looks like ecpg/compatlib needs -lintl too. | Tom Lane |
| 2008-05-16 | Add localization support to ecpg. | Peter Eisentraut |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
| 2008-02-26 | Refactor the code that creates the shared library export files to appear | Peter Eisentraut |
| 2008-02-13 | Bump minor library version numbers for 8.4. | Bruce Momjian |
| 2008-01-08 | informix.c was violating the coding rule about not including any | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-05 | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane |
| 2007-10-05 | Add .cvsignore files to suppress CVS gripes about ecpg .def files. | Tom Lane |
| 2007-10-04 | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane |
| 2007-10-04 | Replaced tabs by white spaces | Michael Meskes |
| 2007-10-04 | Removed newline at end of exports files. | Michael Meskes |
| 2007-10-04 | Added def-files to all: target so they are build everytime. | Michael Meskes |
| 2007-10-03 | Argh, missing dll in filename | Michael Meskes |
| 2007-10-03 | Fix command for fetching snprintf.c. | Tom Lane |
| 2007-10-03 | This could be what's missing on some systems. | Michael Meskes |
| 2007-10-03 | Stripped two symbols that are needed. | Michael Meskes |
| 2007-10-03 | Also build snprintf from pgport if needed. | Michael Meskes |
| 2007-10-03 | Remove exports.list in clean target. | Michael Meskes |
| 2007-10-03 | Also created export list for pgytpeslib and compatlib. | Michael Meskes |
| 2007-10-03 | Use snprintf from libpgport in ecpg compatlib. Required since | Magnus Hagander |
| 2007-10-03 | Cleaned up ecpglib and renamed functions that do not need to be exported. | Michael Meskes |
| 2007-08-14 | - Finished major rewrite to use new protocol version | Michael Meskes |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-05 | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-10 | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane |
| 2006-08-28 | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane |