summaryrefslogtreecommitdiff
path: root/src/backend/jit
Commit message (Expand)AuthorAgeFilesLines
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-281-1/+1
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-221-0/+11
* Prepare for forthcoming LLVM 13 API change.Thomas Munro2021-06-251-0/+3
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-4/+4
* jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund2021-05-051-2/+2
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-082-0/+7
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-1/+1
* Update copyright for 2021Bruce Momjian2021-01-028-8/+8
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-092-35/+48
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-083-63/+67
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-071-3/+1
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-10/+1
* jit: Add support for LLVM 12.Andres Freund2020-11-091-85/+373
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-152-1/+40
* llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund2020-10-151-12/+32
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-272-7/+0
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-211-7/+7
* Register llvm_shutdown using on_proc_exit, not before_shmem_exit.Robert Haas2020-08-061-1/+1
* pgindent run prior to branching v13.Tom Lane2020-06-071-2/+2
* Spelling adjustmentsPeter Eisentraut2020-06-071-1/+1
* llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund2020-05-281-1/+0
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-23/+18
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-041-0/+39
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-4/+4
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-241-146/+83
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-064-148/+154
* jit: Remove redundancies in expression evaluation code generation.Andres Freund2020-02-061-153/+124
* jit: Reference functions by name in IOCOERCE steps.Andres Freund2020-02-061-6/+6
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-061-11/+12
* expression eval, jit: Minor code cleanups.Andres Freund2020-02-061-191/+186
* Update copyrights for 2020Bruce Momjian2020-01-018-8/+8
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-181-1/+0
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-123-18/+10
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-052-4/+13
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-301-3/+3
* Don't rely on llvm::make_unique.Thomas Munro2019-08-251-1/+1
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-291-0/+3
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-301-9/+9
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-301-17/+20
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-191-1/+1
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-013-12/+12
* Refactor planner's header files.Tom Lane2019-01-291-1/+0
* Change function call information to be variable length.Andres Freund2019-01-263-108/+43
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-223-3/+3
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-142-3/+3