]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-exec.c
Allow "dbname" from connection string to be overridden in PQconnectDBParams
[postgresql] / src / interfaces / libpq / fe-exec.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-03-03 Peter EisentrautFix whitespace
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-12 Tom LaneImprove libpq's error recovery for connection loss...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-03 Stephen FrostAdditional spelling corrections
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-08-13 Heikki LinnakangasAdd runtime checks for number of query parameters passe...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
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-08-05 Robert HaasTweak PQresStatus() to avoid a clang compiler warning.
2011-07-21 Tom LaneFix PQsetvalue() to avoid possible crash when adding...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Heikki LinnakangasAdjust error message, now that we expect other message...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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...
next