summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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
2017-08-14Stamp HEAD as 11devel.Tom Lane
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-08-07Stamp 10beta3.REL_10_BETA3Tom Lane
2017-08-07Skip test for IPC::Run if user is overriding our search for PROVE.Tom Lane
2017-08-05Improve configure's check for ICU presence.Tom Lane
2017-08-01Further improve consistency of configure's program searching.Tom Lane
2017-07-31Record full paths of programs sought by "configure".Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-10Stamp 10beta2.REL_10_BETA2Tom Lane
2017-06-15Make configure check for IPC::Run when --enable-tap-tests is specified.Tom Lane
2017-05-15Stamp 10beta1.REL_10_BETA1Tom Lane
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-04-07Remove use of Jade and DSSSLPeter Eisentraut
2017-04-05Allow --with-wal-segsize=n up to n=1024MBSimon Riggs
2017-03-29Fix configure check for typeofPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-21Reject too-old Python versions a bit sooner.Tom Lane