summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Add native compiler and memory barriers for solaris studio.Andres Freund2014-10-251-1/+1
* doc: Check DocBook XML validity during the buildPeter Eisentraut2014-10-211-0/+1
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-12/+22
* Run missing documentation tools through "missing"Peter Eisentraut2014-09-131-0/+1
* Always use our getaddrinfo.c on Windows.Noah Misch2014-08-281-4/+3
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-211-13/+8
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-111-1/+1
* Move PGAC_LDAP_SAFE to config/programs.m4.Noah Misch2014-07-251-28/+0
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-221-0/+29
* 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
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-151-1/+1
* Remove some useless code in the configure script.Tom Lane2014-07-011-9/+0
* Remove Alpha and Tru64 support.Andres Freund2014-06-281-1/+0
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-1/+1
* Stamp HEAD as 9.5devel.Tom Lane2014-06-101-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
* 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