]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-misc.c
Allow "dbname" from connection string to be overridden in PQconnectDBParams
[postgresql] / src / interfaces / libpq / fe-misc.c
2014-10-22 Tom LaneEnsure libpq reports a suitable error message on unexpe...
2014-09-12 Heikki LinnakangasSupport Subject Alternative Names in SSL server certifi...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-07 Heikki LinnakangasImprove comment.
2014-05-08 Tom LaneAvoid buffer bloat in libpq when server is consistently...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-02-12 Tom LaneImprove libpq's error recovery for connection loss...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-08-20 Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-05-29 Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-05-18 Bruce MomjianCode alignment fix.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
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-07-08 Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-06 Tom LaneSave and restore errno across bindtextdomain call,...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-08 Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-19 Tom LaneAdjust libpq to avoid deadlock when both client and...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix some more problems with testing error returns from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-23 Tom LaneChange pqInternalNotice to accept a format string and...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-10-24 Tom LaneCode review for connection timeout patch. Avoid unport...
2002-10-16 Bruce MomjianFix connection_timeout to use time() and handle timeout...
2002-10-14 Bruce MomjianMention that resetting the timeout may be wrong on...
2002-10-14 Bruce MomjianRestore ptmp_timeout for cases where no timeout is...
2002-10-14 Bruce Momjianlibpq connection_timeout doesn't do subsecond timing...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-17 Bruce MomjianAdd libpq connection timeout parameter.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Tom LaneClean up gcc warnings. Avoid the bad habit of putting...
2002-06-15 Bruce MomjianPATCH SSL_pending() checks in libpq/fe-misc.c:
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-04-24 Bruce MomjianI'm at the win32 error messages once more. The DLL...
2002-04-15 Bruce MomjianFix for EINTR returns from Win9X socket operations:
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce MomjianBack out old version and update with newer patch of:
2002-03-05 Bruce MomjianHere's a patch against 7.1.3 that fixes a problem with...
2001-12-03 Tom LaneRemove code to lookup WinSock error strings in netmsg...
2001-11-28 Tom LaneLoad netmsg.dll locally in winsock_strerror, to avoid...
next