summaryrefslogtreecommitdiff
path: root/src/port/win32stat.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-02-12Remove "#ifdef WIN32" guards from src/port/win32*.cHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-03-15Improve WIN32 port of fstat() to detect more file typesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-25Fix stat() for recursive junction points on Windows.Thomas Munro
2022-10-25Fix lstat() for broken junction points on Windows.Thomas Munro
2022-09-29windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund
2022-08-06Provide lstat() for Windows.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-11-30Fix compatibility thinko for fstat() on standard streams in win32stat.cMichael Paquier
2021-11-25Fix fstat() emulation on Windows with standard streamsMichael Paquier
2021-07-12Revert "Fix issues with Windows' stat() for files pending on deletion"Michael Paquier
2021-07-12Fix issues with Windows' stat() for files pending on deletionMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-12Minor cleanup for win32stat.c.Tom Lane
2020-10-10Minor cleanup for win32stat.c.Tom Lane
2020-10-10Minor cleanup for win32stat.c.Tom Lane
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane