summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Reorder configure tests for accept() in WindowsAndrew Dunstan2019-03-041-2/+2
* Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.Noah Misch2019-02-161-1/+1
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-75/+272
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-161-0/+19
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-119/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-13/+53
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-131-114/+38
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+155
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-1/+9
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-131-0/+13
* Use better comment marker in Autoconf inputPeter Eisentraut2019-02-091-8/+1
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-211-0/+11
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-211-1/+1
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-12/+12
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-3/+3
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-181-3/+13
* configure: Update python search orderPeter Eisentraut2019-01-131-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-2/+2
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-55/+10
* Drop support for getting signal descriptions from sys_siglist[].Tom Lane2018-12-171-18/+0
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-1/+1
* Update config/ax_pthread.m4 to latest upstream version.Tom Lane2018-11-191-106/+305
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-191-201/+205
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-4/+100
* Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane2018-11-171-44/+2
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-071-1/+1
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-071-1/+1
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-071-0/+26
* Remove useless symbol from Makefile.global.Tom Lane2018-11-061-4/+0
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-021-0/+10
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-11/+7
* Back off using -isysroot on Darwin.Tom Lane2018-10-161-1/+6
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-091-6/+35
* Make assorted performance improvements in snprintf.c.Tom Lane2018-10-031-1/+1
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-261-6/+4
* Always use our own versions of *printf().Tom Lane2018-09-261-254/+0
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-13/+0
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-2/+18
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-241-1/+1
* Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund2018-09-201-0/+33
* Detect LLVM 7 without specifying binaries explicitly.Andres Freund2018-09-131-2/+2
* Refactor dlopen() supportPeter Eisentraut2018-09-061-4/+39
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-32/+0
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+11
* Require C99 (and thus MSCV 2013 upwards).Andres Freund2018-08-231-0/+49
* Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane2018-08-171-3/+6
* Remove unused configure test for ldopen()Peter Eisentraut2018-08-161-61/+0
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-161-1/+45
* Try to enable C99 in configure, but do not rely on it (yet).Andres Freund2018-08-161-0/+177
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-131-1/+1