index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
/
llvm
/
llvmjit_deform.c
Commit message (
Expand
)
Author
Age
*
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-21
*
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-20
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-09-27
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
jit: Reference expression step functions via llvmjit_types.
Andres Freund
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typos.
Amit Kapila
2019-05-26
*
Improve comment spelling and style in llvmjit_deform.c.
Andres Freund
2019-04-30
*
Improve code inferring length of bitmap for JITed tuple deforming.
Andres Freund
2019-04-30
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-27
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-15
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
*
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26