aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* 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
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-27
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29