index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
dsm_impl.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some remaining traces of dsm_resize().
Thomas Munro
2018-11-06
*
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-06
*
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo in comment.
Robert Haas
2017-11-07
*
Fix failure-to-read-man-page in commit 899bd785c.
Tom Lane
2017-09-26
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
*
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
*
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
*
Fix typos.
Robert Haas
2016-03-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-03-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-30
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Remove unnecessary cleanup code.
Robert Haas
2014-05-22
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Try to fix spurious DSM failures on Windows.
Robert Haas
2014-04-16
*
Fix whitespace
Peter Eisentraut
2014-03-16
*
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Flag mmap implemenation of dynamic shared memory as resize-capable.
Robert Haas
2013-12-02
*
Fix format code used to print dsm request sizes.
Robert Haas
2013-11-04
*
Avoid too-large shift on 32-bit Windows.
Robert Haas
2013-10-30
*
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-28
*
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
*
In dsm_impl_windows, don't error out when the segment already exists.
Robert Haas
2013-10-14
*
Fix incorrect use of shm_unlink where unlink should be used.
Robert Haas
2013-10-10
*
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09