summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2020-12-08jit: configure: Explicitly reference 'native' component.Andres Freund
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-10-21Remove the option to build thread_test.c outside configure.Tom Lane
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-04-30Update config.guess and config.subPeter Eisentraut
2020-04-22Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut
2019-08-18Remove obsolete reference to IrixPeter Eisentraut
2019-04-27Update config.guess and config.subPeter Eisentraut
2019-03-27Fix vpath buildPeter Eisentraut
2019-03-04Reorder configure tests for accept() in WindowsAndrew Dunstan
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Fix portability issues in pg_bitutilsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-09Use better comment marker in Autoconf inputPeter Eisentraut
2019-01-18configure: More use of AC_ARG_VARPeter Eisentraut
2019-01-13configure: Update python search orderPeter Eisentraut
2018-11-19Update config/ax_pthread.m4 to latest upstream version.Tom Lane
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-10-09Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane
2018-09-26Try another way to detect the result type of strerror_r().Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
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-23LLVMJIT: 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-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