Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-07-16 | Make dsm_impl_posix_resize more future-proof. | Thomas Munro | 11.17 |
| 2022-07-14 | Don't clobber postmaster sigmask in dsm_impl_resize. | Thomas Munro | 11.17 |
| 2022-07-14 | Block signals while allocating DSM memory. | Thomas Munro | 11.17 |
| 2022-07-01 | Harden dsm_impl.c against unexpected EEXIST. | Thomas Munro | 11.17 |
| 2018-09-18 | Allow DSM allocation to be interrupted. | Thomas Munro | 11.0 |
| 2018-04-10 | Fix incorrect close() call in dsm_impl_mmap(). | Tom Lane | 11.0 |
| 2018-04-07 | Refactor dir/file permissions | Stephen Frost | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-07 | Fix typo in comment. | Robert Haas | 11.0 |
| 2017-09-26 | Fix failure-to-read-man-page in commit 899bd785c. | Tom Lane | 11.0 |
| 2017-09-25 | Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. | Tom Lane | 11.0 |
| 2017-09-23 | Refactor new file permission handling | Peter Eisentraut | 11.0 |