aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/latch.c
Commit message (Expand)AuthorAge
* 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