Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-09 | Provide 64-bit ftruncate() and lseek() on Windows. | Thomas Munro | 15.11 |
| 2024-11-07 | Replace pgwin32_is_junction() with lstat(). | Thomas Munro | 15.9 |
| 2024-11-07 | Provide lstat() for Windows. | Thomas Munro | 15.9 |
| 2023-04-12 | Fix detection of unseekable files for fseek() and ftello() with MSVC | Michael Paquier | 15.3 |
| 2022-05-12 | Add missing 'extern' to function prototypes. | Andres Freund | 15.0 |
| 2022-04-08 | Apply PGDLLIMPORT markings broadly. | Robert Haas | 15.0 |
| 2022-03-25 | Refactor DLSUFFIX handling | Peter Eisentraut | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-10-04 | windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. | Andres Freund | 15.0 |
| 2021-09-30 | Treat ETIMEDOUT as indicating a non-recoverable connection failure. | Tom Lane | 15.0 |