summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm_impl.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted message fixes and improvementsPeter Eisentraut2014-09-051-3/+3
* Remove unnecessary cleanup code.Robert Haas2014-05-221-8/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-161/+162
* Try to fix spurious DSM failures on Windows.Robert Haas2014-04-161-10/+18
* Fix whitespacePeter Eisentraut2014-03-161-1/+1
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-101-1/+44
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-6/+6
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Flag mmap implemenation of dynamic shared memory as resize-capable.Robert Haas2013-12-021-1/+1
* Fix format code used to print dsm request sizes.Robert Haas2013-11-041-6/+6
* Avoid too-large shift on 32-bit Windows.Robert Haas2013-10-301-2/+11
* Modify dynamic shared memory code to use Size rather than uint64.Robert Haas2013-10-281-24/+19
* Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane2013-10-221-2/+4
* In dsm_impl_windows, don't error out when the segment already exists.Robert Haas2013-10-141-4/+0
* Fix incorrect use of shm_unlink where unlink should be used.Robert Haas2013-10-101-1/+1
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-091-0/+990