aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAge
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-23
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-18
* Add some blank lines for formatting.Bruce Momjian2006-08-04
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-04
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-27
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-28
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-23
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-21
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-03
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-25
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-23
* Back out incorrect commit.Bruce Momjian2005-08-23
* Fix function name.Bruce Momjian2005-08-23
* Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian2005-08-13
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-12
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-09
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-18
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-16
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane2004-03-14
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-05
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane2003-10-31
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-19
* Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane2003-10-04
* Cause PQescapeString to stop processing at a null character, ratherTom Lane2003-10-03
* Don't use 0 as a spelling of NULL.Tom Lane2003-10-02
* Message wording improvementsPeter Eisentraut2003-09-22
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05