summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-19Improve the recently-added libpq events code to provide more consistentTom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-10Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-18Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane
2006-08-04Add some blank lines for formatting.Bruce Momjian
2006-07-04Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian
2006-06-27Add PQescapeIdentifier() to libpqBruce Momjian
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera
2006-05-23Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane
2006-01-25Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-08-13Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-06-09Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-18Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-14Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane
2004-03-05libpq's query to get the OIDs of large-object support functions was notTom Lane