index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
/
jit.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Debugging and profiling support for LLVM JIT provider.
Andres Freund
2018-03-22
*
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21