| Age | Commit message (Expand) | Author |
| 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 |
| 2008-10-27 | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander |
| 2008-10-27 | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander |
| 2008-10-24 | Remove notes from the frontend SSL source that are incorrect or | Magnus Hagander |
| 2008-10-23 | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander |
| 2008-10-01 | Link libpq with libgssapi if configure finds it, as | Magnus Hagander |
| 2008-09-22 | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-09-19 | Add a PQfireResultCreateEvents function to allow applications to mimic the | Tom Lane |
| 2008-09-19 | Improve the recently-added libpq events code to provide more consistent | Tom Lane |
| 2008-09-17 | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane |
| 2008-09-10 | Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. | Tom Lane |
| 2008-08-20 | Make libpq on windows not try to send chunks larger than 64Kb. | Magnus Hagander |
| 2008-08-16 | Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. | Bruce Momjian |
| 2008-06-27 | Fix standalone libpq build on win32. | Magnus Hagander |
| 2008-06-23 | Add libpq comment about how to determine the format used for passing | Bruce Momjian |
| 2008-05-29 | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane |
| 2008-05-21 | Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on | Magnus Hagander |