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
/
dsm.c
Commit message (
Expand
)
Author
Age
*
Fix logic bug in dsm_attach().
Robert Haas
2014-05-06
*
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
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
*
Fixups for dsm.c's file descriptor handling.
Robert Haas
2013-12-09
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Fix format code used to print dsm request sizes.
Robert Haas
2013-11-04
*
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