index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
latch.c
Commit message (
Expand
)
Author
Age
*
Remove volatile from latch API
Peter Eisentraut
2019-03-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Ignore WL_POSTMASTER_DEATH latch event in single user mode
Peter Eisentraut
2017-06-05
*
Cope with glibc too old to have epoll_create1().
Tom Lane
2017-04-27
*
Make latch.c more paranoid about child-process cases.
Tom Lane
2017-04-27
*
Don't include sys/poll.h anymore.
Andres Freund
2017-04-23
*
Remove select(2) backed latch implementation.
Andres Freund
2017-04-23
*
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-21
*
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-03-17
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
*
Remove barrier.h
Robert Haas
2016-11-22
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Fix whitespace
Peter Eisentraut
2016-06-05
*
Be conservative about alignment requirements of struct epoll_event.
Greg Stark
2016-06-02
*
Make all the declarations of WaitEventSetWaitBlock be marked "inline".
Tom Lane
2016-04-02
*
Fix typo in comment.
Robert Haas
2016-03-28
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
*
Combine win32 and unix latch implementations.
Andres Freund
2016-03-21