index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
dsm.c
Age
Commit message (
Expand
)
Author
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-04-02
Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Robert Haas
2015-03-23
Remove ill-advised pre-check for DSM segment exhaustion.
Robert Haas
2015-03-20
Fix whitespace
Peter Eisentraut
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-30
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-05-06
Fix logic bug in dsm_attach().
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-08
Get rid of the dynamic shared memory state file.
Robert Haas
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-10
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-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-09
Fixups for dsm.c's file descriptor handling.
Robert Haas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-04
Fix format code used to print dsm request sizes.
Robert Haas
2013-10-28
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas