summaryrefslogtreecommitdiff
path: root/src/backend/jit/jit.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-15In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-03-22Debugging and profiling support for LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund