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-misc.c
Age
Commit message (
Expand
)
Author
2020-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-07
Try to read data from the socket in pqSendSome's write_failed paths.
Tom Lane
2020-05-21
Clear some style deviations.
Noah Misch
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-13
Fix misuse of an integer as a bool.
Tom Lane
2019-03-19
Restructure libpq's handling of send failures.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-19
libpq: Try next host if one of them times out.
Robert Haas
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-03-08
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-01
Fix incorrect comment.
Robert Haas
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-05-23
pgindent run for 9.5
Bruce Momjian
2015-02-23
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-01
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-10-22
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
2014-09-12
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-07
Improve comment.
Heikki Linnakangas
2014-05-07
Avoid buffer bloat in libpq when server is consistently faster than client.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
libpq: use pgsocket for socket values, for portability
Bruce Momjian
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-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-09-07
Centralize libpq's low-level code for dropping a connection.
Tom Lane
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-07-24
Fix previous patch so it also works if not USE_SSL (mea culpa).
Tom Lane
2011-07-24
Improve libpq's error reporting for SSL failures.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-22
Add PQlibVersion() function to libpq
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-09
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
[next]