summaryrefslogtreecommitdiff
path: root/src/include/jit/jit.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-171-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-10/+10
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-6/+21
* Make PGJIT_* macros safer.Heikki Linnakangas2018-04-231-5/+5
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-281-1/+5
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-261-0/+2
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-221-0/+13
* 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/+21
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-211-0/+46