index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-exec.c
Age
Commit message (
Expand
)
Author
2017-08-29
Teach libpq to detect integer overflow in the row count of a PGresult.
Tom Lane
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-05
Teach libpq to decode server version correctly from future servers.
Tom Lane
2016-04-03
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-12
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-03-08
Fix documentation for libpq's PQfn().
Tom Lane
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-03-03
Fix whitespace
Peter Eisentraut
2014-03-01
Various Coverity-spotted fixes
Stephen Frost
2014-02-12
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-06-03
Additional spelling corrections
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-08-13
Add runtime checks for number of query parameters passed to libpq functions.
Heikki Linnakangas
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-23
Lots of doc corrections.
Robert Haas
2012-04-04
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-08-05
Tweak PQresStatus() to avoid a clang compiler warning.
Robert Haas
2011-07-21
Fix PQsetvalue() to avoid possible crash when adding a new tuple.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-30
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-28
Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Tom Lane
2010-12-11
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-16
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-01-21
Fix unsafe loop test, and declare as_ident as bool rather than int.
Robert Haas
2010-01-21
Add new escaping functions PQescapeLiteral and PQescapeIdentifier.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-08-04
Teach PQescapeByteaConn() to use hex format when the target connection is
Tom Lane
2009-08-04
Support hex-string input and output for type BYTEA.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-27
Reverting patch just in case a compiler treats this enum as signed.
Michael Meskes
2009-05-21
Removed comparison of unsigned expression < 0.
Michael Meskes
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-09-19
Improve the recently-added libpq events code to provide more consistent
Tom Lane
2008-09-17
Add an "events" system to libpq, whereby applications can get callbacks that
Tom Lane
[next]