summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Use return instead of exit() in configurePeter Eisentraut2020-09-082-2/+6
* configure: Update python search orderTom Lane2019-09-081-3/+10
* Back-patch updated thread flags tests into 9.4 and 9.5.Tom Lane2018-11-192-171/+374
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-0/+116
* Fix detection of the result type of strerror_r().Tom Lane2018-09-301-9/+9
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+12
* Fix typosPeter Eisentraut2018-07-101-2/+2
* Fix typoPeter Eisentraut2018-07-101-1/+1
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-181-8/+40
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-081-13/+17
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-5/+12
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-141-3/+6
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-141-2/+4
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-311-0/+25
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-022-2/+2
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-1/+31
* Install our "missing" script where PGXS builds can find it.Tom Lane2015-12-111-0/+2
* Accept flex > 2.5.x in configure.Tom Lane2015-11-181-1/+1
* Update config.guess and config.subPeter Eisentraut2015-08-192-25/+62
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-171-4/+3
* Blacklist xlc 32-bit inlining.Noah Misch2015-07-291-0/+9
* Revert changes to pthread configure tests on REL9_5_STABLE.Heikki Linnakangas2015-07-092-332/+171
* Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas2015-07-082-171/+332
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-14/+0
* fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan2015-05-031-1/+1
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-0/+3
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-1/+0
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-141-3/+7
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-0/+27
* Add, optional, support for 128bit integers.Andres Freund2015-03-201-0/+37
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-0/+17
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-24/+0
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-231-0/+21
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+98
* Fix configure check for %z printf support after INT64_MODIFIER changes.Andres Freund2014-09-181-1/+2
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-211-16/+16
* Move PGAC_LDAP_SAFE to config/programs.m4.Noah Misch2014-07-251-0/+28
* Remove some useless code in the configure script.Tom Lane2014-07-011-67/+10
* Silence Bison deprecation warningsPeter Eisentraut2014-06-031-0/+8
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-9/+2
* Accept tcl 8.6 in configure's probe for tclsh.Tom Lane2014-05-101-1/+1
* Update config.guess and config.subTom Lane2014-05-102-232/+114
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+5
* Fix "quiet inline" configure test for newer clang compilers.Tom Lane2014-05-012-2/+18
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-11/+47
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-101-0/+5
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-151-5/+10
* Compiler optimizations for page checksum code.Simon Riggs2013-04-301-0/+25
* Update config.guess and config.subPeter Eisentraut2013-04-262-63/+86
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-1/+58