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.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Fix min_dynamic_shared_memory on Windows.
Thomas Munro
2023-10-22
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
dsm: allow use in single user mode.
Andres Freund
2022-04-06
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix race in dsm_unpin_segment() when handles are reused.
Thomas Munro
2019-02-18
*
Fix race in dsm_attach() when handles are reused.
Thomas Munro
2019-02-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-06
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Allow DSM segments to be created as pinned
Alvaro Herrera
2017-03-28
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Correct phrasing in dsm.c comments
Simon Riggs
2016-06-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Robert Haas
2015-04-02
*
Remove ill-advised pre-check for DSM segment exhaustion.
Robert Haas
2015-03-23
*
Fix whitespace
Peter Eisentraut
2015-03-19
*
Add flags argument to dsm_create.
Robert Haas
2015-03-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Extend dsm API with a new function dsm_unpin_mapping.
Robert Haas
2014-10-30
*
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-30
*
Fix logic bug in dsm_attach().
Robert Haas
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
[next]