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