aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAge
* Tweak PQresStatus() to avoid a clang compiler warning.Robert Haas2011-08-05
* Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane2011-07-21
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Adjust error message, now that we expect other message types than connectionHeikki Linnakangas2011-03-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane2010-12-28
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-16
* Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas2010-01-21
* Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas2010-01-21
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane2009-08-04
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Reverting patch just in case a compiler treats this enum as signed.Michael Meskes2009-05-27
* Removed comparison of unsigned expression < 0.Michael Meskes2009-05-21
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve the recently-added libpq events code to provide more consistentTom Lane2008-09-19
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane2008-09-10
* 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