Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-02 | Avoid function call overhead of pg_popcount() in syslogger.c. | Nathan Bossart | 17.0 |
| 2024-03-18 | Refactor postmaster child process launching | Heikki Linnakangas | 17.0 |
| 2024-03-12 | Use printf's %m format instead of strerror(errno) in more places | Michael Paquier | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-02-14 | Centralize logic for restoring errno in signal handlers. | Nathan Bossart | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-11-23 | Use ResourceOwner to track WaitEventSets. | Heikki Linnakangas | 17.0 |