| Age | Commit message (Expand) | Author |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2009-12-10 | tag 7.4.27REL7_4_27 | Marc G. Fournier |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-09-08 | Remove outside-the-scanner references to "yyleng". | Tom Lane |
| 2009-09-04 | Tag 7.4.26REL7_4_26 | Marc G. Fournier |
| 2009-09-03 | Translation updates | Peter Eisentraut |
| 2009-03-13 | tag 7.4.25REL7_4_25 | Marc G. Fournier |
| 2009-01-30 | tag 7.4.24REL7_4_24 | Marc G. Fournier |
| 2009-01-28 | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander |
| 2008-10-31 | tag 7.4.23REL7_4_23 | Marc G. Fournier |
| 2008-10-30 | Translation updates | Peter Eisentraut |
| 2008-10-10 | Optional argument should be optional. | Michael Meskes |
| 2008-09-19 | tag for 7.4.22REL7_4_22 | Marc G. Fournier |
| 2008-06-08 | Stamp 7.4.21 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Stamp 7.4.20 (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 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 |