index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
dsm.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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