summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
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
2003-12-28Avoid infinite loop if connection is lost during PQexecStart() orTom Lane
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-31Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane
2003-10-19Adjust libpq to avoid deadlock when both client and server want to sendTom Lane
2003-10-04Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane
2003-10-03Cause PQescapeString to stop processing at a null character, ratherTom Lane
2003-10-02Don't use 0 as a spelling of NULL.Tom Lane
2003-09-22Message wording improvementsPeter Eisentraut
2003-09-05Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-13libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane
2003-08-13Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian