]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/libpq-int.h
Avoid extra system calls to block SIGPIPE if the platform provides either
[postgresql] / src / interfaces / libpq / libpq-int.h
2009-07-24 Tom LaneAvoid extra system calls to block SIGPIPE if the platfo...
2009-06-23 Magnus HaganderProperly initialize SSL engines when used from libpq...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-19 Tom LaneImprove the recently-added libpq events code to provide...
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-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-07-23 Tom LaneJust noticed that libpq thinks the maximum command...
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-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
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-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-08-04 Bruce Momjian#ifdef fix for MSVC builds of libpq.
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
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...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
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-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-05 Bruce MomjianAnother tightening of Win32 typedefs.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-05-31 Tom LaneToo few parens for my taste in this macro.
2004-03-25 Bruce MomjianFix for SSL compile.
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-03-05 Tom Lanelibpq's query to get the OIDs of large-object support...
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-05 Bruce MomjianEnable Win32 to compile libpq again, and enable SSL...
2003-08-13 Tom Lanelibpq failed to cope with COPY FROM STDIN if the comman...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneCode review for sslmode patch: eliminate memory leak...
2003-07-26 Bruce MomjianAt long last I put together a patch to support 4 client...
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 MomjianIPv6 cleanups.
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-08 Tom LaneI think we're done with protocol instability, so mark...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
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-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2002-10-16 Bruce MomjianFix connection_timeout to use time() and handle timeout...
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-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-18 Tom LaneAdd #include <sys/time.h>.
2002-08-18 Bruce MomjianAdd includes for prototype using timeval.
2002-08-17 Bruce MomjianAdd libpq connection timeout parameter.
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Tom LaneClean up gcc warnings. Avoid the bad habit of putting...
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-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...
next