aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_types.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Require sizeof(bool) == 1.Thomas Munro2024-11-28
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Revert "Add soft error handling to some expression nodes"Amit Langote2023-10-02
* Add soft error handling to some expression nodesAmit Langote2023-10-02
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-24
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Update copyright for 2023Bruce Momjian2023-01-02
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-08
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Change function call information to be variable length.Andres Freund2019-01-26
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Correct some typos in the new JIT code.Andres Freund2018-03-26
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Adapt expression JIT to stdbool.h introduction.Andres Freund2018-03-22
* Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund2018-03-22
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22