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-08Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-05Fix handling of errors in libpq pipelinesAlvaro Herrera
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-06-15libpq: Fix up some error message codingPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-11-13libpq: Add missing newlines to error messagesPeter Eisentraut
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-04-21Fix missed cases in libpq's error handling.Tom Lane
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-29Improve libpq's handling of OOM during error message construction.Tom Lane
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-11Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane
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-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-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-04Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane
2019-03-19Restructure libpq's handling of send failures.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-13In libpq, free any partial query result before collecting a server error.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-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane