summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-cancel.c
AgeCommit message (Expand)Author
2025-07-02Correctly copy the target host identification in PQcancelCreate.Tom Lane
2025-06-17Fix allocation check to test the right variableDaniel Gustafsson
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-04Fix copy/paste mistake in commentAlvaro Herrera
2024-07-01Fix copy-paste mistake in PQcancelCreateAlvaro Herrera
2024-06-13libpq: Some message style normalizationPeter Eisentraut
2024-05-27Fix check for memory allocationDaniel Gustafsson
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-25Fix typo in commentDaniel Gustafsson
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12libpq: Move pg_cancel to fe-cancel.cAlvaro Herrera
2024-01-29libpq: Move cancellation related functions to fe-cancel.cAlvaro Herrera