summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2018-07-24Use setproctitle_fast() to update the ps status, if available.Thomas Munro
2018-07-23LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund
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-02Teach configure --with-python to report the Python version number.Tom Lane
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-20Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.Andres Freund
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
2018-01-18Extend configure's __int128 test to check for a known gcc bug.Tom Lane
2018-01-05Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-17Try harder to detect unavailability of __builtin_mul_overflow(int64).Tom Lane
2017-12-16Try to detect runtime unavailability of __builtin_mul_overflow(int64).Andres Freund
2017-12-14Tighten configure's test for __builtin_constant_p().Tom Lane
2017-12-13Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.Andres Freund
2017-12-13Provide overflow safe integer math inline functions.Andres Freund
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-11-09Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane
2017-11-08Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane
2017-11-07Fix version numbering foulups exposed by 10.1.Tom Lane
2017-10-13Force "restrict" not to be used when compiling with xlc.Andres Freund
2017-10-12Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund
2017-10-11Add configure infrastructure to detect support for C99's restrict.Andres Freund
2017-10-10Regenerate configure script.Tom Lane
2017-10-10Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund
2017-10-09Add pg_strnlen() a portable implementation of strlen.Andres Freund
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane