aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
Commit message (Expand)AuthorAge
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* Expose PQsocketPoll via libpqRobert Haas2024-04-02
* Avoid concurrent calls to bindtextdomain().Tom Lane2024-02-09
* Update copyright for 2024Bruce Momjian2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* libpq error message refactoring, part 2Peter Eisentraut2022-11-15
* libpq error message refactoringPeter Eisentraut2022-11-15
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane2022-02-12
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Improve PQtrace() output formatAlvaro Herrera2021-03-30
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane2020-06-07
* Clear some style deviations.Noah Misch2020-05-21
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix misuse of an integer as a bool.Tom Lane2019-05-13
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* libpq: Try next host if one of them times out.Robert Haas2017-05-19
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-08
* Fix incorrect comment.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas2015-02-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-22
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11