summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-10In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-05Teach libpq to decode server version correctly from future servers.Tom Lane
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
2015-11-12libpq: Notice errors a backend may have sent just before dying.Robert Haas
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-03-03Fix whitespacePeter Eisentraut
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-03Additional spelling correctionsStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-08-13Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-05Tweak PQresStatus() to avoid a clang compiler warning.Robert Haas
2011-07-21Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-30Adjust error message, now that we expect other message types than connectionHeikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-28Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian
2010-01-21Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes