summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-03-15Use nanosleep() to implement pg_usleep().Thomas Munro
2023-03-15Update obsolete comment about pg_usleep() accuracy.Thomas Munro
2023-03-15Improve WIN32 port of fstat() to detect more file typesMichael Paquier
2023-01-26Remove gratuitous references to postmaster programPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-06meson: Basic cygwin supportAndres Freund
2022-12-02autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-10-25Fix unlink() for STATUS_DELETE_PENDING on Windows.Thomas Munro
2022-10-25Fix stat() for recursive junction points on Windows.Thomas Munro
2022-10-25Fix readlink() for non-PostgreSQL junction points on Windows.Thomas Munro
2022-10-25Fix lstat() for broken junction points on Windows.Thomas Munro
2022-10-25Fix readlink() return value on Windows.Thomas Munro
2022-10-25Fix symlink() errno on Windows.Thomas Munro
2022-10-16Use libc's snprintf, not sprintf, for special cases in snprintf.c.Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-09-29windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund
2022-09-29Map ERROR_INVALID_NAME to ENOENT in mapping table of win32error.cMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-17Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund
2022-09-16Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-07Simplify replacement code for strtof.Thomas Munro
2022-08-07Simplify gettimeofday for Windows.Thomas Munro
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-06Make unlink() work for junction points on Windows.Thomas Munro
2022-08-06Provide lstat() for Windows.Thomas Munro
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Simplify replacement code for preadv and pwritev.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove dead setenv, unsetenv replacement code.Thomas Munro
2022-08-04Remove configure probe for link.Thomas Munro
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-07-23Remove dead getpwuid_r replacement code.Thomas Munro
2022-07-23Remove dead getrusage replacement code.Thomas Munro
2022-07-22Fix get_dirent_type() for Windows junction points.Thomas Munro
2022-07-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-14Remove support for Visual Studio 2013Michael Paquier