]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/libpq-int.h
Allow bidirectional copy messages in streaming replication mode.
[postgresql] / src / interfaces / libpq / libpq-int.h
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-23 Robert HaasAdd TCP keepalive support to libpq.
2010-03-13 Bruce MomjianAdd libpq warning message if the .pgpass-retrieved...
2010-02-26 Bruce Momjianpgindent run for 9.0
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-28 Tom LaneAdd support for an application_name parameter, which...
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...
next