Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-13 | Fix 'mmap' DSM implementation with allocations larger than 4 GB | Heikki Linnakangas | 16.3 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-10-31 | Clean up some inconsistencies with GUC declarations | Michael Paquier | 16.0 |
| 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 |