Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-01-12 | Refactor DetermineSleepTime() to use milliseconds. | Thomas Munro | 16.0 |
| 2023-01-12 | Use WaitEventSet API for postmaster's event loop. | Thomas Munro | 16.0 |
| 2022-11-09 | Provide sigaction() for Windows. | Thomas Munro | 16.0 |
| 2022-08-13 | Remove HAVE_UNIX_SOCKETS. | Thomas Munro | 16.0 |
| 2022-08-13 | Remove configure probe for sys/select.h. | Thomas Munro | 16.0 |
| 2021-08-02 | Run checkpointer and bgwriter in crash recovery. | Thomas Munro | 15.0 |
| 2021-04-18 | Explain postmaster's treatment of SIGURG. | Thomas Munro | 14.0 |
| 2021-02-28 | Use SIGURG rather than SIGUSR1 for latches. | Thomas Munro | 14.0 |
| 2020-07-30 | Use a long lived WaitEventSet for WaitLatch(). | Thomas Munro | 14.0 |
| 2018-11-15 | Further adjustment to random() seed initialization. | Thomas Munro | 12.0 |
| 2018-11-15 | Increase the number of possible random seeds per time period. | Thomas Munro | 12.0 |
| 2018-10-19 | Refactor pid, random seed and start time initialization. | Thomas Munro | 12.0 |