Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-18 | Fix various typos | David Rowley | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-10-25 | Fix unlink() for STATUS_DELETE_PENDING on Windows. | Thomas Munro | 16.0 |
| 2022-10-25 | Fix readlink() for non-PostgreSQL junction points on Windows. | Thomas Munro | 16.0 |
| 2022-10-25 | Fix readlink() return value on Windows. | Thomas Munro | 16.0 |
| 2022-10-25 | Fix symlink() errno on Windows. | Thomas Munro | 16.0 |
| 2022-08-30 | Cleanup more code and comments related to Windows NT4 (XP days) | Michael Paquier | 16.0 |
| 2022-08-06 | Make unlink() work for junction points on Windows. | Thomas Munro | 16.0 |
| 2022-08-06 | Replace pgwin32_is_junction() with lstat(). | Thomas Munro | 16.0 |