Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-13 | Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. | Thomas Munro | 16.0 |
| 2022-07-16 | Make dsm_impl_posix_resize more future-proof. | Thomas Munro | 16.0 |
| 2022-07-14 | Don't clobber postmaster sigmask in dsm_impl_resize. | Thomas Munro | 16.0 |
| 2022-07-14 | Create a distinct wait event for POSIX DSM allocation. | Thomas Munro | 16.0 |
| 2022-07-14 | Remove redundant ftruncate() for POSIX DSM memory. | Thomas Munro | 16.0 |
| 2022-07-14 | Block signals while allocating DSM memory. | Thomas Munro | 16.0 |
| 2022-07-01 | Harden dsm_impl.c against unexpected EEXIST. | Thomas Munro | 16.0 |