summaryrefslogtreecommitdiff
path: root/configure.in
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-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter 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-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-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-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-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-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
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2012-02-23Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane
2012-02-07Support fls().Robert Haas
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2012-01-02Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Remove support for on_exit()Peter Eisentraut