aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAge
* Teach libpq to decode server version correctly from future servers.Tom Lane2016-08-05
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-12
* libpq: Notice errors a backend may have sent just before dying.Robert Haas2015-11-12
* Fix documentation for libpq's PQfn().Tom Lane2015-03-08
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-16
* Fix whitespacePeter Eisentraut2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Additional spelling correctionsStephen Frost2013-06-03
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas2012-08-13
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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