aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/latch.c
Commit message (Expand)AuthorAge
* 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
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut2017-06-05
* Cope with glibc too old to have epoll_create1().Tom Lane2017-04-27
* Make latch.c more paranoid about child-process cases.Tom Lane2017-04-27
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Remove select(2) backed latch implementation.Andres Freund2017-04-23
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-17
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Remove barrier.hRobert Haas2016-11-22
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Fix whitespacePeter Eisentraut2016-06-05
* Be conservative about alignment requirements of struct epoll_event.Greg Stark2016-06-02
* Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane2016-04-02
* Fix typo in comment.Robert Haas2016-03-28
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21