| Age | Commit message (Expand) | Author |
| 2025-02-20 | Add support for OAUTHBEARER SASL mechanism | Daniel Gustafsson |
| 2023-02-15 | Add description for new patterns supported in HBA and ident sample files | Michael Paquier |
| 2022-11-24 | Add support for file inclusions in HBA and ident configuration files | Michael Paquier |
| 2021-04-29 | pg_hba.conf.sample: Reword connection type section | Peter Eisentraut |
| 2020-05-26 | gss: add missing references to hostgssenc and hostnogssenc | Bruce Momjian |
| 2017-04-18 | Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. | Heikki Linnakangas |
| 2017-03-09 | Enable replication connections by default in pg_hba.conf | Peter Eisentraut |
| 2017-03-07 | Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). | Heikki Linnakangas |
| 2016-10-25 | Consistently mention 'SELECT pg_reload_conf()' in config files | Bruce Momjian |
| 2014-01-19 | Remove support for native krb5 authentication | Magnus Hagander |
| 2012-02-01 | initdb: Add options --auth-local and --auth-host | Peter Eisentraut |
| 2011-05-30 | Don't include local line on platforms without support | Magnus Hagander |
| 2011-05-24 | Add a "local" replication sample entry | Peter Eisentraut |
| 2011-05-19 | Add example for replication in pg_hba.conf | Magnus Hagander |
| 2011-03-19 | Rename ident authentication over local connections to peer | Magnus Hagander |
| 2010-10-24 | Support suffix matching of host names in pg_hba.conf | Peter Eisentraut |
| 2010-10-15 | Support host names in pg_hba.conf | Peter Eisentraut |
| 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 |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-04-01 | Remove last references to the crypt auth method, per Andreas Scherbaum. | Tom Lane |
| 2008-11-20 | Add support for using SSL client certificates to authenticate to the | Magnus Hagander |
| 2008-10-23 | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2006-10-11 | Update pg_hba.conf comment about documentation section. | Bruce Momjian |
| 2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
| 2005-10-11 | Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. | Neil Conway |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-01-07 | Improve comments in sample config files. | Tom Lane |
| 2004-11-06 | Now that we advertize only CIDR address in pg_hba.conf, remove | Bruce Momjian |
| 2004-10-06 | Adjustment to test on unix domain socket variable for pg_hba.conf | Bruce Momjian |
| 2004-10-06 | Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain | Bruce Momjian |
| 2004-08-26 | Update documentation to prefer CIDR format for pg_hba.conf and use new | Bruce Momjian |
| 2004-08-26 | Update Win32 wording. | Bruce Momjian |
| 2004-08-21 | Remove Solaris bug mention in pg_hba.conf. | Bruce Momjian |
| 2004-08-20 | >>At this stage of the game I would just change pg_hba.conf.sample to use | Bruce Momjian |
| 2004-08-01 | >I got a new idea on this. I think we should add an initdb option that | Bruce Momjian |
| 2003-12-25 | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian |
| 2003-09-13 | When I sent in the sslmode patch I forgot to update the | Bruce Momjian |
| 2003-09-07 | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane |
| 2003-09-05 | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane |
| 2003-08-01 | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane |
| 2003-06-25 | Here's a small patch to pg_hba.conf.sample that explains the use of CIDR | Bruce Momjian |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |