summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-04-02Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.Robert Haas
2015-03-23Remove ill-advised pre-check for DSM segment exhaustion.Robert Haas
2015-03-20Fix whitespacePeter Eisentraut
2015-03-19Add flags argument to dsm_create.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-30Extend 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-05-06Fix logic bug in dsm_attach().Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-03-18Make it easy to detach completely from shared memory.Robert Haas
2014-03-10Allow dynamic shared memory segments to be kept until shutdown.Robert Haas
2014-03-10Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-12-09Fixups for dsm.c's file descriptor handling.Robert Haas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-04Fix format code used to print dsm request sizes.Robert Haas
2013-10-28Modify dynamic shared memory code to use Size rather than uint64.Robert Haas
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas