summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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.Tom 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
2013-12-13configure: Allow adding a custom string to PG_VERSIONPeter Eisentraut
2013-11-30Remove use of obsolescent Autoconf macrosPeter Eisentraut
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-18Remove IRIX port.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-09-05Revert WAL posix_fallocate() patches.Jeff Davis
2013-07-25Fix configure probe for sys/ucred.h.Tom Lane
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-06-15Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-05-06Stamp 9.3beta1.Tom Lane
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-11Last-gasp attempt to save libperl.so configure probe.Tom Lane