Commit Graph

322 Commits (86dc90056dfdbd9d1b891718d2e5614e3e432f35)

Author SHA1 Message Date
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 6 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 6 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 7 years ago
Andrew Dunstan 6ad94e4d73 Reorder configure tests for accept() in Windows 7 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 7 years ago
Alvaro Herrera fc6c72747a Fix compiler builtin usage in new pg_bitutils.c 7 years ago
Alvaro Herrera 109de05cbb Fix portability issues in pg_bitutils 7 years ago
Alvaro Herrera 711bab1e4d Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes 7 years ago
Peter Eisentraut 4446565d36 Use better comment marker in Autoconf input 7 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
Tom Lane aed9fa0bd8 Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD. 7 years ago
Tom Lane 751f532b97 Try another way to detect the result type of strerror_r(). 7 years ago
Tom Lane 96bf88d527 Always use our own versions of *printf(). 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Andres Freund 240d40db88 Detect LLVM 7 without specifying binaries explicitly. 7 years ago
Andres Freund 8ecdefc261 Remove test for VA_ARGS, implied by C99. 7 years ago
Andres Freund cb92520563 LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. 7 years ago
Tom Lane 9bed827b18 Fix configure's snprintf test so it exposes HP-UX bug. 7 years ago
Tom Lane e1d19c902e Require a C99-compliant snprintf(), and remove related workarounds. 7 years ago
Tom Lane 46b5e7c4b5 Revert "Distinguish printf-like functions that support %m from those that don't." 7 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 7 years ago
Andres Freund e9a9843e13 LLVMJIT: Adapt to API changes in gdb and perf support. 7 years ago
Peter Eisentraut 1486f7f981 Fix typos 7 years ago
Peter Eisentraut f61988d160 Fix typo 7 years ago
Peter Eisentraut bfbb13264a Update config.guess and config.sub 7 years ago
Tom Lane b929614f5e Remove configure's check for nonstandard "long long" printf modifiers. 7 years ago
Heikki Linnakangas f044d71e33 Use ARMv8 CRC instructions where available. 8 years ago
Tom Lane beff4bb9c7 Teach configure --with-python to report the Python version number. 8 years ago
Bruce Momjian 20b4323bd1 C comments: "a" <--> "an" corrections 8 years ago
Andres Freund 5b2526c838 Add configure infrastructure (--with-llvm) to enable LLVM support. 8 years ago
Andres Freund 6869b4f258 Add C++ support to configure. 8 years ago
Andres Freund 3de04e4ed1 Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. 8 years ago