summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2007-03-08Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-02-20Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian
2007-02-16Code review for SSLKEY patch.Tom Lane
2007-02-16SSL improvements:Bruce Momjian
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-07Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian
2006-12-28Revert exports.list change pending closer study.Tom Lane
2006-12-27Use a more backward-compatible syntax for exports.list on Linux.Tom Lane
2006-12-19Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-12-02Translation updatesPeter Eisentraut
2006-11-24Translation updatesPeter Eisentraut
2006-11-21Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane
2006-11-21If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane
2006-10-21Translations updatePeter Eisentraut
2006-10-10MSVC/BCC Win32 compiler fixes.Bruce Momjian
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-01Make some marginal performance improvements in reportErrorPosition(),Tom Lane
2006-09-27Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-09-04Add missing gettext calls for some SSL errors.Peter Eisentraut
2006-08-18Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane
2006-08-09Suppress MSVC warnings about weak functions by usingBruce Momjian