summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-191-18/+31
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-211-1/+20
* Message style improvementsPeter Eisentraut2006-10-061-12/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-39/+58
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-5/+1
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-151-5/+5
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-271-1/+437
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-211-3/+10
* Fix typo in comment.Alvaro Herrera2006-05-191-2/+2
* Remove canonicalize_path() call for .pgpass socket directory comparison;Bruce Momjian2006-05-181-13/+7
* Allow the .pgpass hostname to match the default socket directory, asBruce Momjian2006-05-171-1/+16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add positive defense against trying to connect when the connectionTom Lane2006-02-131-2/+13
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-13/+14
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-29/+25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-199/+182
* Don't need gettext calls around debug messages.Peter Eisentraut2005-09-261-8/+8
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-1/+5
* Back out incorrect commit.Bruce Momjian2005-08-231-5/+1
* Fix function name.Bruce Momjian2005-08-231-1/+5
* EINTR return from connect() should be treated exactly the same asTom Lane2005-08-111-5/+2
* Remove unintended file change.Bruce Momjian2005-08-091-2/+2
* Clarify wal_sync_method options in documentation.Bruce Momjian2005-08-091-2/+2
* Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane2005-07-131-2/+30
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-4/+4
* Cleanup for Win32 compile.Bruce Momjian2005-06-191-2/+3
* This patch removes some old code from libpq that implements a URI-likeNeil Conway2005-06-121-170/+1
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-23/+44
* Remove unneeded variable test, per Tom.Bruce Momjian2005-06-101-9/+2
* Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian2005-06-101-5/+28
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-1/+15
* Add comments on WSAStartup usage.Bruce Momjian2005-05-051-2/+7
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-051-1/+5
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-11/+11
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-3/+3
* Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian2005-01-141-2/+2
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-101-1/+8
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-1/+2
* Instead of a bare recv() to read the server's response to an SSLTom Lane2005-01-061-15/+21
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-13/+16
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-25/+41
* Clean up code in libpq that obtains user's home directory: make a singleTom Lane2005-01-041-14/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-281-4/+8
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-021-19/+12