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 lost Windows socket EOF events.
Thomas Munro
2024-07-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Teach WaitEventSetWait() to report multiple events on Windows.
Thomas Munro
2023-09-08
*
Trust signalfd on illumos, again.
Thomas Munro
2023-07-02
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
*
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-13
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
*
Don't leak a signalfd when using latches in the postmaster.
Thomas Munro
2022-12-23
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
*
Don't trust signalfd() on illumos.
Thomas Munro
2022-06-26
*
Add debugging help in OwnLatch().
Thomas Munro
2022-05-31
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Use EVFILT_SIGNAL for kqueue latches.
Thomas Munro
2021-03-01
*
Use signalfd(2) for epoll latches.
Thomas Munro
2021-03-01
*
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-03-01
*
Optimize latches to send fewer signals.
Thomas Munro
2021-03-01
*
Remove latch.c workaround for Linux < 2.6.27.
Thomas Munro
2021-03-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
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
[next]