summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-02-011-20/+13
* Pacify perlcritic.Tom Lane2021-11-221-0/+3
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-222-77/+20
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-437/+0
* Update config.guess and config.subPeter Eisentraut2021-04-212-414/+507
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* jit: configure: Explicitly reference 'native' component.Andres Freund2020-12-071-0/+1
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-301-40/+0
* Remove the option to build thread_test.c outside configure.Tom Lane2020-10-211-0/+437
* Rename configure.in to configure.acPeter Eisentraut2020-07-241-1/+1
* Update config.guess and config.subPeter Eisentraut2020-04-302-60/+84
* Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane2020-04-221-18/+18
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-2/+3
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-211-15/+0
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-231-1/+19
* Improve psql's tab completion for filenames.Tom Lane2020-01-231-7/+45
* Remove support for Python older than 2.6Peter Eisentraut2020-01-081-2/+2
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-071-25/+6
* Remove obsolete reference to IrixPeter Eisentraut2019-08-181-2/+2
* Update config.guess and config.subPeter Eisentraut2019-04-272-621/+780
* Fix vpath buildPeter Eisentraut2019-03-271-1/+1
* Reorder configure tests for accept() in WindowsAndrew Dunstan2019-03-041-2/+2
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-54/+27
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-52/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-14/+8
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-131-58/+0
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+116
* Use better comment marker in Autoconf inputPeter Eisentraut2019-02-092-2/+2
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-184-0/+4
* configure: Update python search orderPeter Eisentraut2019-01-131-1/+8
* Update config/ax_pthread.m4 to latest upstream version.Tom Lane2018-11-191-100/+211
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-191-10/+21
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-191-0/+116
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-091-10/+25
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-261-9/+9
* Always use our own versions of *printf().Tom Lane2018-09-262-109/+2
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+12
* Detect LLVM 7 without specifying binaries explicitly.Andres Freund2018-09-131-2/+2
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-19/+0
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-1/+1
* Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane2018-08-171-3/+8
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-161-0/+27
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-121-7/+13
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-111-7/+7
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-221-1/+2
* Fix typosPeter Eisentraut2018-07-101-2/+2
* Fix typoPeter Eisentraut2018-07-051-1/+1
* Update config.guess and config.subPeter Eisentraut2018-06-112-1121/+1103
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-231-55/+0
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-041-0/+34