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_types.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Require sizeof(bool) == 1.
Thomas Munro
2024-11-28
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Add soft error handling to some expression nodes
Amit Langote
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-24
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
jit: Reference function pointer types via llvmjit_types.c.
Andres Freund
2020-12-08
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
jit: Reference expression step functions via llvmjit_types.
Andres Freund
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
*
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
Correct some typos in the new JIT code.
Andres Freund
2018-03-26
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Adapt expression JIT to stdbool.h introduction.
Andres Freund
2018-03-22
*
Expand list of synchronized types and functions in LLVM JIT provider.
Andres Freund
2018-03-22
*
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22