]> granicus.if.org Git - postgresql/history - src/backend/libpq
Pgindent run before 9.1 beta2.
[postgresql] / src / backend / libpq /
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-30 Magnus HaganderRefuse "local" lines in pg_hba.conf on platforms that...
2011-05-30 Magnus HaganderDon't include local line on platforms without support
2011-05-24 Peter EisentrautAdd a "local" replication sample entry
2011-05-19 Magnus HaganderAdd example for replication in pg_hba.conf
2011-04-26 Tom LaneRephrase some not-supported error messages in pg_hba...
2011-04-26 Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-13 Heikki LinnakangasOn HP/UX, the structs used by ioctl(SIOCGLIFCONF) are...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Andrew DunstanDon't make "replication" magical as a user name, only...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Andrew DunstanAttempt to unbreak windows builds broken by commit...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-20 Tom LaneSuppress platform-dependent unused-variable warning.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-16 Tom LaneFix recent changes to not break non-IPV6-aware systems.
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-10-15 Magnus HaganderFix low-risk potential denial of service against RADIUS...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneDocument the existence of the socket lock file under...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautMessage tuning
2010-06-03 Peter EisentrautFix reference to nonexistent configure option
2010-05-26 Tom LaneFix bogus error message for SSL-cert authentication...
2010-05-26 Tom LaneThe message style police pay a visit to hba.c.
2010-05-26 Tom LaneMinor editorialization for be-secure.c: fix comments...
2010-05-26 Tom LaneTell openssl to include the names of the root certs...
2010-04-21 Tom LaneFix pg_hba.conf matching so that replication connection...
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-03-30 Peter EisentrautMessage tuning
2010-03-24 Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-21 Peter EisentrautMessage tuning
2010-03-13 Bruce MomjianRevert all keepalive moves, reevaluate.
2010-03-13 Bruce MomjianMove more tcp keepalive macros to be consistent.
2010-03-13 Bruce MomjianMove TCP keepalive macro definition
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-03-08 Magnus HaganderDisallow gssapi authentication on local connections...
2010-03-06 Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-03-01 Magnus HaganderIt's clearly now pointless to do backwards compatible...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-25 Magnus HaganderAdd configuration parameter ssl_renegotiation_limit...
2010-02-18 Heikki LinnakangasFix pq_getbyte_if_available() function. It was confused...
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-02 Magnus HaganderMake RADIUS authentication use pg_getaddrinfo_all(...
2010-01-31 Tom LaneGet rid of unportable use of socklen_t --- we have...
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-26 Peter EisentrautReformat the comments in pg_hba.conf and pg_ident.conf
2010-01-26 Peter EisentrautMake the default pg_hba.conf and pg_ident.conf align...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneSuppress compiler warning, per buildfarm member narwhal
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-10-16 Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-14 Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14 Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-03 Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-15 Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-25 Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-24 Magnus Haganderparse_ident_usermap() shuold use ereport(LOG) and not...
2009-06-21 Peter EisentrautMessage fixes
2009-06-11 Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-27 Magnus HaganderProperly return the usermap result when doing gssapi...
2009-05-16 Tom LaneImprove comments in pg_ident.conf.sample.
2009-05-11 Magnus HaganderSupport SSL certificate chains in the server certificat...
2009-04-23 Tom LaneSuppress some 'variable may be used uninitialized'...
2009-04-15 Alvaro HerreraAdd missing gettext calls around some strings. Also...
2009-04-01 Tom LaneRemove last references to the crypt auth method, per...
2009-03-25 Peter EisentrautUse double quotes instead of single quotes.
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
2009-03-07 Magnus HaganderMake pg_hba parsing report all errors in the file befor...
2009-03-04 Magnus HaganderChange hba load failure message to LOG instead of WARNING.
2009-03-04 Magnus HaganderLog a warning instead of shutting down the system if...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
next