summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.4.4.REL9_4_4Tom Lane2015-06-091-1/+1
* Stamp 9.4.3.REL9_4_3Tom Lane2015-06-011-1/+1
* Stamp 9.4.2.Tom Lane2015-05-181-1/+1
* Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane2015-04-051-0/+7
* src/port/dirmod.c needs to be built on Cygwin too.Tom Lane2015-03-151-1/+6
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-141-0/+1
* Stamp 9.4.1.REL9_4_1Tom Lane2015-02-021-1/+1
* Allow CFLAGS from configure's environment to override automatic CFLAGS.Tom Lane2015-01-141-2/+11
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-071-1/+1
* Stamp 9.4.0.REL9_4_0Tom Lane2014-12-151-1/+1
* Stamp 9.4rc1.REL9_4_RC1Tom Lane2014-11-171-1/+1
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-021-1/+16
* Stamp 9.4beta3.REL9_4_BETA3Tom Lane2014-10-061-1/+1
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-221-0/+29
* Stamp 9.4beta2.REL9_4_BETA2Tom Lane2014-07-211-1/+1
* Move check for SSL_get_current_compression to run on mingwMagnus Hagander2014-07-151-1/+1
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-151-0/+1
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-1/+1
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-271-12/+69
* Stamp 9.4beta1.REL9_4_BETA1Tom Lane2014-05-111-1/+1
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-0/+1
* Add TAP tests for client programsPeter Eisentraut2014-04-141-0/+5
* configure.in: Use dnl in place of # where appropriatePeter Eisentraut2014-02-221-4/+4
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-2/+10
* Remove support for native krb5 authenticationMagnus Hagander2014-01-191-52/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane2013-12-291-0/+5
* Upgrade to Autoconf 2.69Peter Eisentraut2013-12-181-1/+1
* configure: Allow adding a custom string to PG_VERSIONPeter Eisentraut2013-12-121-2/+6
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-301-6/+0
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-1/+1
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-1/+1
* Remove IRIX port.Robert Haas2013-10-181-2/+0
* Add use of asprintf()Peter Eisentraut2013-10-131-1/+1
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-091-1/+3
* 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