summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2019-05-20Stamp 12beta1.Tom Lane
2019-03-04Reorder configure tests for accept() in WindowsAndrew Dunstan
2019-02-16Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.Noah Misch
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-16Cygwin and Mingw floating-point fixes.Andrew Gierth
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-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth
2019-02-09Use better comment marker in Autoconf inputPeter Eisentraut
2019-01-21Second try at fixing ecpglib thread-safety problem.Tom Lane
2019-01-21Avoid thread-safety problem in ecpglib.Tom Lane
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-18Use our own getopt() on OpenBSD.Tom Lane
2019-01-18configure: More use of AC_ARG_VARPeter Eisentraut
2019-01-13configure: Update python search orderPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-17Drop support for getting signal descriptions from sys_siglist[].Tom Lane
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
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-11-18Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane
2018-11-07Fix inadequate autoconfiscation of copyfile() usage.Tom Lane
2018-11-07pg_upgrade: Allow use of file cloningPeter Eisentraut
2018-11-06Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro
2018-11-06Remove useless symbol from Makefile.global.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-09Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane
2018-10-03Make assorted performance improvements in snprintf.c.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-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-21Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund
2018-09-13Detect LLVM 7 without specifying binaries explicitly.Andres Freund
2018-09-06Refactor dlopen() supportPeter Eisentraut
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-24Require C99 (and thus MSCV 2013 upwards).Andres Freund
2018-08-17Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane
2018-08-16Remove unused configure test for ldopen()Peter Eisentraut
2018-08-16Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane
2018-08-16Try to enable C99 in configure, but do not rely on it (yet).Andres Freund