summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/timeout.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-02-10Make timeout.c more robust against missed timer interrupts.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-25Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas
2021-01-07Improve commentary in timeout.c.Tom Lane
2021-01-06Improve timeout.c's handling of repeated timeout set/cancel.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Improve management of statement timeouts.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-13Don't let timeout interrupts happen unless ImmediateInterruptOK is set.Tom Lane
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-03-18Improve signal-handler lockout mechanism in timeout.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-17Introduce timeout handling frameworkAlvaro Herrera