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