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