| Commit message (Expand) | Author | Age |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Refuse "local" lines in pg_hba.conf on platforms that don't support it | Magnus Hagander | 2011-05-30 |
* | Rephrase some not-supported error messages in pg_hba.conf processing. | Tom Lane | 2011-04-26 |
* | Complain if pg_hba.conf contains "hostssl" but SSL is disabled. | Tom Lane | 2011-04-26 |
* | Teach regular expression operators to honor collations. | Tom Lane | 2011-04-10 |
* | Don't make "replication" magical as a user name, only as a database name, in ... | Andrew Dunstan | 2011-04-10 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Rename ident authentication over local connections to peer | Magnus Hagander | 2011-03-19 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support suffix matching of host names in pg_hba.conf | Peter Eisentraut | 2010-10-24 |
* | Support key word 'all' in host column of pg_hba.conf | Peter Eisentraut | 2010-10-18 |
* | Fix recent changes to not break non-IPV6-aware systems. | Tom Lane | 2010-10-16 |
* | Support host names in pg_hba.conf | Peter Eisentraut | 2010-10-15 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Fix reference to nonexistent configure option | Peter Eisentraut | 2010-06-03 |
* | The message style police pay a visit to hba.c. | Tom Lane | 2010-05-26 |
* | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane | 2010-04-21 |
* | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs | 2010-04-19 |
* | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane | 2010-03-24 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | Disallow gssapi authentication on local connections, since it | Magnus Hagander | 2010-03-08 |
* | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane | 2010-03-06 |
* | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 |
* | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander | 2010-03-01 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Make RADIUS authentication use pg_getaddrinfo_all() to get address of | Magnus Hagander | 2010-02-02 |
* | Add support for RADIUS authentication. | Magnus Hagander | 2010-01-27 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 |
* | Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently | Tom Lane | 2009-10-03 |
* | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander | 2009-06-24 |
* | Message fixes | Peter Eisentraut | 2009-06-21 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add missing gettext calls around some strings. Also remove quotes around the | Alvaro Herrera | 2009-04-15 |
* | Use double quotes instead of single quotes. | Peter Eisentraut | 2009-03-25 |
* | Make pg_hba parsing report all errors in the file before aborting the load, | Magnus Hagander | 2009-03-07 |
* | Change hba load failure message to LOG instead of WARNING. | Magnus Hagander | 2009-03-04 |
* | Log a warning instead of shutting down the system if we can't load | Magnus Hagander | 2009-03-04 |
* | 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-07 |
* | Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say | Magnus Hagander | 2009-01-02 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support regular expressions in pg_ident.conf. | Magnus Hagander | 2008-11-28 |
* | Issue a proper error message when MD5 is attempted when | Bruce Momjian | 2008-11-20 |