| Age | Commit message (Expand) | Author |
| 2008-09-15 | Fix error messages from recent pg_hba parsing patch to use errcontext() | Magnus Hagander |
| 2008-09-15 | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander |
| 2008-08-01 | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander |
| 2008-08-01 | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander |
| 2008-07-24 | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane |
| 2008-07-24 | Remove some redundant tests and improve comments in next_token(). | Tom Lane |
| 2008-03-31 | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-08 | Since GSSAPI and SSPI authentication don't work in protocol version 2, | Tom Lane |
| 2008-01-30 | Don't putenv() a string that is allocated in a context that will go away | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Fix typo | Peter Eisentraut |
| 2007-11-27 | correct capitalization | Peter Eisentraut |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Message improvements | Peter Eisentraut |
| 2007-11-09 | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-09-14 | Fix GSS API pointer checking. | Bruce Momjian |
| 2007-07-24 | Silence compiler warning on mingw | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-12 | Fix some warnings (probably actual bugs) generated by new GSSAPI code | Tom Lane |
| 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-11 | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2007-06-04 | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander |
| 2007-05-18 | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-13 | Improve postmaster's behavior if an accept() call fails. Because the server | Tom Lane |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-08 | Check if the role exists before doing more complex ident and Kerberos | Bruce Momjian |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2007-01-26 | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-11-06 | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-19 | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |
| 2006-10-11 | Update pg_hba.conf comment about documentation section. | Bruce Momjian |
| 2006-10-06 | Message style improvements | Peter Eisentraut |