aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/jit.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-15
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-22
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21