index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-exec.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Restructure libpq's handling of send failures.
Tom Lane
2019-03-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2018-09-11
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Teach libpq to detect integer overflow in the row count of a PGresult.
Tom Lane
2017-08-29
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-10
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-08-05
*
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
libpq: Notice errors a backend may have sent just before dying.
Robert Haas
2015-11-12
*
Fix documentation for libpq's PQfn().
Tom Lane
2015-03-08
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
*
Fix whitespace
Peter Eisentraut
2014-03-03
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Additional spelling corrections
Stephen Frost
2013-06-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Add runtime checks for number of query parameters passed to libpq functions.
Heikki Linnakangas
2012-08-13
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Tweak PQresStatus() to avoid a clang compiler warning.
Robert Haas
2011-08-05
[next]