summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
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-21Add 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-13Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.Andres Freund
2017-12-13Provide overflow safe integer math inline functions.Andres Freund
2017-12-09MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-11-24Support 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-30Extend & 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-07Remove use of Jade and DSSSLPeter Eisentraut
2017-03-29Fix configure check for typeofPeter Eisentraut
2017-03-29Cast 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-06Try 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
2016-09-30Use return instead of exit() in configurePeter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-05-06Update config.guess and config.subPeter Eisentraut
2016-05-02Fix configure's incorrect version tests for flex and perl.Tom Lane
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-13Mop-up for setting minimum Tcl version to 8.4.Tom Lane
2015-12-11Install our "missing" script where PGXS builds can find it.Tom Lane
2015-11-18Accept flex > 2.5.x in configure.Tom Lane
2015-10-08Add BSWAP64 macro.Robert Haas
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-19Update config.guess and config.subPeter Eisentraut
2015-08-17Improve configure test for the sse4.2 crc instruction.Andres Freund