]> granicus.if.org Git - postgresql/history - src/backend/jit/llvm/llvmjit.c
Update copyright for 2019
[postgresql] / src / backend / jit / llvm / llvmjit.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Andres FreundInline hot path of slot_getsomeattrs().
2018-11-07 Andres FreundMove EEOP_*_SYSVAR evaluation out of line.
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-09-25 Andres FreundCollect JIT instrumentation from workers.
2018-07-23 Andres FreundLLVMJIT: Adapt to API changes in gdb and perf support.
2018-07-23 Andres FreundLLVMJIT: Fix LLVM build for LLVM > 7.
2018-06-27 Andres FreundRemove duplicated return statement from llvmjit code.
2018-03-28 Andres FreundAdd inlining support to LLVM JIT provider.
2018-03-28 Andres FreundQuick adaption of JIT tuple deforming to the fast defau...
2018-03-26 Andres FreundAdapt to LLVM 7+ Orc API changes.
2018-03-26 Andres FreundLLVMJIT: Free created module in LLVM < 5.
2018-03-26 Andres FreundCorrect some typos in the new JIT code.
2018-03-26 Andres FreundJIT tuple deforming in LLVM JIT provider.
2018-03-23 Andres FreundAdapt expression JIT to stdbool.h introduction.
2018-03-22 Andres FreundAdd expression compilation support to LLVM JIT provider.
2018-03-22 Andres FreundExpand list of synchronized types and functions in...
2018-03-22 Andres FreundDebugging and profiling support for LLVM JIT provider.
2018-03-22 Andres FreundSupport for optimizing and emitting code in LLVM JIT...
2018-03-22 Andres FreundBasic JIT provider and error handling infrastructure.