aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_expr.c
Commit message (Expand)AuthorAge
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* jit: Require at least LLVM 10.Thomas Munro2024-01-25
* 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
* llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson2023-09-27
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Fix typos in commentsMichael Paquier2023-05-02
* 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
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* 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
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-28
* jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund2021-05-05
* 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
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-07
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-04
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-24
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-06
* jit: Remove redundancies in expression evaluation code generation.Andres Freund2020-02-06
* jit: Reference functions by name in IOCOERCE steps.Andres Freund2020-02-06
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-06
* expression eval, jit: Minor code cleanups.Andres Freund2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-30
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01