summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2022-03-23configure: check for dlsym instead of dlopen.Andres Freund
2022-02-07Stamp 11.15.REL_11_15Tom Lane
2022-02-02Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2021-11-22Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane
2021-11-18Use appropriate -Wno-warning switches when compiling bitcode.Tom Lane
2021-11-11Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier
2021-11-08Stamp 11.14.REL_11_14Tom Lane
2021-08-09Stamp 11.13.REL_11_13Tom Lane
2021-07-10Fix busted test for ldap_initialize.Tom Lane
2021-07-09Un-break AIX build, take 2.Tom Lane
2021-07-09Un-break AIX build.Tom Lane
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-05-10Stamp 11.12.REL_11_12Tom Lane
2021-02-08Stamp 11.11.REL_11_11Tom Lane
2020-12-08jit: configure: Explicitly reference 'native' component.Andres Freund
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-11-20On macOS, use -isysroot in link steps as well as compile steps.Tom Lane
2020-11-09Stamp 11.10.REL_11_10Tom Lane
2020-08-10Stamp 11.9.REL_11_9Tom Lane
2020-07-16Replace use of sys_siglist[] with strsignal().Tom Lane
2020-05-11Stamp 11.8.REL_11_8Tom Lane
2020-03-17Use pkg-config, if available, to locate libxml2 during configure.Tom Lane
2020-02-10Stamp 11.7.REL_11_7Tom Lane
2019-12-06Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier
2019-11-11Stamp 11.6.REL_11_6Tom Lane
2019-10-21Use CFLAGS_SL while probing linkability of libperl.Tom Lane
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-08-05Stamp 11.5.REL_11_5Tom Lane
2019-06-17Stamp 11.4.REL_11_4Tom Lane
2019-05-06Stamp 11.3.REL_11_3Tom Lane
2019-02-11Stamp 11.2.REL_11_2Tom Lane
2019-01-22Avoid thread-safety problem in ecpglib.Tom Lane
2019-01-18Use our own getopt() on OpenBSD.Tom Lane
2019-01-13configure: Update python search orderPeter Eisentraut
2018-11-19Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane
2018-11-19Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane
2018-11-18Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane
2018-11-05Stamp 11.1.Tom Lane
2018-11-02Yet further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-16Back off using -isysroot on Darwin.Tom Lane
2018-10-15Stamp 11.0.REL_11_0Tom Lane
2018-10-08Stamp 11rc1.REL_11_RC1Tom Lane
2018-09-30Fix detection of the result type of strerror_r().Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-21Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund
2018-09-17Stamp 11beta4.Tom Lane
2018-09-13Detect LLVM 7 without specifying binaries explicitly.Andres Freund
2018-08-24LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund
2018-08-06Stamp 11beta3.REL_11_BETA3Tom Lane