aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
Commit message (Expand)AuthorAge
* 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