aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/shm_mq.c
Commit message (Expand)AuthorAge
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix wrong file path in header commentAlexander Korotkov2018-07-11
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* C comment: fix wording about shared memory message queueBruce Momjian2018-03-29
* shm_mq: Fix detach race condition.Robert Haas2018-03-05
* shm_mq: Have the receiver set the sender's less frequently.Robert Haas2018-03-02
* shm_mq: Reduce spinlock usage.Robert Haas2018-03-02
* Remove volatile qualifiers from shm_mq.c.Andres Freund2018-03-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix typoPeter Eisentraut2017-06-13
* Fix typoPeter Eisentraut2017-06-09
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* 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