summaryrefslogtreecommitdiff
path: root/src/include/jit/jit.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-18Add central declarations for dlsym()ed symbolsAndres Freund
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-04-23Make PGJIT_* macros safer.Heikki Linnakangas
2018-04-01Fix a boatload of typos in C comments.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