summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* libpq error message refactoring, part 2Peter Eisentraut2022-11-151-13/+7
* libpq error message refactoringPeter Eisentraut2022-11-151-0/+59
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane2022-02-121-27/+20
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-211-2/+9
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-071-2/+17
* Factor out system call names from error messagesPeter Eisentraut2021-04-231-1/+2
* Improve PQtrace() output formatAlvaro Herrera2021-03-301-51/+15
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-15/+6
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-111-27/+27
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-101-28/+38
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-291-16/+3
* Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane2020-06-071-1/+20
* Clear some style deviations.Noah Misch2020-05-211-1/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-2/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Fix misuse of an integer as a bool.Tom Lane2019-05-131-1/+1
* Restructure libpq's handling of send failures.Tom Lane2019-03-191-8/+45
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-261-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-8/+6
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* libpq: Try next host if one of them times out.Robert Haas2017-05-191-6/+4
* Don't include sys/poll.h anymore.Andres Freund2017-04-231-3/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-081-1/+1
* Fix incorrect comment.Robert Haas2016-03-011-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-121-1/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-7/+7
* Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas2015-02-231-10/+17
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-011-2/+2
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-221-8/+11
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-121-3/+15
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-111-2/+2
* Improve comment.Heikki Linnakangas2014-08-071-3/+4
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-071-0/+32
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-161-3/+3
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-121-0/+2