index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
dsm_impl.c
Age
Commit message (
Expand
)
Author
2016-09-23
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-20
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-12
Fix copy/pasto in file identification
Simon Riggs
2016-03-15
Fix typos.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-03-21
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-30
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-05-22
Remove unnecessary cleanup code.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Try to fix spurious DSM failures on Windows.
Robert Haas
2014-03-16
Fix whitespace
Peter Eisentraut
2014-03-10
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-02
Flag mmap implemenation of dynamic shared memory as resize-capable.
Robert Haas
2013-11-04
Fix format code used to print dsm request sizes.
Robert Haas
2013-10-30
Avoid too-large shift on 32-bit Windows.
Robert Haas
2013-10-28
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-22
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-14
In dsm_impl_windows, don't error out when the segment already exists.
Robert Haas
2013-10-10
Fix incorrect use of shm_unlink where unlink should be used.
Robert Haas
2013-10-09
Allow dynamic allocation of shared memory segments.
Robert Haas