summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-58/+59
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-161-2/+3
* Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas2010-01-211-5/+5
* Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas2010-01-211-1/+139
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane2009-08-041-47/+75
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-041-1/+59
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-24/+25
* Reverting patch just in case a compiler treats this enum as signed.Michael Meskes2009-05-271-2/+2
* Removed comparison of unsigned expression < 0.Michael Meskes2009-05-211-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve the recently-added libpq events code to provide more consistentTom Lane2008-09-191-23/+30
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-171-7/+352
* Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane2008-09-101-3/+7
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-231-2/+4
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-291-2/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-2/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-30/+31
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-181-1/+181
* Add some blank lines for formatting.Bruce Momjian2006-08-041-1/+4
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-041-37/+1
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-271-1/+37
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-3/+2
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-281-1/+7
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-231-1/+13
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-211-35/+163
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+22
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-031-19/+26
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-251-7/+7
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-5/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-11/+11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-104/+96
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-3/+3
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-16/+7
* Back out incorrect commit.Bruce Momjian2005-08-231-7/+16
* Fix function name.Bruce Momjian2005-08-231-16/+7
* Disable strtoul() ERANGE check on Win32, because it isn't thread safe,Bruce Momjian2005-08-131-2/+10
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-19/+5
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-10/+19
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-091-3/+10
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-291-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-7/+2
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-181-5/+115
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-8/+9