summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-15Fix typo.Robert Haas
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian
2011-09-01Add C comment about necessary NetBSD include.Bruce Momjian
2011-09-01Add missing hba.h include for NetBSD.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-28Modernise pg_hba.conf token processingAlvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-19Rename ident authentication over local connections to peerMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-27Add a client authentication hook.Robert Haas
2010-10-18Support key word 'all' in host column of pg_hba.confPeter Eisentraut
2010-10-15Support host names in pg_hba.confPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-19Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-27Add support for RADIUS authentication.Magnus Hagander
2010-01-20Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas
2010-01-16Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane
2010-01-16PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-16Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut
2009-12-16If there is no sigdelset(), define it as a macro.Peter Eisentraut
2009-12-12Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander
2009-12-11Add large object access control.Itagaki Takahiro
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-01Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-19Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-01-07Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander
2009-01-07Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-20Add support for using SSL client certificates to authenticate to theMagnus Hagander
2008-11-20Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-23* make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander
2008-09-15Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander
2008-08-01Move ident authentication code into auth.c along with the other authenciationMagnus Hagander
2008-04-26Code review for recent patch to terminate online backup during shutdown:Tom Lane
2008-03-22Add server side lo_import(filename, oid) function.Tatsuo Ishii
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian