summaryrefslogtreecommitdiff
path: root/src/fe_utils/cancel.c
AgeCommit message (Expand)Author
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-09Fix mismatched file identificationsJohn Naylor
2022-01-17Avoid calling gettext() in signal handlers.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-09Remove incorrect %s in stringMagnus Hagander
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier