]> granicus.if.org Git - postgresql/history - src/backend/jit/llvm/llvmjit.c
Correct some typos in the new JIT code.
[postgresql] / src / backend / jit / llvm / llvmjit.c
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.