| Age | Commit message (Expand) | Author |
| 2008-06-08 | Stamp 8.0.17 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Stamp 8.0.16 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Translation updates. | Tom Lane |
| 2008-04-10 | Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to... | Michael Meskes |
| 2008-01-14 | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane |
| 2008-01-03 | Stamp release 8.0.15.REL8_0_15 | Tom Lane |
| 2007-11-06 | Added missing clause to parser. | Michael Meskes |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-08-29 | Fixed bug in Informix define handling. | Michael Meskes |
| 2007-07-23 | The correct min buffer size is | Magnus Hagander |
| 2007-04-19 | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian |
| 2007-02-27 | Backported bug fix for #2956. | Michael Meskes |
| 2007-02-07 | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian |
| 2007-02-06 | Backported va_list handling cleanup | Michael Meskes |
| 2007-02-02 | Stamp release 8.0.11.REL8_0_11 | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-05 | Stamp release 8.0.10. | Bruce Momjian |
| 2006-11-08 | Applied patch by Peter Harris to free auto_mem struct in ECPGconnect. | Michael Meskes |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-08-18 | Backported buffer overrun fix from HEAD | Michael Meskes |
| 2006-08-18 | Applied the connect patch from HEAD | Michael Meskes |
| 2006-07-05 | Fixed remaining Coverity bugs. | Michael Meskes |
| 2006-06-26 | Added missing braces to prevent a segfault after usage of an undeclared cursor. | Michael Meskes |
| 2006-06-26 | Added some more coverity report patches send in by Joachim Wieland <joe@mckni... | Michael Meskes |
| 2006-06-25 | Moved some free() calls that coverity correctly complains about. | Michael Meskes |
| 2006-06-21 | Added some more coverity report patches send in by Martijn van Oosterhout <kl... | Michael Meskes |
| 2006-06-21 | Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight... | Michael Meskes |
| 2006-06-19 | Do not use already free'ed errmsg, bug found by Joachim Wieland | Michael Meskes |
| 2006-06-06 | Fixed two memory leaks in ecpglib. | Michael Meskes |
| 2006-05-30 | Remove pqsignalinquire(), which is unused and has portability issues. | Tom Lane |
| 2006-05-21 | Stamp releases 7.3.15, 7.4.13, and 8.0.8. | Bruce Momjian |
| 2006-05-21 | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane |
| 2006-05-21 | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian |
| 2006-04-24 | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes |
| 2006-04-19 | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane |
| 2006-03-19 | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes |
| 2006-02-12 | Stamp releases for 2006-02-14 release | Bruce Momjian |
| 2006-01-15 | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway |
| 2006-01-05 | Stamp relesae 8.0.6. | Bruce Momjian |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-09 | Stamp 8.0.5. | Tom Lane |
| 2005-11-30 | - Made several variables "const char *" instead of "char *" as proposed by Qi... | Michael Meskes |
| 2005-10-14 | [ Backpatch to 8.0.X.] | Bruce Momjian |
| 2005-10-03 | Stamp release 8.0.4. | Tom Lane |
| 2005-09-12 | Fixed transaction command handling to not ignore savepoints and to correctly ... | Michael Meskes |
| 2005-08-24 | - Check for NULL before checking whether argument is an array. | Michael Meskes |
| 2005-07-13 | Fix libpq memory leak during PQreset() --- closePGconn() was not | Tom Lane |
| 2005-07-08 | Make libpq_gettext save and restore errno in a Windows-compatible way. | Tom Lane |
| 2005-06-02 | Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware. | Michael Meskes |