Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-02-06libpq: Handle asynchronous actions during SASLDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-11-15libpq error message refactoringPeter Eisentraut
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-02-12Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane
2022-01-21Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-05-21Clear some style deviations.Noah Misch
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-13Fix misuse of an integer as a bool.Tom Lane
2019-03-19Restructure libpq's handling of send failures.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-19libpq: Try next host if one of them times out.Robert Haas
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-03-01Fix incorrect comment.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas