summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Stamp 10.14.REL_10_14Tom Lane2020-08-101-9/+9
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-151-19/+1
* Stamp 10.13.REL_10_13Tom Lane2020-05-111-9/+9
* Use pkg-config, if available, to locate libxml2 during configure.Tom Lane2020-03-171-137/+233
* Stamp 10.12.REL_10_12Tom Lane2020-02-101-9/+9
* Stamp 10.11.REL_10_11Tom Lane2019-11-111-9/+9
* Use CFLAGS_SL while probing linkability of libperl.Tom Lane2019-10-211-0/+5
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-1/+4
* Stamp 10.10.REL_10_10Tom Lane2019-08-051-9/+9
* Stamp 10.9.REL_10_9Tom Lane2019-06-171-9/+9
* Stamp 10.8.REL_10_8Tom Lane2019-05-061-9/+9
* Stamp 10.7.REL_10_7Tom Lane2019-02-111-9/+9
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-211-1/+12
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-3/+3
* configure: Update python search orderPeter Eisentraut2019-01-131-1/+1
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-3/+97
* Stamp 10.6.REL_10_6Tom Lane2018-11-051-9/+9
* 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
* Fix detection of the result type of strerror_r().Tom Lane2018-09-301-6/+4
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-2/+18
* Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund2018-09-201-0/+33
* Stamp 10.5.REL_10_5Tom Lane2018-08-061-9/+9
* Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane2018-06-161-0/+80
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-191-2/+2
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-181-0/+22
* Stamp 10.4.REL_10_4Tom Lane2018-05-071-9/+9
* Stamp 10.3.REL_10_3Tom Lane2018-02-261-9/+9
* Stamp 10.2.REL_10_2Tom Lane2018-02-051-9/+9
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-181-7/+65
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-5/+12
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-141-2/+40
* Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane2017-11-091-58/+0
* Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane2017-11-081-0/+58
* Fix version numbering foulups exposed by 10.1.REL_10_1Tom Lane2017-11-061-1/+1
* Stamp 10.1.Tom Lane2017-11-061-9/+9
* Stamp 10.0.REL_10_0Tom Lane2017-10-021-9/+9
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-251-1/+1
* Stamp 10rc1.REL_10_RC1Tom Lane2017-09-181-9/+9
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-011-18/+0
* Stamp 10beta4.REL_10_BETA4Tom Lane2017-08-281-9/+9
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-141-1/+1
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-101-38/+0
* Stamp 10beta3.REL_10_BETA3Tom Lane2017-08-071-9/+9
* Skip test for IPC::Run if user is overriding our search for PROVE.Tom Lane2017-08-071-60/+63
* Improve configure's check for ICU presence.Tom Lane2017-08-051-6/+17
* Further improve consistency of configure's program searching.Tom Lane2017-08-011-22/+225
* Record full paths of programs sought by "configure".Tom Lane2017-07-311-120/+165
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-0/+13