summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Ensure the right perl is used for TAP tests on msysAndrew Dunstan2022-02-201-0/+5
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+22
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-161-3/+6
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-021-20/+2
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-01-251-20/+13
* Revert "Temporarily add some information about python include paths to config...Tom Lane2022-01-251-21/+0
* Temporarily add some information about python include paths to configure.Andres Freund2022-01-231-0/+21
* Revert "Make configure prefer python3 to plain python."Tom Lane2022-01-201-5/+7
* Make configure prefer python3 to plain python.Tom Lane2022-01-191-7/+5
* Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut2022-01-181-14/+14
* Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut2022-01-181-14/+14
* 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
* Report found versions of required perl modulesAndrew Dunstan2021-11-121-2/+2
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-78/+0
* Adjust configure to insist on Perl version >= 5.8.3.Tom Lane2021-10-071-2/+2
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-433/+0
* Portability fixes for sigwait.Thomas Munro2021-07-151-4/+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