summaryrefslogtreecommitdiff
path: root/src/include/storage/condition_variable.h
AgeCommit message (Expand)Author
2024-01-03Update copyright for 2024Bruce Momjian
2023-08-15De-pessimize ConditionVariableCancelSleep().Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-07Update copyright for 2022Bruce Momjian
2021-03-11Replace buffer I/O locks with condition variables.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-18Clean up includes of s_lock.h.Andres Freund
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-07-13Introduce timed waits for condition variables.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-09Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.Tom Lane
2018-01-08Cosmetic improvements in condition_variable.[hc].Tom Lane
2018-01-05Remove return values of ConditionVariableSignal/Broadcast.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-22Support condition variables.Robert Haas