]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-protocol3.c
Allow bidirectional copy messages in streaming replication mode.
[postgresql] / src / interfaces / libpq / fe-protocol3.c
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
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-04-28 Magnus HaganderFix typo that had the code check the same thing twice.
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-09 Tom LaneFix libpq so that it reports PGRES_EMPTY_QUERY not...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-05-29 Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-01-17 Tom LaneInsert into getCopyDataMessage() the same logic that...
2008-01-15 Tom LaneBe less wishy-washy in the documentation and comments...
2008-01-14 Tom LaneFix an ancient oversight in libpq's handling of V3...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-01 Tom LaneMake some marginal performance improvements in reportEr...
2006-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
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-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-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
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-12 Peter EisentrautMessage style revisions
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-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-12-28 Tom LaneFix sanity-check code that mistakenly assumed error...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-13 Tom Lanelibpq failed to cope with COPY FROM STDIN if the comman...
2003-08-12 Tom LaneCope with NoData message from backend. Needed for...
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 LaneGet rid of extraneous newline in PQendcopy error output...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...