summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-311-6/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-14/+7
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-221-6/+27
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-9/+2
* Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane2008-02-081-6/+44
* Don't putenv() a string that is allocated in a context that will go awayTom Lane2008-01-301-6/+13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0110-20/+20
* Fix typoPeter Eisentraut2007-11-281-2/+2
* correct capitalizationPeter Eisentraut2007-11-271-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-156-176/+193
* Message improvementsPeter Eisentraut2007-11-151-3/+3
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-31/+85
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-072-3/+3
* Fix GSS API pointer checking.Bruce Momjian2007-09-142-7/+7
* Silence compiler warning on mingwMagnus Hagander2007-07-241-2/+4
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-4/+33
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-234-11/+267
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-121-10/+10
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-121-5/+5
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-1/+5
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-111-30/+33
* Add support for GSSAPI authentication.Magnus Hagander2007-07-104-4/+287
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-041-1/+12
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-181-17/+5
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-31/+20
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-16/+22
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-9/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-4/+4
* Code review for SSLKEY patch.Tom Lane2007-02-161-5/+4
* SSL improvements:Bruce Momjian2007-02-161-2/+13
* Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane2007-02-131-2/+10
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-103-9/+9
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-082-2/+8
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-3/+3
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-4/+7
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0510-20/+20
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-061-9/+13
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-10/+4
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-191-8/+29
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-191-1/+10
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-111-3/+3
* Message style improvementsPeter Eisentraut2006-10-062-7/+8
* pgindent run for 8.2.Bruce Momjian2006-10-044-146/+153
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-6/+6
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-151-2/+2
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-3/+3
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-221-6/+5