Commits

DateSubjectAuthorReleases
2022-08-06 Replace pgwin32_is_junction() with lstat(). Thomas Munro 16.0
2022-08-04 Remove dead pread and pwrite replacement code. Thomas Munro 16.0
2022-08-04 Remove dead setenv, unsetenv replacement code. Thomas Munro 16.0
2022-08-04 Remove configure probes for poll and poll.h. Thomas Munro 16.0
2022-08-04 Remove configure probe for link. Thomas Munro 16.0
2022-08-04 Remove configure probes for symlink/readlink, and dead code. Thomas Munro 16.0
2022-08-04 Remove configure probe for setsid. Thomas Munro 16.0
2022-08-04 Remove configure probe for shm_open. Thomas Munro 16.0
2022-08-04 Remove configure probe and related tests for getrlimit. Thomas Munro 16.0
2022-08-04 Remove configure probe for dlopen, and refactor. Thomas Munro 16.0
2022-07-21 Remove fls(), use pg_leftmost_one_pos32() instead. Thomas Munro 16.0
2022-07-12 Invent qsort_interruptible(). Tom Lane 16.0
2022-07-12 Invent qsort_interruptible(). Tom Lane 14.5
2022-07-12 Invent qsort_interruptible(). Tom Lane 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-01-11 Clean up messy API for src/port/thread.c. Tom Lane 15.0
2022-01-10 Make EXEC_BACKEND more convenient on Linux and FreeBSD. Thomas Munro 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-10 Check for STATUS_DELETE_PENDING on Windows. Thomas Munro 15.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2021-11-11 Fall back to unsigned int, not int, for socklen_t. Tom Lane 15.0
2021-11-09 Remove check for accept() argument types Peter Eisentraut 15.0
2021-09-30 Treat ETIMEDOUT as indicating a non-recoverable connection failure. Tom Lane 15.0
2021-06-07 Support use of strnlen() in pre-v11 branches. Tom Lane 9.6.23
2021-06-07 Support use of strnlen() in pre-v11 branches. Tom Lane 10.18