summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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-13Remove configure probe for sys/uio.h.Thomas Munro
2022-08-07Trust a few system headers to stand on their ownAndres Freund
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-07Simplify replacement code for strtof.Thomas Munro
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Remove configure probe for clock_gettime.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 probes for poll and poll.h.Thomas Munro
2022-08-04Remove configure probe for link.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe for setsid.Thomas Munro
2022-08-04Remove configure probe for shm_open.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.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 handling for pre-POSIX sigwait().Thomas Munro
2022-07-23Remove dead getrusage replacement code.Thomas Munro
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-23Remove configure probe for sys/tas.h.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-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-08Remove HP-UX port.Thomas Munro
2022-06-30Stamp HEAD as 16devel.Tom Lane
2022-06-27Stamp 15beta2.REL_15_BETA2Tom Lane
2022-05-16Stamp 15beta1.REL_15_BETA1Tom Lane
2022-05-10configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane
2022-05-04Simplify configure testPeter Eisentraut
2022-04-01Set minimum required version of zstd as 1.4.0.Tom Lane
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-23configure: check for dlsym instead of dlopen.Andres Freund
2022-02-20Ensure the right perl is used for TAP tests on msysAndrew Dunstan
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-14Add ./configure check for "lz4" commandMichael Paquier
2022-02-09Test honestly for <sys/signalfd.h>.Tom Lane
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-11-30Cope with cross-compiling when checking for a random-number source.Tom Lane