summaryrefslogtreecommitdiff
path: root/src/backend/jit/jit.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-5/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-0/+11
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-151-1/+1
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-281-0/+1
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-261-0/+1
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-221-0/+37
* Basic planner and executor integration for JIT.Andres Freund2018-03-221-0/+2
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-221-0/+2
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-221-0/+1
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-211-0/+156