summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_expr.c
AgeCommit message (Expand)Author
2025-03-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-01-30Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-15jit: Stop emitting some unnecessary instructionsHeikki Linnakangas
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-15Run LLVM verify pass on IR in assert builds.Thomas Munro
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-02Fix typos in commentsMichael Paquier
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-28Clarify some comments making use of leetspeak term "up2date"Michael Paquier
2021-05-06jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-09jit: Reference function pointer types via llvmjit_types.c.Andres Freund
2020-12-08jit: Correct parameter type for generated expression evaluation functions.Andres Freund
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane