summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/latch.c
AgeCommit message (Expand)Author
2017-03-17Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas
2016-11-23Remove barrier.hRobert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-06-05Fix whitespacePeter Eisentraut
2016-06-02Be conservative about alignment requirements of struct epoll_event.Greg Stark
2016-04-02Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane
2016-03-29Fix typo in comment.Robert Haas
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund