aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_deform.c
Commit message (Expand)AuthorAge
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Update copyright for 2025Bruce Momjian2025-01-01
* Optimize alignment calculations in tuple form/deformDavid Rowley2024-12-21
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Update copyright for 2024Bruce Momjian2024-01-03
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson2023-09-27
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Update copyright for 2022Bruce Momjian2022-01-07
* 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