OSDN Git Service

Allow bidirectional copy messages in streaming replication mode.
[pg-rex/syncrep.git] / src / interfaces / libpq / fe-exec.c
2010-12-13 Robert HaasAllow bidirectional copy messages in streaming replicat...
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-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-01-21 Robert HaasFix unsafe loop test, and declare as_ident as bool...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-04 Tom LaneTeach PQescapeByteaConn() to use hex format when the...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-27 Michael MeskesReverting patch just in case a compiler treats this...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-09-10 Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-06-23 Bruce MomjianAdd libpq comment about how to determine the format...
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-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-08-04 Bruce MomjianAdd some blank lines for formatting.
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
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-03-03 Tom LaneTeach PQcmdTuples() that a COPY command tag might conta...
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
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-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-08-13 Bruce MomjianDisable strtoul() ERANGE check on Win32, because it...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-09 Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
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-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-14 Tom LaneFix error in termination of COPY IN mode when using...
2004-03-05 Tom Lanelibpq's query to get the OIDs of large-object support...
2003-12-28 Tom LaneAvoid infinite loop if connection is lost during PQexec...
2003-11-30 Joe ConwayMake PQescapeBytea and byteaout consistent with each...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-31 Tom LaneMinor cleanup of PQunescapeBytea(). Avoid unportable...
2003-10-19 Tom LaneAdjust libpq to avoid deadlock when both client and...
2003-10-04 Tom LaneDocument the always-true-but-previously-undocumented...
2003-10-03 Tom LaneCause PQescapeString to stop processing at a null chara...
2003-10-02 Tom LaneDon't use 0 as a spelling of NULL.
2003-09-22 Peter EisentrautMessage wording improvements
2003-09-05 Bruce MomjianEnable Win32 to compile libpq again, and enable SSL...
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-13 Tom LaneAdd PQexecPrepared() and PQsendQueryPrepared() function...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-28 Tom LaneWhen using new protocol, PQexec can get out of a COPY...
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-12 Bruce MomjianI found the libpq function PGunescapeBytea a little...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-26 Tom LaneAdjust error-handling logic in libpq. For the first...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
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-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
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-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-22 Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-19 Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-11-10 Bruce MomjianI just discovered, that there is missing a const when...
2002-09-04 Bruce Momjianpgindent run.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-15 Bruce MomjianFix for NOTIFY when NAMEDATALEN is nonstandard in serve...
2002-04-08 Tatsuo IshiiFix PQescapeBytea/PQunescapeBytea so that they handle...
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...
2002-03-04 Bruce MomjianAdd PQunescapeBytea libpq function.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
next