summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-13Detect LLVM 7 without specifying binaries explicitly.Andres Freund
2018-08-24Remove test for VA_ARGS, implied by C99.Andres Freund
2018-08-24LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund
2018-08-17Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane
2018-08-16Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane
2018-08-12Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane
2018-08-11Distinguish printf-like functions that support %m from those that don't.Tom Lane
2018-07-22LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund
2018-07-10Fix typosPeter Eisentraut
2018-07-05Fix typoPeter Eisentraut
2018-06-11Update config.guess and config.subPeter Eisentraut
2018-05-23Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-02Teach configure --with-python to report the Python version number.Tom Lane
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-20Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund
2018-03-20Add C++ support to configure.Andres Freund
2018-03-20Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.Andres Freund
2018-01-18Extend configure's __int128 test to check for a known gcc bug.Tom Lane
2017-12-17Try harder to detect unavailability of __builtin_mul_overflow(int64).Tom Lane
2017-12-16Try to detect runtime unavailability of __builtin_mul_overflow(int64).Andres Freund
2017-12-14Tighten configure's test for __builtin_constant_p().Tom Lane
2017-12-12Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.Andres Freund
2017-12-12Provide overflow safe integer math inline functions.Andres Freund
2017-12-08MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-11-23Support linking with MinGW-built Perl.Noah Misch
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-09-29Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-01Further improve consistency of configure's program searching.Tom Lane
2017-07-31Record full paths of programs sought by "configure".Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-06-15Make configure check for IPC::Run when --enable-tap-tests is specified.Tom Lane
2017-05-14Update config.guess and config.subPeter Eisentraut
2017-04-06Remove use of Jade and DSSSLPeter Eisentraut
2017-03-28Fix configure check for typeofPeter Eisentraut
2017-03-28Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-21Reject too-old Python versions a bit sooner.Tom Lane
2017-02-21Drop support for Python 2.3Peter Eisentraut
2016-10-07Fix python shlib probe for Cygwin.Tom Lane
2016-10-05Try to fix python shlib probe for MinGW.Tom Lane
2016-10-05In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane
2016-10-04Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane
2016-10-04Improve (I hope) our autolocation of the Python shared library.Tom Lane
2016-09-30Add missing include files to configure testsPeter Eisentraut