Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-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 |