aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm_impl.c
Commit message (Expand)AuthorAge
* Fix typos.Robert Haas2016-03-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian2015-03-21
* Update copyright for 2015Bruce Momjian2015-01-06
* "Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas2014-10-30
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Remove unnecessary cleanup code.Robert Haas2014-05-22
* pgindent run for 9.4Bruce Momjian2014-05-06
* Try to fix spurious DSM failures on Windows.Robert Haas2014-04-16
* Fix whitespacePeter Eisentraut2014-03-16
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-10
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Flag mmap implemenation of dynamic shared memory as resize-capable.Robert Haas2013-12-02
* Fix format code used to print dsm request sizes.Robert Haas2013-11-04
* Avoid too-large shift on 32-bit Windows.Robert Haas2013-10-30
* Modify dynamic shared memory code to use Size rather than uint64.Robert Haas2013-10-28
* Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane2013-10-22
* In dsm_impl_windows, don't error out when the segment already exists.Robert Haas2013-10-14
* Fix incorrect use of shm_unlink where unlink should be used.Robert Haas2013-10-10
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09