summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+15
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-161-1/+1
* Fix whitespacePeter Eisentraut2014-03-031-1/+1
* Various Coverity-spotted fixesStephen Frost2014-03-011-3/+25
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-121-12/+34
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Additional spelling correctionsStephen Frost2013-06-031-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-2/+6
* Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas2012-08-131-1/+22
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-021-117/+102
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-041-6/+171
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Tweak PQresStatus() to avoid a clang compiler warning.Robert Haas2011-08-051-1/+1
* Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane2011-07-211-23/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* Adjust error message, now that we expect other message types than connectionHeikki Linnakangas2011-03-301-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane2010-12-281-2/+2
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-111-4/+23
* 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