| Age | Commit message (Expand) | Author |
| 2008-01-14 | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane |
| 2008-01-03 | Stamp release 7.4.19.REL7_4_19 | 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-07-23 | The proper guaranteed buffer size for errors 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-02 | Stamp release 7.4.16.REL7_4_16 | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-05 | Stamp release 7.4.15. | Bruce Momjian |
| 2006-10-10 | Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in, | Bruce Momjian |
| 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-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-05 | Stamp release 7.4.11. | Bruce Momjian |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-09 | Stamp 7.4.10. | Tom Lane |
| 2005-10-14 | [ Backpatch to 7.4.X.] | Bruce Momjian |
| 2005-10-03 | Stamp release 7.4.9. | Tom Lane |
| 2005-08-24 | - Check for NULL before checking whether argument is an array. | Michael Meskes |
| 2005-07-16 | ecpglib depends on last_path_separator from src/port/path.c, so we'd | Tom Lane |
| 2005-07-14 | Fix mis-backport of libpq memory leak fix. Per Michael Fuhr. | Tom Lane |
| 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 | Fixed memory leak in ecpglib by adding some missing free() commands. | Michael Meskes |
| 2005-05-08 | In Blob.getBytes(long position, int length) position is an offset | Kris Jurka |
| 2005-05-05 | Stamp release 7.4.8. | Tom Lane |
| 2005-05-05 | Add WSACleanup() for Win32 socket cleanup. | Bruce Momjian |
| 2005-04-22 | Release build 216. | Kris Jurka |
| 2005-04-22 | Updatable ResultSets need to check for an empty ResultSet because | Kris Jurka |
| 2005-04-22 | When moveToCurrentRow is called and the current row is off the | Kris Jurka |
| 2005-04-18 | When positioned before the start of a ResultSet issuing relative(0) | Kris Jurka |
| 2005-01-30 | Stamp release 7.4.7. | Tom Lane |
| 2005-01-13 | Fix mapping infinite timestamp values to arbitrary dates. | Kris Jurka |
| 2005-01-11 | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane |
| 2004-11-10 | List VALUE as a keyword. | Michael Meskes |
| 2004-11-01 | fixed bug in REVOKE statement cat_str only has 8 arguments | Dave Cramer |
| 2004-10-30 | New translations | Peter Eisentraut |
| 2004-10-22 | Stamp release 7.4.6.REL7_4_6 | Tom Lane |
| 2004-10-21 | Correctly cast the return value of a CallableStatement when getShort | Kris Jurka |
| 2004-10-05 | '::' is no longer interpreted as a variable in a prepare statement. | Michael Meskes |
| 2004-09-13 | Protected access to variable m_preparedCount via synchronized | Kris Jurka |
| 2004-09-13 | ResultSet.moveToCurrentRow was checking the cached updateability flag | Kris Jurka |