summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm_impl.c
AgeCommit message (Expand)Author
2016-09-23Don't trust CreateFileMapping() to clear the error code on success.Tom Lane
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-03-15Fix typos.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-03-21Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-30"Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-05-22Remove unnecessary cleanup code.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16Try to fix spurious DSM failures on Windows.Robert Haas
2014-03-16Fix whitespacePeter Eisentraut
2014-03-10Allow dynamic shared memory segments to be kept until shutdown.Robert Haas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-02Flag mmap implemenation of dynamic shared memory as resize-capable.Robert Haas
2013-11-04Fix format code used to print dsm request sizes.Robert Haas
2013-10-30Avoid too-large shift on 32-bit Windows.Robert Haas
2013-10-28Modify dynamic shared memory code to use Size rather than uint64.Robert Haas
2013-10-22Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane
2013-10-14In dsm_impl_windows, don't error out when the segment already exists.Robert Haas
2013-10-10Fix incorrect use of shm_unlink where unlink should be used.Robert Haas
2013-10-09Allow dynamic allocation of shared memory segments.Robert Haas