summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+22
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-02-011-20/+13
* Pacify perlcritic.Tom Lane2021-11-221-0/+3
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-222-77/+20
* jit: configure: Explicitly reference 'native' component.Andres Freund2020-12-071-0/+1
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-301-40/+0
* Update config.guess and config.subPeter Eisentraut2019-04-272-621/+780
* Fix vpath buildPeter Eisentraut2019-03-271-1/+1
* Reorder configure tests for accept() in WindowsAndrew Dunstan2019-03-041-2/+2
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-54/+27
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-52/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-14/+8
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-131-58/+0
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+116
* Use better comment marker in Autoconf inputPeter Eisentraut2019-02-092-2/+2
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-184-0/+4
* configure: Update python search orderPeter Eisentraut2019-01-131-1/+8
* Update config/ax_pthread.m4 to latest upstream version.Tom Lane2018-11-191-100/+211
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-191-10/+21
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-0/+116
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-091-10/+25
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-261-9/+9
* Always use our own versions of *printf().Tom Lane2018-09-262-109/+2
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+12
* Detect LLVM 7 without specifying binaries explicitly.Andres Freund2018-09-131-2/+2
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-19/+0
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-1/+1
* Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane2018-08-171-3/+8
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-161-0/+27
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-121-7/+13
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-111-7/+7
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-221-1/+2
* Fix typosPeter Eisentraut2018-07-101-2/+2
* Fix typoPeter Eisentraut2018-07-051-1/+1
* Update config.guess and config.subPeter Eisentraut2018-06-112-1121/+1103
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-231-55/+0
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-041-0/+34
* Teach configure --with-python to report the Python version number.Tom Lane2018-04-021-8/+12
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-201-0/+108
* Add C++ support to configure.Andres Freund2018-03-201-0/+40
* Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.Andres Freund2018-03-201-24/+24
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-181-8/+40
* Try harder to detect unavailability of __builtin_mul_overflow(int64).Tom Lane2017-12-171-8/+9
* Try to detect runtime unavailability of __builtin_mul_overflow(int64).Andres Freund2017-12-161-4/+8
* Tighten configure's test for __builtin_constant_p().Tom Lane2017-12-141-1/+6
* Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.Andres Freund2017-12-121-2/+3
* Provide overflow safe integer math inline functions.Andres Freund2017-12-121-0/+22
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-081-13/+17
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-5/+12