summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2008-02-16Rename a libpq NOT_USED SSL function toBruce Momjian
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-01-31Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Translation updatesPeter Eisentraut
2008-01-29Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane
2008-01-29Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane
2008-01-17Insert into getCopyDataMessage() the same logic that already existed in theTom Lane
2008-01-15Be less wishy-washy in the documentation and comments about whether aTom Lane
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-10Generate and include manifest in standalone libpq build on Windows.Magnus Hagander
2008-01-01Fix some missed copyright updates.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-21libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-12-04Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander
2007-11-30Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander
2007-11-29Translation updatesPeter Eisentraut
2007-11-21Fix build of libpq for Borland CC.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-27Translation updatesPeter Eisentraut
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-10-09Don't try to free pgpassfile since it's a stack variable.Magnus Hagander
2007-10-04Stamp 8.3beta1, except in configure.in/configure.Tom Lane
2007-10-03Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane
2007-10-03Attempt to open certificate file "manually" using fopen beforeMagnus Hagander
2007-10-02Fix a compiler warning on Win32. Hannes Eder.Neil Conway
2007-10-02Default to thread safety on, and support more CPU options. AlsoMagnus Hagander
2007-10-02Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane
2007-10-01Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.Magnus Hagander
2007-10-01Build with /GS on 64-bit to work with modern Platform SDK.Magnus Hagander
2007-09-25Small string tweaksPeter Eisentraut
2007-09-14Add LDAP URL documentation.Bruce Momjian
2007-08-03Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander
2007-07-25Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.Magnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-23Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane
2007-07-23Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander
2007-07-23Stupid typo.Magnus Hagander
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-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-11A bunch of GSSAPI fixes per comments from Tom: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-04-18Enable building of 64-bit libpq using visual studio 8 and theMagnus Hagander
2007-04-18Silence mingw compiler warningMagnus Hagander