summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.1.REL9_5_1Tom Lane2016-02-081-9/+9
* Stamp 9.5.0.REL9_5_0Tom Lane2016-01-041-9/+9
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-1/+1
* Stamp 9.5rc1.REL9_5_RC1Tom Lane2015-12-151-9/+9
* Accept flex > 2.5.x in configure.Tom Lane2015-11-181-1/+1
* Stamp 9.5beta2.REL9_5_BETA2Robert Haas2015-11-091-9/+9
* Stamp 9.5beta1.REL9_5_BETA1Tom Lane2015-10-051-9/+9
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-171-6/+4
* Stamp 9.5alpha2.REL9_5_ALPHA2Tom Lane2015-08-031-9/+9
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-171-0/+35
* Revert changes to pthread configure tests on REL9_5_STABLE.Heikki Linnakangas2015-07-091-905/+715
* Move pthread-tests earlier in the autoconf script.Heikki Linnakangas2015-07-091-901/+903
* Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas2015-07-081-61/+249
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-051-0/+2
* Test -lrt for sched_yieldAlvaro Herrera2015-06-301-0/+57
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-291-9/+9
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-17/+0
* fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan2015-05-031-1/+1
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-0/+3
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-4/+7
* Fix shared libpython detection on OS XPeter Eisentraut2015-05-011-15/+20
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-4/+37
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-141-6/+6
* Try to fix the CRC-32C autoconf magic for icc compiler.Heikki Linnakangas2015-04-141-6/+32
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-0/+212
* Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane2015-04-051-0/+41
* Add, optional, support for 128bit integers.Andres Freund2015-03-201-0/+52
* src/port/dirmod.c needs to be built on Cygwin too.Tom Lane2015-03-151-1/+11
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-141-0/+6
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-0/+30
* Allow CFLAGS from configure's environment to override automatic CFLAGS.Tom Lane2015-01-141-2/+11
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-37/+0
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-071-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-2/+2
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-231-0/+36
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-021-1/+40
* 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/+43
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-35/+239
* Fix configure check for %z printf support after INT64_MODIFIER changes.Andres Freund2014-09-181-1/+2
* Run missing documentation tools through "missing"Peter Eisentraut2014-09-131-0/+43
* 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-26/+18
* 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-11/+0
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-221-0/+52
* Move check for SSL_get_current_compression to run on mingwMagnus Hagander2014-07-151-11/+11
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-151-0/+11
* 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-146/+6