| Age | Commit message (Expand) | Author |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-18 | Make GUC variables for syslog and SSL always visible | Magnus Hagander |
| 2010-12-10 | Use symbolic names not octal constants for file permission flags. | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-10-27 | Add a client authentication hook. | Robert Haas |
| 2010-10-24 | Support suffix matching of host names in pg_hba.conf | Peter Eisentraut |
| 2010-10-18 | Support key word 'all' in host column of pg_hba.conf | Peter Eisentraut |
| 2010-10-16 | Fix recent changes to not break non-IPV6-aware systems. | Tom Lane |
| 2010-10-15 | Support host names in pg_hba.conf | Peter Eisentraut |
| 2010-10-15 | Fix low-risk potential denial of service against RADIUS login. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-26 | Document the existence of the socket lock file under unix_socket_directory, | Tom Lane |
| 2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas |
| 2010-07-08 | Make the Windows tcp keepalive support depend on the existance of the | Magnus Hagander |
| 2010-07-08 | Add support for TCP keepalives on Windows, both for backend and the new | Magnus Hagander |
| 2010-07-06 | Support setting the keepalive idle time on MacOS X. | Robert Haas |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-06-29 | Message tuning | Peter Eisentraut |
| 2010-06-03 | Fix reference to nonexistent configure option | Peter Eisentraut |
| 2010-05-26 | Fix bogus error message for SSL-cert authentication, due to lack of | Tom Lane |
| 2010-05-26 | The message style police pay a visit to hba.c. | Tom Lane |
| 2010-05-26 | Minor editorialization for be-secure.c: fix comments and some formatting | Tom Lane |
| 2010-05-26 | Tell openssl to include the names of the root certs the server trusts in | Tom Lane |
| 2010-04-21 | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane |
| 2010-04-19 | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs |
| 2010-03-30 | Message tuning | Peter Eisentraut |
| 2010-03-24 | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane |
| 2010-03-21 | Message tuning | Peter Eisentraut |
| 2010-03-13 | Revert all keepalive moves, reevaluate. | Bruce Momjian |
| 2010-03-13 | Move more tcp keepalive macros to be consistent. | Bruce Momjian |
| 2010-03-13 | Move TCP keepalive macro definition | Bruce Momjian |
| 2010-03-13 | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian |
| 2010-03-08 | Disallow gssapi authentication on local connections, since it | Magnus Hagander |
| 2010-03-06 | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-03-01 | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander |
| 2010-02-18 | Fix pq_getbyte_if_available() function. It was confused on what it | Heikki Linnakangas |
| 2010-02-16 | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-02 | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander |
| 2010-01-31 | Get rid of unportable use of socklen_t --- we have a configure test | Tom Lane |
| 2010-01-27 | Add support for RADIUS authentication. | Magnus Hagander |
| 2010-01-26 | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut |
| 2010-01-26 | Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries | Peter Eisentraut |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-10 | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |