summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Stamp 12.7.REL_12_7Tom Lane2021-05-101-1/+1
* Stamp 12.6.REL_12_6Tom Lane2021-02-081-1/+1
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-301-4/+3
* On macOS, use -isysroot in link steps as well as compile steps.Tom Lane2020-11-201-0/+2
* Stamp 12.5.REL_12_5Tom Lane2020-11-091-1/+1
* Stamp 12.4.REL_12_4Tom Lane2020-08-101-1/+1
* Stamp 12.3.REL_12_3Tom Lane2020-05-111-1/+1
* Use pkg-config, if available, to locate libxml2 during configure.Tom Lane2020-03-171-13/+31
* Stamp 12.2.REL_12_2Tom Lane2020-02-101-1/+1
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-061-1/+15
* Stamp 12.1.REL_12_1Tom Lane2019-11-111-1/+1
* Use CFLAGS_SL while probing linkability of libperl.Tom Lane2019-10-211-0/+5
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-3/+6
* Stamp 12.0.REL_12_0Tom Lane2019-09-301-1/+1
* Stamp 12rc1.REL_12_RC1Tom Lane2019-09-231-1/+1
* Stamp 12beta4.REL_12_BETA4Tom Lane2019-09-091-1/+1
* Stamp 12beta3.REL_12_BETA3Tom Lane2019-08-051-1/+1
* Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier2019-06-271-1/+1
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-171-1/+1
* Stamp 12beta1.REL_12_BETA1Tom Lane2019-05-201-1/+1
* Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.Noah Misch2019-02-161-1/+1
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-8/+27
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-161-0/+13
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-9/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-1/+5
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-131-5/+2
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+8
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-1/+8
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-131-0/+1
* Use better comment marker in Autoconf inputPeter Eisentraut2019-02-091-6/+6
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-211-0/+1
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-211-0/+1
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-2/+2
* Use our own getopt() on OpenBSD.Tom Lane2019-01-181-3/+3
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-181-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-29/+13
* Drop support for getting signal descriptions from sys_siglist[].Tom Lane2018-12-171-8/+0
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-0/+1
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-191-0/+4
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-3/+6
* Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane2018-11-171-4/+2
* Fix inadequate autoconfiscation of copyfile() usage.Tom Lane2018-11-071-0/+1
* pg_upgrade: Allow use of file cloningPeter Eisentraut2018-11-071-0/+1
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-071-0/+2
* Remove useless symbol from Makefile.global.Tom Lane2018-11-061-4/+1
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-021-0/+9
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-11/+7
* Back off using -isysroot on Darwin.Tom Lane2018-10-161-1/+6
* Convert some long lists in configure.in to one-line-per-entry style.Tom Lane2018-10-091-3/+69