aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/latch.c
Commit message (Expand)AuthorAge
* Fix lost Windows socket EOF events.Thomas Munro2024-07-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Teach WaitEventSetWait() to report multiple events on Windows.Thomas Munro2023-09-08
* Trust signalfd on illumos, again.Thomas Munro2023-07-02
* Fix typos in commentsMichael Paquier2023-05-02
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-20
* Fix WaitEventSetWait() buffer overrun.Thomas Munro2023-01-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Allow parent's WaitEventSets to be freed after fork().Thomas Munro2022-12-23
* Don't leak a signalfd when using latches in the postmaster.Thomas Munro2022-12-23
* Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro2022-12-23
* Don't trust signalfd() on illumos.Thomas Munro2022-06-26
* Add debugging help in OwnLatch().Thomas Munro2022-05-31
* Fix typo in comment.Etsuro Fujita2022-05-02
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Update copyright for 2022Bruce Momjian2022-01-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Use EVFILT_SIGNAL for kqueue latches.Thomas Munro2021-03-01
* Use signalfd(2) for epoll latches.Thomas Munro2021-03-01
* Use SIGURG rather than SIGUSR1 for latches.Thomas Munro2021-03-01
* Optimize latches to send fewer signals.Thomas Munro2021-03-01
* Remove latch.c workaround for Linux < 2.6.27.Thomas Munro2021-03-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-25
* Handle EACCES errors from kevent() better.Thomas Munro2020-10-15
* Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.Thomas Munro2020-10-15
* Allow WaitLatch() to be used without a latch.Thomas Munro2020-09-23
* Use a long lived WaitEventSet for WaitLatch().Thomas Munro2020-07-30
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Don't use EV_CLEAR for kqueue events.Thomas Munro2020-03-18
* Fix kqueue support under debugger on macOS.Thomas Munro2020-03-18
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unify error messagesAlvaro Herrera2019-04-24
* Remove volatile from latch APIPeter Eisentraut2019-03-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02