Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-12-09 | Fix O_CLOEXEC flag handling in Windows port. | Thomas Munro | 16.12 |
| 2025-01-09 | Provide 64-bit ftruncate() and lseek() on Windows. | Thomas Munro | 16.7 |
| 2023-03-02 | Don't leak descriptors into subprograms. | Thomas Munro | 16.0 |
| 2022-09-29 | Restore pg_pread and friends. | Thomas Munro | 16.0 |
| 2022-08-07 | Simplify gettimeofday for Windows. | Thomas Munro | 16.0 |
| 2022-08-06 | Replace pgwin32_is_junction() with lstat(). | Thomas Munro | 16.0 |
| 2022-08-06 | Provide lstat() for Windows. | Thomas Munro | 16.0 |
| 2022-08-05 | Remove configure probe for fdatasync. | Thomas Munro | 16.0 |
| 2022-08-04 | Remove dead pread and pwrite replacement code. | Thomas Munro | 16.0 |
| 2022-08-04 | Remove configure probe for dlopen, and refactor. | Thomas Munro | 16.0 |
| 2022-07-20 | Fix warnings on Windows. | Thomas Munro | 16.0 |
| 2022-07-20 | Add wal_sync_method=fdatasync for Windows. | Thomas Munro | 16.0 |