Commits

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

DateSubjectAuthorReleases
2018-09-18 Allow DSM allocation to be interrupted. Thomas Munro 9.4.20
2018-04-10 Fix incorrect close() call in dsm_impl_mmap(). Tom Lane 9.4.18
2017-09-26 Fix failure-to-read-man-page in commit 899bd785c. Tom Lane 9.4.15
2017-09-25 Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. Tom Lane 9.4.15
2016-09-23 Don't trust CreateFileMapping() to clear the error code on success. Tom Lane 9.4.10
2016-09-20 Retry DSM control segment creation if Windows indicates access denied. Robert Haas 9.4.10
2016-09-12 Fix copy/pasto in file identification Simon Riggs 9.4.10
2014-10-30 "Pin", rather than "keep", dynamic shared memory mappings and segments. Robert Haas 9.4.0
2014-09-05 Assorted message fixes and improvements Peter Eisentraut 9.4.0
2014-05-22 Remove unnecessary cleanup code. Robert Haas 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-16 Try to fix spurious DSM failures on Windows. Robert Haas 9.4.0
2014-03-17 Fix whitespace Peter Eisentraut 9.4.0
2014-03-10 Allow dynamic shared memory segments to be kept until shutdown. 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-02 Flag mmap implemenation of dynamic shared memory as resize-capable. Robert Haas 9.4.0
2013-11-04 Fix format code used to print dsm request sizes. Robert Haas 9.4.0
2013-10-30 Avoid too-large shift on 32-bit Windows. 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-23 Suppress a couple of compiler warnings seen with older gcc versions. Tom Lane 9.4.0
2013-10-14 In dsm_impl_windows, don't error out when the segment already exists. Robert Haas 9.4.0
2013-10-10 Fix incorrect use of shm_unlink where unlink should be used. Robert Haas 9.4.0
2013-10-10 Allow dynamic allocation of shared memory segments. Robert Haas 9.4.0