summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
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
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-10Prefer $HOME when looking up the current user's home directory.Tom Lane
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-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-25Fix fstat() emulation on Windows with standard streamsMichael Paquier
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-10-28Speed up printing of integers in snprintf.c.Tom Lane
2021-09-30Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane
2021-09-07windows: Only consider us to be running as service if stderr is invalid.Andres Freund
2021-09-06AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch
2021-08-16Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor