summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-041-1/+1
* Fix configure probe for sys/ucred.h.Tom Lane2013-07-251-3/+11
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-051-1/+1
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-151-1/+1
* Stamp HEAD as 9.4devel.Tom Lane2013-06-141-1/+1
* Stamp 9.3beta1.REL9_3_BETA1Tom Lane2013-05-061-1/+1
* Compiler optimizations for page checksum code.Simon Riggs2013-04-301-0/+10
* Allow sepgsql labels to depend on object name.Robert Haas2013-03-281-2/+2
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-0/+3
* Last-gasp attempt to save libperl.so configure probe.Tom Lane2013-01-101-1/+1
* Test linking libperl.so using only Perl's required libraries.Tom Lane2013-01-091-1/+1
* Add explicit configure-time checks for perl.h and libperl.so.Tom Lane2013-01-091-0/+24
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-181-15/+16
* Remove -Wlogical-op from standard compiler flagsPeter Eisentraut2012-11-231-1/+0
* Add -Wlogical-op to standard compiler flags, if supportedPeter Eisentraut2012-11-161-0/+1
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-2/+14
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-301-0/+2
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-311-1/+1
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-7/+0
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-171-17/+0
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-131-1/+1
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-051-1/+1
* Further fix install program detectionPeter Eisentraut2012-06-281-3/+3
* Fix install program detectionPeter Eisentraut2012-06-271-1/+3
* Use system install program when available and usablePeter Eisentraut2012-06-271-0/+8
* Stamp HEAD as 9.3devel.Tom Lane2012-06-131-1/+1
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-311-1/+1
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-141-5/+2
* Remove leftovers of BeOS portPeter Eisentraut2012-05-141-5/+2
* Remove unused AC_SUBST variablesPeter Eisentraut2012-05-121-6/+0
* Stamp 9.2beta1.REL9_2_BETA1Tom Lane2012-05-101-1/+1
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-071-1/+1
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-3/+2
* Remove dead portsPeter Eisentraut2012-05-011-9/+0
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-231-2/+2
* Support fls().Robert Haas2012-02-071-1/+1
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-071-0/+11
* Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane2012-01-021-1/+17
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove support for on_exit()Peter Eisentraut2011-12-271-5/+0
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-141-0/+2
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-1/+6
* Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian2011-11-171-1/+1
* Add missing format attributesPeter Eisentraut2011-09-101-0/+1
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-011-2/+2
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-011-0/+1
* Include $cc_string in the info reported by a configure run.Tom Lane2011-08-281-7/+7
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-7/+1
* Don't build replacement getpeereid function on mingw.Andrew Dunstan2011-07-251-3/+7