summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2016-10-07Fix python shlib probe for Cygwin.Tom Lane
2016-10-06Try to fix python shlib probe for MinGW.Tom Lane
2016-10-05In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane
2016-10-04Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane
2016-10-04Improve (I hope) our autolocation of the Python shared library.Tom Lane
2016-09-30Add missing include files to configure testsPeter Eisentraut
2016-09-30Use return instead of exit() in configurePeter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-05-06Update config.guess and config.subPeter Eisentraut
2016-05-02Fix configure's incorrect version tests for flex and perl.Tom Lane
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-13Mop-up for setting minimum Tcl version to 8.4.Tom Lane
2015-12-11Install our "missing" script where PGXS builds can find it.Tom Lane
2015-11-18Accept flex > 2.5.x in configure.Tom Lane
2015-10-08Add BSWAP64 macro.Robert Haas
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-19Update config.guess and config.subPeter Eisentraut
2015-08-17Improve configure test for the sse4.2 crc instruction.Andres Freund
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-07-30Update ax_pthread.m4 to an experimental draft version from upstream.Heikki Linnakangas
2015-07-30Blacklist xlc 32-bit inlining.Noah Misch
2015-07-08Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas
2015-07-02Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas
2015-05-27Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane
2015-05-03fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-14Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-03-20Add, optional, support for 128bit integers.Andres Freund
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-18Fix configure check for %z printf support after INT64_MODIFIER changes.Andres Freund
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-07-25Move PGAC_LDAP_SAFE to config/programs.m4.Noah Misch
2014-07-01Remove some useless code in the configure script.Tom Lane
2014-06-04Silence Bison deprecation warningsPeter Eisentraut
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-10Accept tcl 8.6 in configure's probe for tclsh.Tom Lane
2014-05-10Update config.guess and config.subTom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix "quiet inline" configure test for newer clang compilers.Tom Lane
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-06-15Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-04-27Update config.guess and config.subPeter Eisentraut