aboutsummaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_expr.c
Commit message (Expand)AuthorAge
* Add special case fast-paths for strict functionsDaniel Gustafsson2025-03-11
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane2025-01-30
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Rename RowCompareType to CompareTypePeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* jit: Stop emitting some unnecessary instructionsHeikki Linnakangas2024-11-15
* Don't store intermediate hash values in ExprState->resvalueDavid Rowley2024-10-17
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Run LLVM verify pass on IR in assert builds.Thomas Munro2024-07-15
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* 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