Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2020-02-01 Fix memory leak on DSM slot exhaustion. Thomas Munro 9.4.26
2019-02-15 Fix race in dsm_attach() when handles are reused. Thomas Munro 9.4.22
2017-05-15 Fix new warnings from GCC 7 Peter Eisentraut 9.4.13
2016-09-23 Avoid using PostmasterRandom() for DSM control segment ID. Tom Lane 9.4.10
2016-09-20 Use PostmasterRandom(), not random(), for DSM control segment ID. Robert Haas 9.4.10
2014-10-30 "Pin", rather than "keep", dynamic shared memory mappings and segments. Robert Haas 9.4.0
2014-05-06 Fix logic bug in dsm_attach(). Robert Haas 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-08 Get rid of the dynamic shared memory state file. Robert Haas 9.4.0
2014-03-18 Make it easy to detach completely from shared memory. Robert Haas 9.4.0
2014-03-10 Allow dynamic shared memory segments to be kept until shutdown. Robert Haas 9.4.0
2014-03-10 Teach on_exit_reset() to discard pending cleanups for dsm. Robert Haas 9.4.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-12-18 Allow on-detach callbacks for dynamic shared memory segments. Robert Haas 9.4.0
2013-12-09 Fixups for dsm.c's file descriptor handling. Robert Haas 9.4.0
2013-11-10 Fix whitespace issues found by git diff --check, add gitattributes Peter Eisentraut 9.4.0
2013-11-04 Fix format code used to print dsm request sizes. Robert Haas 9.4.0
2013-10-28 Modify dynamic shared memory code to use Size rather than uint64. Robert Haas 9.4.0
2013-10-10 Allow dynamic allocation of shared memory segments. Robert Haas 9.4.0