| Age | Commit message (Expand) | Author |
| 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-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 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-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-05-18 | okay, looks like ecpg/compatlib needs -lintl too. | Tom Lane |
| 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-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-10-05 | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane |
| 2007-10-04 | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane |
| 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 | 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-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-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 |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian |
| 2005-03-14 | Bump minor version numbers for 8.1 compared to 8.0. | Bruce Momjian |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-01-18 | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian |
| 2004-07-13 | Cause libpq and ecpg libraries to be built as proper shared libraries | Tom Lane |
| 2004-04-30 | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian |
| 2004-04-25 | Make thread flags CFLAGS, not CPPFLAGS. | Bruce Momjian |
| 2004-04-23 | Add new auto-detection of thread flags. | Bruce Momjian |
| 2004-02-10 | Repair missing inclusions of -lintl for shared libraries. | Tom Lane |
| 2003-11-30 | Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-10-28 | Include -lkrb5 when needed for shlibs depending on libpq. Per report | Tom Lane |
| 2003-09-27 | Adjust Darwin build to use the default 'two level namespace' linking | Tom Lane |
| 2003-09-27 | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian |
| 2003-08-06 | Add ecpg thread testing file. | Bruce Momjian |
| 2003-08-01 | Use only two-part shared library version numbers, for better portability | Peter Eisentraut |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut |
| 2003-06-24 | Add -L../ecpglib -lecpg for Cygwin compile. | Bruce Momjian |
| 2003-05-22 | Fix compilation on Cygwin. | Peter Eisentraut |
| 2003-04-16 | Fix some problems exposed by building outside the source tree. | Tom Lane |
| 2003-04-08 | Get rid of inappropriate flags in CPPFLAGS override --- these break | Tom Lane |
| 2003-03-30 | Forgot two new files and one that was moved. | Michael Meskes |