| Age | Commit message (Expand) | Author |
| 2008-02-16 | Rename a libpq NOT_USED SSL function to | Bruce Momjian |
| 2008-02-13 | Bump minor library version numbers for 8.4. | Bruce Momjian |
| 2008-02-13 | Stamp HEAD as 8.4devel. | Tom Lane |
| 2008-01-31 | Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually | Tom Lane |
| 2008-01-31 | Translation updates | Peter Eisentraut |
| 2008-01-30 | Translation updates | Peter Eisentraut |
| 2008-01-29 | Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; | Tom Lane |
| 2008-01-29 | Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these | Tom Lane |
| 2008-01-17 | Insert into getCopyDataMessage() the same logic that already existed in the | Tom Lane |
| 2008-01-15 | Be less wishy-washy in the documentation and comments about whether a | Tom Lane |
| 2008-01-14 | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane |
| 2008-01-10 | Generate and include manifest in standalone libpq build on Windows. | Magnus Hagander |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-21 | libpq needs pgsleep on win32 because of the changes to port/open.c. | Magnus Hagander |
| 2007-12-09 | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane |
| 2007-12-04 | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander |
| 2007-11-30 | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander |
| 2007-11-29 | Translation updates | Peter Eisentraut |
| 2007-11-21 | Fix build of libpq for Borland CC. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-27 | Translation updates | Peter Eisentraut |
| 2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
| 2007-10-09 | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander |
| 2007-10-04 | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane |
| 2007-10-03 | Minor improvements to hack for old OpenSSL libraries: avoid unused | Tom Lane |
| 2007-10-03 | Attempt to open certificate file "manually" using fopen before | Magnus Hagander |
| 2007-10-02 | Fix a compiler warning on Win32. Hannes Eder. | Neil Conway |
| 2007-10-02 | Default to thread safety on, and support more CPU options. Also | Magnus Hagander |
| 2007-10-02 | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane |
| 2007-10-01 | Use BIO functions to avoid passing FILE * pointers to OpenSSL functions. | Magnus Hagander |
| 2007-10-01 | Build with /GS on 64-bit to work with modern Platform SDK. | Magnus Hagander |
| 2007-09-25 | Small string tweaks | Peter Eisentraut |
| 2007-09-14 | Add LDAP URL documentation. | Bruce Momjian |
| 2007-08-03 | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander |
| 2007-07-25 | Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-07-23 | Just noticed that libpq thinks the maximum command tag length is 40, | Tom Lane |
| 2007-07-23 | Use PQExpBuffer for error message in fe-auth.c. | Magnus Hagander |
| 2007-07-23 | Stupid typo. | Magnus Hagander |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-12 | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander |
| 2007-07-12 | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander |
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander |
| 2007-07-11 | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2007-07-08 | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane |
| 2007-07-08 | Arrange for the authentication request type to be preserved in | Joe Conway |
| 2007-04-18 | Enable building of 64-bit libpq using visual studio 8 and the | Magnus Hagander |
| 2007-04-18 | Silence mingw compiler warning | Magnus Hagander |