Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2022-03-23 configure: check for dlsym instead of dlopen. Andres Freund 11.16
2020-12-08 jit: configure: Explicitly reference 'native' component. Andres Freund 11.11
2018-09-21 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. Andres Freund 11.0
2018-09-13 Detect LLVM 7 without specifying binaries explicitly. Andres Freund 11.0
2018-08-24 LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available. Andres Freund 11.0
2018-07-23 LLVMJIT: Adapt to API changes in gdb and perf support. Andres Freund 11.0
2018-03-22 Fix typo in BITCODE_CXXFLAGS assignment. Andres Freund 11.0
2018-03-22 Empty CXXFLAGS inherited from autoconf. Andres Freund 11.0
2018-03-21 Add configure infrastructure (--with-llvm) to enable LLVM support. Andres Freund 11.0
2018-03-20 Add C++ support to configure. Andres Freund 11.0
2018-03-20 Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. Andres Freund 11.0
2017-12-16 Try to detect runtime unavailability of __builtin_mul_overflow(int64). Andres Freund 11.0
2017-12-13 Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling. Andres Freund 11.0
2017-12-13 Provide overflow safe integer math inline functions. Andres Freund 11.0
2017-10-13 Force "restrict" not to be used when compiling with xlc. Andres Freund 11.0
2017-10-12 Use C99 restrict via pg_restrict, rather than restrict directly. Andres Freund 11.0
2017-10-11 Add configure infrastructure to detect support for C99's restrict. Andres Freund 11.0
2017-10-10 Rewrite strnlen replacement implementation from 8a241792f96. Andres Freund 11.0
2017-10-09 Add pg_strnlen() a portable implementation of strlen. Andres Freund 11.0
2017-09-30 Extend & revamp pg_bswap.h infrastructure. Andres Freund 11.0
2017-09-20 Make WAL segment size configurable at initdb time. Andres Freund 11.0