summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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-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-14Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas
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-18Fix configure check for %z printf support after INT64_MODIFIER changes.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-06-04Silence Bison deprecation warningsPeter Eisentraut
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.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-10Accept tcl 8.6 in configure's probe for tclsh.Tom Lane
2014-05-06Run autoconf in wake of commit a692ee5870f0f442565b4c4bff367094599e9bdf.Tom Lane
2014-05-01Fix "quiet inline" configure test for newer clang compilers.Tom Lane
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
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-29Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane
2013-12-19Upgrade to Autoconf 2.69Peter Eisentraut