]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/timeout.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / misc / timeout.c
2019-10-25 Tom LaneImprove management of statement timeouts.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-05-27 Tom LaneBe more predictable about reporting "lock timeout"...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-13 Tom LaneDon't let timeout interrupts happen unless ImmediateInt...
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-03-18 Tom LaneImprove signal-handler lockout mechanism in timeout.c.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-17 Alvaro HerreraIntroduce timeout handling framework