aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm.c
Commit message (Expand)AuthorAge
* Fix logic bug in dsm_attach().Robert Haas2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-10
* Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas2014-03-10
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Fixups for dsm.c's file descriptor handling.Robert Haas2013-12-09
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix format code used to print dsm request sizes.Robert Haas2013-11-04
* Modify dynamic shared memory code to use Size rather than uint64.Robert Haas2013-10-28
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09