| Age | Commit message (Expand) | Author |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-09-01 | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-19 | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane |
| 2009-03-02 | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane |
| 2009-01-07 | Add hba parameter include_realm to krb5, gss and sspi authentication, used | Magnus Hagander |
| 2009-01-07 | Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) | Magnus Hagander |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-20 | Add support for using SSL client certificates to authenticate to the | Magnus Hagander |
| 2008-11-20 | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-23 | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander |
| 2008-09-15 | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander |
| 2008-08-01 | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander |
| 2008-04-26 | Code review for recent patch to terminate online backup during shutdown: | Tom Lane |
| 2008-03-22 | Add server side lo_import(filename, oid) function. | Tatsuo Ishii |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-09 | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 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-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-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-07 | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-05-17 | Rename macro parameter, for clarity. | Bruce Momjian |
| 2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-12 | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane |
| 2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |