]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-connect.c
Avoid extra system calls to block SIGPIPE if the platform provides either
[postgresql] / src / interfaces / libpq / fe-connect.c
2009-07-24 Tom LaneAvoid extra system calls to block SIGPIPE if the platfo...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-18 Tom LaneMake pwdfMatchesString() a little more careful about...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-03 Magnus HaganderFix incorrect comment in SSL code
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-10-23 Magnus HaganderFix memory leak when using gsslib parameter in libpq...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-05-29 Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-05-16 Magnus HaganderImplement error checking for pthreads calls in thread...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-01-29 Tom LaneFix up closePGconn() so that PQreset() will work on...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-09 Magnus HaganderDon't try to free pgpassfile since it's a stack variable.
2007-07-23 Magnus HaganderUse PQExpBuffer for error message in fe-auth.c.
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-08 Tom LaneCloser code review for PQconnectionUsedPassword() patch...
2007-07-08 Joe ConwayArrange for the authentication request type to be prese...
2007-03-08 Magnus HaganderRemove unsafe calling of WSAStartup and WSACleanup...
2007-02-20 Bruce MomjianAdd comment that on Win32, we don't need to check the...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-19 Andrew DunstanInterpret a dbName param to PQsetdbLogin as a conninfo...
2006-11-21 Tom LaneIf SSL negotiation fails and SSLMODE is 'prefer', then...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-09-15 Tom LaneFix some uses of str[n]casecmp that should be pg_str...
2006-07-27 Bruce MomjianAllow LDAP lookups from pg_service.conf.
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-19 Alvaro HerreraFix typo in comment.
2006-05-18 Bruce MomjianRemove canonicalize_path() call for .pgpass socket...
2006-05-17 Bruce MomjianAllow the .pgpass hostname to match the default socket...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-13 Tom LaneAdd positive defense against trying to connect when...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-11 Tom LaneEINTR return from connect() should be treated exactly...
2005-08-09 Bruce MomjianRemove unintended file change.
2005-08-09 Bruce MomjianClarify wal_sync_method options in documentation.
2005-07-13 Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-19 Bruce MomjianCleanup for Win32 compile.
2005-06-12 Neil ConwayThis patch removes some old code from libpq that implem...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10 Bruce MomjianRemove unneeded variable test, per Tom.
2005-06-10 Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-05 Bruce MomjianAdd comments on WSAStartup usage.
2005-05-05 Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-10 Tom LaneUn-break MSVC build, per Andrew Dunstan.
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneInstead of a bare recv() to read the server's response...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-12-01 Bruce MomjianAllow libpq to build on MS Visual Studio .NET 2003...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-29 Bruce MomjianNo need to set errorMessage length --- already set...
2004-10-29 Bruce MomjianSet errorMessage length in PQrequestCancel() in all...
2004-10-21 Tom LaneSet the close-on-exec flag for libpq's socket to the...
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Bruce MomjianDon't use get_home_path so libpq doesn't pull path...
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
2004-07-12 Bruce Momjian> win32 doesn't support a static initializer for mutexe...
2004-07-12 Bruce MomjianBack out thread fix until I get clarification.
next