aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Back-patch updated thread flags tests into 9.4 and 9.5.Tom Lane2018-11-19
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-19
* Stamp 9.5.15.REL9_5_15Tom Lane2018-11-05
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-02
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Back off using -isysroot on Darwin.Tom Lane2018-10-16
* Fix detection of the result type of strerror_r().Tom Lane2018-09-30
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.Andres Freund2018-09-20
* Stamp 9.5.14.REL9_5_14Tom Lane2018-08-06
* Use -Wno-format-truncation and -Wno-stringop-truncation, if available.Tom Lane2018-06-16
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Stamp 9.5.13.REL9_5_13Tom Lane2018-05-07
* Stamp 9.5.12.Tom Lane2018-02-26
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-05
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-18
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane2017-11-09
* Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane2017-11-08
* Stamp 9.5.10.REL9_5_10Tom Lane2017-11-06
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Stamp 9.5.9.REL9_5_9Tom Lane2017-08-28
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* Stamp 9.5.8.REL9_5_8Tom Lane2017-08-07
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-31
* Stamp 9.5.7.REL9_5_7Tom Lane2017-05-08
* Stamp 9.5.6.REL9_5_6Tom Lane2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Stamp 9.5.5.REL9_5_5Tom Lane2016-10-24
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-08
* Stamp 9.5.3.REL9_5_3Tom Lane2016-05-09
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-02
* Stamp 9.5.2.REL9_5_2Tom Lane2016-03-28
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Stamp 9.5.1.REL9_5_1Tom Lane2016-02-08
* Stamp 9.5.0.REL9_5_0Tom Lane2016-01-04
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Stamp 9.5rc1.REL9_5_RC1Tom Lane2015-12-15
* Accept flex > 2.5.x in configure.Tom Lane2015-11-18
* Stamp 9.5beta2.REL9_5_BETA2Robert Haas2015-11-09
* Stamp 9.5beta1.REL9_5_BETA1Tom Lane2015-10-05
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-17