| Age | Commit message (Expand) | Author |
| 2009-09-27 | Make libpq reject non-numeric and out-of-range port numbers with a suitable | Tom Lane |
| 2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-04 | Teach PQescapeByteaConn() to use hex format when the target connection is | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-07-24 | Avoid extra system calls to block SIGPIPE if the platform provides either | Tom Lane |
| 2009-07-13 | Stamp minor library version numbers for 8.5; sorry for the delay. | Bruce Momjian |
| 2009-07-01 | Stamp HEAD as 8.5devel. | Tom Lane |
| 2009-06-26 | Translation updates for 8.4 release. | Peter Eisentraut |
| 2009-06-23 | Properly initialize SSL engines when used from libpq. This is required for | Magnus Hagander |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-10 | Translation updates | Peter Eisentraut |
| 2009-05-27 | Reverting patch just in case a compiler treats this enum as signed. | Michael Meskes |
| 2009-05-21 | Removed comparison of unsigned expression < 0. | Michael Meskes |
| 2009-05-18 | Make pwdfMatchesString() a little more careful about matching * fields. | Tom Lane |
| 2009-05-14 | Translation updates | Alvaro Herrera |
| 2009-05-03 | Fix already-obsolete hint message ... sslverify parameter is no more. | Tom Lane |
| 2009-04-24 | Remove sslverify parameter again, replacing it with two new sslmode values: | Magnus Hagander |
| 2009-04-19 | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane |
| 2009-04-14 | Add libpq error message text on how to handle missing root.crt file. | Bruce Momjian |
| 2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
| 2009-03-31 | Add PQinitOpenSSL() function to support applications that use libcrypto | Tom Lane |
| 2009-03-28 | Clarify variable naming: pq_initssllib -> pq_init_ssl_lib | Bruce Momjian |
| 2009-03-28 | Better document PQinitSSL(0) behavior in regards to libcrypto. | Bruce Momjian |
| 2009-03-22 | Clean up pg_SSPI_error() coding a little bit: make the messages more | Tom Lane |
| 2009-01-28 | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander |
| 2009-01-19 | Fix accidental (I suppose) introduction of non-ASCII quote marks. | Tom Lane |
| 2009-01-19 | Message wordsmithing | Peter Eisentraut |
| 2009-01-13 | Remove special-handling of usernames with Kerberos authentication. We will | Magnus Hagander |
| 2009-01-09 | Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an | Tom Lane |
| 2009-01-07 | Don't require pqGetHomeDirectory to succeed if the user has specified | Magnus Hagander |
| 2009-01-05 | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut |
| 2009-01-01 | Fix a couple of missed copyright dates. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-15 | Support specifying filename for SSL certificate, key, root certificate store | Magnus Hagander |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-07 | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut |
| 2008-12-04 | Comment said we don't free the lockarray, and why. The proper fix is to | Magnus Hagander |
| 2008-12-04 | Fix typo in recent SSL unload patch. | Bruce Momjian |
| 2008-12-03 | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander |
| 2008-12-02 | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander |
| 2008-11-26 | Tweak new PQExpBufferBroken macro to suppress warnings from pickier | Tom Lane |
| 2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
| 2008-11-25 | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane |
| 2008-11-24 | Disable FNM_CASEFOLD. Need a proper solution later, but just comment | Magnus Hagander |
| 2008-11-24 | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander |
| 2008-11-13 | Fix libpq certificate validation for SSL connections. | Magnus Hagander |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-11-03 | Fix incorrect comment in SSL code | Magnus Hagander |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |