aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/shm_mq.c
Commit message (Expand)AuthorAge
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Fix obsolete comment.Robert Haas2016-06-29
* pgindent run for 9.6Robert Haas2016-06-09
* shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas2016-06-06
* Fix typos.Robert Haas2016-03-15
* Update copyright for 2016Bruce Momjian2016-01-02
* shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.Robert Haas2015-11-03
* shm_mq: Repair breakage from previous commit.Robert Haas2015-10-22
* shm_mq: Fix failure to notice a dead counterparty when nowait is used.Robert Haas2015-10-22
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Fix attach-related race condition in shm_mq_send_bytes.Robert Haas2015-08-07
* Fix incorrect calculation in shm_mq_receive.Robert Haas2015-08-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.Robert Haas2014-10-08
* Prevent shm_mq_send from reading uninitialized memory.Robert Haas2014-07-24
* pgindent run for 9.4Bruce Momjian2014-05-06
* Consistently allow reading of messages from a detached shm_mq.Robert Haas2014-04-30
* Rewrite comment for shm_mq_receive_bytes.Robert Haas2014-03-18
* Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas2014-03-18
* Single-reader, single-writer, lightweight shared message queue.Robert Haas2014-01-14