summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-31Remove long-dead support for platforms without sig_atomic_t.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-09Use AS_IF rather than plain shell "if" in pthread-check.Heikki Linnakangas
2015-07-08Move pthread-tests earlier in the autoconf script.Heikki Linnakangas
2015-07-08Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas
2015-07-02Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-07-02Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-30Test -lrt for sched_yieldAlvaro Herrera
2015-06-29Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02Fix shared libpython detection on OS XPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-14Try to fix the CRC-32C autoconf magic for icc compiler.Heikki Linnakangas
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-04-05Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane
2015-03-20Add, optional, support for 128bit integers.Andres Freund
2015-03-15src/port/dirmod.c needs to be built on Cygwin too.Tom Lane
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-01-14Allow CFLAGS from configure's environment to override automatic CFLAGS.Tom Lane
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-25Add native compiler and memory barriers for solaris studio.Andres Freund
2014-10-21doc: Check DocBook XML validity during the buildPeter Eisentraut
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-09-14Run missing documentation tools through "missing"Peter Eisentraut
2014-08-29Always use our getaddrinfo.c on Windows.Noah Misch
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-25Move PGAC_LDAP_SAFE to config/programs.m4.Noah Misch
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-15Move check for SSL_get_current_compression to run on mingwMagnus Hagander
2014-07-15Detect presence of SSL_get_current_compressionMagnus Hagander
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-01Remove some useless code in the configure script.Tom Lane
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-11Stamp HEAD as 9.5devel.Tom Lane
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-05-11Stamp 9.4beta1.REL9_4_BETA1Tom Lane
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-02-23configure.in: Use dnl in place of # where appropriatePeter Eisentraut
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane