aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Refuse "local" lines in pg_hba.conf on platforms that don't support itMagnus Hagander2011-05-30
* Don't include local line on platforms without supportMagnus Hagander2011-05-30
* Add a "local" replication sample entryPeter Eisentraut2011-05-24
* Add example for replication in pg_hba.confMagnus Hagander2011-05-19
* Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane2011-04-26
* Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane2011-04-26
* On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differentlyHeikki Linnakangas2011-04-13
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* Don't make "replication" magical as a user name, only as a database name, in ...Andrew Dunstan2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan2011-03-30
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Suppress platform-dependent unused-variable warning.Tom Lane2011-03-20
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add a client authentication hook.Robert Haas2010-10-26
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Support key word 'all' in host column of pg_hba.confPeter Eisentraut2010-10-18
* Fix recent changes to not break non-IPV6-aware systems.Tom Lane2010-10-16
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Fix low-risk potential denial of service against RADIUS login.Magnus Hagander2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document the existence of the socket lock file under unix_socket_directory,Tom Lane2010-08-26
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Make the Windows tcp keepalive support depend on the existance of theMagnus Hagander2010-07-08
* Add support for TCP keepalives on Windows, both for backend and the newMagnus Hagander2010-07-08
* Support setting the keepalive idle time on MacOS X.Robert Haas2010-07-06
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Message tuningPeter Eisentraut2010-06-29
* Fix reference to nonexistent configure optionPeter Eisentraut2010-06-03
* Fix bogus error message for SSL-cert authentication, due to lack ofTom Lane2010-05-26
* The message style police pay a visit to hba.c.Tom Lane2010-05-26
* Minor editorialization for be-secure.c: fix comments and some formattingTom Lane2010-05-26
* Tell openssl to include the names of the root certs the server trusts inTom Lane2010-05-26
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Message tuningPeter Eisentraut2010-03-30
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Message tuningPeter Eisentraut2010-03-21