aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-20
* Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane2010-01-16
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-16
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Add large object access control.Itagaki Takahiro2009-12-11
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-19
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-07
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-20
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-20
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-23
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-15
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-01
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-26
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane2007-07-08
* Arrange for the authentication request type to be preserved inJoe Conway2007-07-08
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Rename macro parameter, for clarity.Bruce Momjian2006-05-17