summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane2009-09-011-3/+1
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-292-6/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-9/+9
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-191-1/+4
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-021-1/+2
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-071-1/+2
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-071-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-0111-22/+22
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-201-2/+3
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-202-2/+4
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-283-6/+4
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-231-11/+14
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-152-5/+26
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-011-2/+4
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-261-2/+3
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-221-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0111-22/+22
* pgindent run for 8.3.Bruce Momjian2007-11-152-19/+20
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-1/+2
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-021-2/+1
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-233-7/+27
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-121-2/+10
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-1/+5
* Add support for GSSAPI authentication.Magnus Hagander2007-07-103-4/+36
* Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane2007-07-081-2/+1
* Arrange for the authentication request type to be preserved inJoe Conway2007-07-081-1/+2
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0511-22/+22
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-3/+2
* pgindent run for 8.2.Bruce Momjian2006-10-042-5/+5
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+2
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-3/+6
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-203-14/+34
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-10/+1
* Rename macro parameter, for clarity.Bruce Momjian2006-05-171-3/+3
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0510-20/+20
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-223-21/+21
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-051-2/+1
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-173-26/+20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-156-40/+35
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-121-19/+16
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+3
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-1/+32
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-3/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-4/+3
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-273-7/+5
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-141-1/+2