Commits

DateSubjectAuthorReleases
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-05-20 Fix more typos in comments. Heikki Linnakangas 9.5.0
2015-04-02 Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. Robert Haas 9.5.0
2015-03-23 Remove ill-advised pre-check for DSM segment exhaustion. Robert Haas 9.5.0
2015-03-20 Fix whitespace Peter Eisentraut 9.5.0
2015-03-19 Add flags argument to dsm_create. Robert Haas 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-10-30 Extend dsm API with a new function dsm_unpin_mapping. Robert Haas 9.5.0
2014-10-30 "Pin", rather than "keep", dynamic shared memory mappings and segments. Robert Haas 9.4.0
2014-10-30 "Pin", rather than "keep", dynamic shared memory mappings and segments. Robert Haas 9.5.0
2014-05-06 Fix logic bug in dsm_attach(). Robert Haas 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-08 Get rid of the dynamic shared memory state file. Robert Haas 9.4.0
2014-03-18 Make it easy to detach completely from shared memory. Robert Haas 9.4.0
2014-03-10 Allow dynamic shared memory segments to be kept until shutdown. Robert Haas 9.4.0
2014-03-10 Teach on_exit_reset() to discard pending cleanups for dsm. Robert Haas 9.4.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-12-18 Allow on-detach callbacks for dynamic shared memory segments. Robert Haas 9.4.0
2013-12-09 Fixups for dsm.c's file descriptor handling. Robert Haas 9.4.0
2013-11-10 Fix whitespace issues found by git diff --check, add gitattributes Peter Eisentraut 9.4.0
2013-11-04 Fix format code used to print dsm request sizes. Robert Haas 9.4.0
2013-10-28 Modify dynamic shared memory code to use Size rather than uint64. Robert Haas 9.4.0
2013-10-10 Allow dynamic allocation of shared memory segments. Robert Haas 9.4.0