summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
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
2007-11-09Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-07-08Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane
2007-07-08Arrange for the authentication request type to be preserved inJoe Conway
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-17Rename macro parameter, for clarity.Bruce Momjian
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-07-30Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway