| Age | Commit message (Expand) | Author |
| 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 |
| 2007-03-08 | Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the | Magnus Hagander |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-02-20 | Add comment that on Win32, we don't need to check the .pgpass file | Bruce Momjian |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-08 | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-26 | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway |
| 2007-01-11 | Allow Borland CC to compile libpq and psql. | Bruce Momjian |
| 2007-01-07 | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2007-01-05 | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian |
| 2006-12-28 | Revert exports.list change pending closer study. | Tom Lane |
| 2006-12-27 | Use a more backward-compatible syntax for exports.list on Linux. | Tom Lane |
| 2006-12-19 | Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ... | Andrew Dunstan |
| 2006-12-04 | Patch of Win32 Encoding problem for server messages using | Bruce Momjian |
| 2006-12-02 | Translation updates | Peter Eisentraut |
| 2006-11-24 | Translation updates | Peter Eisentraut |
| 2006-11-21 | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane |
| 2006-11-21 | If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. | Tom Lane |
| 2006-10-21 | Translations update | Peter Eisentraut |
| 2006-10-10 | MSVC/BCC Win32 compiler fixes. | Bruce Momjian |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-01 | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane |
| 2006-09-27 | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane |
| 2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-15 | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp, | Tom Lane |
| 2006-09-09 | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane |
| 2006-09-07 | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian |
| 2006-09-04 | Add missing gettext calls for some SSL errors. | Peter Eisentraut |
| 2006-08-18 | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane |
| 2006-08-09 | Suppress MSVC warnings about weak functions by using | Bruce Momjian |