Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add flags argument to dsm_create. | Robert Haas | 2015-03-19 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Extend dsm API with a new function dsm_unpin_mapping. | Robert Haas | 2014-10-30 |
* | "Pin", rather than "keep", dynamic shared memory mappings and segments. | Robert Haas | 2014-10-30 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Get rid of the dynamic shared memory state file. | Robert Haas | 2014-04-08 |
* | Make it easy to detach completely from shared memory. | Robert Haas | 2014-03-18 |
* | Allow dynamic shared memory segments to be kept until shutdown. | Robert Haas | 2014-03-10 |
* | Teach on_exit_reset() to discard pending cleanups for dsm. | Robert Haas | 2014-03-10 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas | 2013-12-18 |
* | Modify dynamic shared memory code to use Size rather than uint64. | Robert Haas | 2013-10-28 |
* | Allow dynamic allocation of shared memory segments. | Robert Haas | 2013-10-09 |