summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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-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-09Convert some long lists in configure.in to one-line-per-entry style.Tom Lane
2018-10-03Make assorted performance improvements in snprintf.c.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-06Refactor dlopen() supportPeter Eisentraut
2018-08-24Remove test for VA_ARGS, implied by C99.Andres Freund
2018-08-24Require C99 (and thus MSCV 2013 upwards).Andres Freund
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
2018-08-13Remove obsolete linux dynloader codePeter Eisentraut
2018-07-24Use setproctitle_fast() to update the ps status, if available.Thomas Munro
2018-07-11Use signals for postmaster death on FreeBSD.Thomas Munro
2018-07-11Use signals for postmaster death on Linux.Thomas Munro
2018-06-30Stamp HEAD as 12develAndrew Dunstan
2018-06-25Stamp 11beta2.REL_11_BETA2Alvaro Herrera
2018-06-16Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane
2018-05-23Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane
2018-05-21Stamp 11beta1.REL_11_BETA1Tom Lane
2018-05-19Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane
2018-05-19Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane
2018-05-02Improve our method for probing the availability of ARM CRC instructions.Tom Lane
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-04Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas
2018-03-22Fix typo in BITCODE_CXXFLAGS assignment.Andres Freund
2018-03-22Empty CXXFLAGS inherited from autoconf.Andres Freund
2018-03-21Add configure tests for stdbool.h and sizeof boolPeter Eisentraut
2018-03-21Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund
2018-03-20Add C++ support to configure.Andres Freund
2018-03-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-20Make configure check for a couple more Perl modules for --enable-tap-tests.Tom Lane
2018-03-06Tests for Kerberos/GSSAPI authenticationPeter Eisentraut
2018-03-03Add PG_TEST_EXTRA to control optional test suitesPeter Eisentraut