summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut
2019-09-15Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."Noah Misch
2019-09-14For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm.Noah Misch
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-18Remove obsolete reference to IrixPeter Eisentraut
2019-08-13Update to DocBook 4.5Peter Eisentraut
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
2019-07-01Stamp HEAD as 13devel.Tom Lane
2019-06-26Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier
2019-06-17Stamp 12beta2.REL_12_BETA2Tom Lane
2019-05-20Stamp 12beta1.REL_12_BETA1Tom 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