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
*
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
*
Handle EACCES errors from kevent() better.
Thomas Munro
2020-10-15
*
Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.
Thomas Munro
2020-10-15
*
Allow WaitLatch() to be used without a latch.
Thomas Munro
2020-09-23
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Don't use EV_CLEAR for kqueue events.
Thomas Munro
2020-03-18
*
Fix kqueue support under debugger on macOS.
Thomas Munro
2020-03-18
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Unify error messages
Alvaro Herrera
2019-04-24
*
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