summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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
2013-01-10Test linking libperl.so using only Perl's required libraries.Tom Lane
2013-01-10Add explicit configure-time checks for perl.h and libperl.so.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2013-01-06Fix plpython build on older versions of OS X.Tom Lane
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-18Ignore libedit/libreadline while probing for standard functions.Tom Lane
2012-11-23Remove -Wlogical-op from standard compiler flagsPeter Eisentraut
2012-11-16Add -Wlogical-op to standard compiler flags, if supportedPeter Eisentraut
2012-10-09restore permission bitsAlvaro Herrera
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
2012-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-08-30Also check for Python platform-specific include directoryPeter Eisentraut
2012-08-22Fix install-strip on Mac OS XPeter Eisentraut
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-06-28Further fix install program detectionPeter Eisentraut
2012-06-27Fix install program detectionPeter Eisentraut
2012-06-27Use system install program when available and usablePeter Eisentraut
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-05-31Stamp 9.2beta2.Tom Lane
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2012-05-14Remove leftovers of BeOS portPeter Eisentraut
2012-05-12Remove unused AC_SUBST variablesPeter Eisentraut
2012-05-10Stamp 9.2beta1.Tom Lane
2012-05-07Remove strdup, strtol, strtoul from libpgportPeter Eisentraut