aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix typos.Amit Kapila2019-05-26
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-30
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-30
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix jit compilation bug on wide tables.Andres Freund2018-11-27
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-15
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-25
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26