OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / libpq /
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...
2009-01-28 Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-23 Tom LaneTweak the existing special case for AIX in pg_getaddrin...
2009-01-09 Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-07 Magnus HaganderAdd hba parameter include_realm to krb5, gss and sspi...
2009-01-07 Magnus HaganderAllow krb_realm (krb5, gssapi and sspi) and krb_server_...
2009-01-02 Magnus HaganderFix cut/paste error that caused all errors from REQUIRE...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-14 Magnus HaganderReplace both send and receive BIO routines in the SSL...
2008-12-03 Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
2008-11-28 Magnus HaganderSupport regular expressions in pg_ident.conf.
2008-11-20 Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-20 Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Magnus HaganderMake hba parsing error messages more specific.
2008-10-24 Magnus HaganderReplace now unnecessary goto statements by using return...
2008-10-24 Magnus HaganderRemove a "TODO-list" structure at the top of the file...
2008-10-24 Magnus HaganderRemove large parts of the old SSL readme, that consiste...
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
next