summaryrefslogtreecommitdiff
path: root/src/backend/jit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright for 2019Bruce Momjian2019-01-028-8/+8
* Fix jit compilation bug on wide tables.Andres Freund2018-11-271-3/+9
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-163-5/+46
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-163-4/+4
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-152-1/+7
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-151-29/+15
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-071-1/+1
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-073-33/+11
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-031-0/+2
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-2/+2
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-152-5/+8
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-252-3/+3
* Collect JIT instrumentation from workers.Andres Freund2018-09-253-8/+19
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-151-1/+1
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+2
* LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund2018-07-251-8/+7