Commit Graph

344 Commits (b74e94dc27fdbb13954f230b1d1298430afa6c0c)

Author SHA1 Message Date
Peter Eisentraut a8cfb0c1a9 Update config.guess and config.sub 3 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 3 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 3 years ago
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 3 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 3 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 3 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 3 years ago
Tom Lane bd233bdd8d Replace use of deprecated Python module distutils.sysconfig, take 2. 3 years ago
Tom Lane e221770661 Revert "Temporarily add some information about python include paths to configure." 3 years ago
Andres Freund f032f63e72 Temporarily add some information about python include paths to configure. 3 years ago
Tom Lane 512fc2dd79 Revert "Make configure prefer python3 to plain python." 3 years ago
Tom Lane f201da39ed Make configure prefer python3 to plain python. 3 years ago
Peter Eisentraut dda42ff8e6 Revert "Replace use of deprecated Python module distutils.sysconfig" 4 years ago
Peter Eisentraut e0e567a106 Replace use of deprecated Python module distutils.sysconfig 4 years ago
Tom Lane db3a660c63 Pacify perlcritic. 4 years ago
Tom Lane c4fe3199a6 Probe $PROVE not $PERL while checking for modules needed by TAP tests. 4 years ago
Andrew Dunstan 1593998ae8
Report found versions of required perl modules 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Tom Lane 92e6a98c36 Adjust configure to insist on Perl version >= 5.8.3. 4 years ago
Tom Lane 76fa3db336 Remove configure-time thread safety checking (thread_test.c). 4 years ago
Thomas Munro 5865e064ab Portability fixes for sigwait. 4 years ago
Peter Eisentraut 26ac261ee4 Update config.guess and config.sub 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Andres Freund 9543f0861b jit: configure: Explicitly reference 'native' component. 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Tom Lane 8a2121185b Remove the option to build thread_test.c outside configure. 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 5 years ago
Peter Eisentraut 7462c1d78c Update config.guess and config.sub 5 years ago
Tom Lane 748507c780 Sync up some inconsistent comments in config/c-compiler.m4. 5 years ago
Peter Eisentraut 8f3ec75de4 Enable Unix-domain sockets support on Windows 5 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 5 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Peter Eisentraut 37f21ed132 Remove support for Python older than 2.6 6 years ago
Peter Eisentraut 400d5ffcaf Simplify PGAC_STRUCT_TIMEZONE Autoconf macro 6 years ago
Peter Eisentraut 7e78c872dd Remove obsolete reference to Irix 6 years ago
Peter Eisentraut ddcaa59672 Update config.guess and config.sub 6 years ago
Peter Eisentraut 12bb35fc9b Fix vpath build 6 years ago
Andrew Dunstan 6ad94e4d73 Reorder configure tests for accept() in Windows 6 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 6 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 6 years ago
Alvaro Herrera fc6c72747a Fix compiler builtin usage in new pg_bitutils.c 6 years ago
Alvaro Herrera 109de05cbb Fix portability issues in pg_bitutils 6 years ago
Alvaro Herrera 711bab1e4d Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes 6 years ago
Peter Eisentraut 4446565d36 Use better comment marker in Autoconf input 6 years ago
Peter Eisentraut 29b3ac7546 configure: More use of AC_ARG_VAR 7 years ago
Peter Eisentraut 7291733ac9 configure: Update python search order 7 years ago
Tom Lane df303aff66 Update config/ax_pthread.m4 to latest upstream version. 7 years ago
Tom Lane 640a4ba052 Postpone LLVM-related uses of AC_CHECK_DECLS. 7 years ago
Tom Lane 16fbac39ff Fix configure's AC_CHECK_DECLS tests to work correctly with clang. 7 years ago