]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-connect.c
libpq: Report strerror on pthread_mutex_lock() failure
[postgresql] / src / interfaces / libpq / fe-connect.c
2013-06-27 Tom LaneExpect EWOULDBLOCK from a non-blocking connect() call...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Magnus HaganderAdd libpq function PQconninfo()
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-08-24 Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-08 Robert HaasWhen using libpq URI syntax, error out on invalid param...
2012-05-28 Peter Eisentrautlibpq: URI parsing fixes
2012-04-11 Alvaro HerreraAccept postgres:// URIs in libpq connection functions
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-03-22 Tom LaneRefactor to eliminate duplicate copies of conninfo...
2012-03-16 Peter Eisentrautlibpq: Fix minor memory leaks
2012-03-07 Peter Eisentrautlibpq: Fix memory leak
2012-02-01 Magnus HaganderProperly free the sslcompression field in PGconn
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-19 Peter EisentrautFix untranslatable assembly of libpq connection failure...
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-04-19 Heikki LinnakangasSilence compiler warning about unused variable on Windows.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-02 Tom LaneFix typo in PQconnectStartParams().
2011-03-07 Tom LaneAdd missing "static" marker to internal_ping().
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-18 Bruce MomjianProperly print the IP number and "localhost" for failed...
2010-12-16 Bruce MomjianFix crash caused by NULL lookup when reporting IP addre...
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-19 Peter EisentrautPortability fixes for Solaris for requirepeer feature...
2010-07-18 Tom LaneFix up poor handling of unsupported-platform case in...
2010-07-18 Tom LaneFix thinko in recent patch: 'sock' should be 'conn...
2010-07-18 Bruce MomjianAdd SO_PEERCRED check in new unix domain socket permiss...
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-23 Robert HaasAdd TCP keepalive support to libpq.
2010-05-26 Tom LaneRearrange libpq's SSL initialization to simplify it...
2010-04-30 Tom LaneFix a couple of places where the result of fgets()...
2010-03-17 Peter EisentrautFix peculiar, untranslatable message concatenation...
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-20 Peter EisentrautAdd user-specific .pg_service.conf file
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-02 Tom LaneInstead of sending application_name as a SET command...
2009-11-29 Peter EisentrautError when a specified connection service is not found...
2009-11-29 Peter EisentrautRemove prefix "ERROR:" from some messages, to make...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-09-27 Tom LaneMake libpq reject non-numeric and out-of-range port...
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.
next