summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2022-09-211-10/+192
* Disable -Wdeprecated-non-prototype in the back branches.Tom Lane2022-09-201-0/+66
* Clean up compilation warnings coming from PL/Perl with clang-12~Tom Lane2021-12-121-0/+67
* Use return instead of exit() in configureTom Lane2021-12-121-3/+9
* Stamp 9.3.25.REL9_3_25Tom 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-12/+8
* Back off using -isysroot on Darwin.Tom Lane2018-10-161-2/+7
* Fix detection of the result type of strerror_r().Tom Lane2018-09-301-7/+5
* 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/+60
* Stamp 9.3.24.REL9_3_24Tom Lane2018-08-061-9/+9
* Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane2018-06-161-0/+130
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-191-2/+4
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-181-0/+137
* Stamp 9.3.23.REL9_3_23Tom Lane2018-05-071-9/+9
* Stamp 9.3.22.Tom Lane2018-02-261-9/+9
* Stamp 9.3.21.REL9_3_21Tom Lane2018-02-051-9/+9
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-5/+12
* Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane2017-11-091-91/+0
* Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane2017-11-081-0/+91
* Stamp 9.3.20.REL9_3_20Tom Lane2017-11-061-9/+9
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-011-54/+0
* Stamp 9.3.19.REL9_3_19Tom Lane2017-08-281-9/+9
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-141-1/+1
* Stamp 9.3.18.REL9_3_18Tom Lane2017-08-071-9/+9
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-311-0/+13
* Stamp 9.3.17.REL9_3_17Tom Lane2017-05-081-9/+9
* Support OpenSSL 1.1.0 in 9.3 and 9.2.Tom Lane2017-04-171-22/+235
* Stamp 9.3.16.REL9_3_16Tom Lane2017-02-061-9/+9
* Fix typos in comments.Heikki Linnakangas2017-02-061-2/+2
* Silence Bison deprecation warningsJoe Conway2017-01-021-0/+8
* Stamp 9.3.15.REL9_3_15Tom Lane2016-10-241-9/+9
* Stamp 9.3.14.REL9_3_14Tom Lane2016-08-081-9/+9
* Stamp 9.3.13.REL9_3_13Tom Lane2016-05-091-9/+9
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-021-2/+2
* Stamp 9.3.12.REL9_3_12Tom Lane2016-03-281-9/+9
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-0/+105
* Stamp 9.3.11.REL9_3_11Tom Lane2016-02-081-9/+9
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-1/+2
* Accept flex > 2.5.x in configure.Tom Lane2015-11-181-1/+1
* Stamp 9.3.10.REL9_3_10Tom Lane2015-10-051-9/+9
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-171-0/+60
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-051-0/+2
* Test -lrt for sched_yieldAlvaro Herrera2015-06-301-0/+88
* Stamp 9.3.9.REL9_3_9Tom Lane2015-06-091-9/+9
* Stamp 9.3.8.REL9_3_8Tom Lane2015-06-011-9/+9
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-19/+0
* Stamp 9.3.7.Tom Lane2015-05-181-9/+9
* Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane2015-04-051-0/+66