summaryrefslogtreecommitdiff
path: root/src/backend/jit
AgeCommit message (Expand)Author
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-04Use CXXFLAGS instead of CFLAGS for linking C++ codePeter Eisentraut
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
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-06-06meson: Add user-provided c_args to bitcode_cflagsPeter Eisentraut
2024-04-17Remove dead codePeter Eisentraut
2024-04-10Fix illegal attribute propagation in LLVM JIT.Thomas Munro
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-25Track LLVM 18 changes.Thomas Munro
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-10-18jit: Changes for LLVM 17.Thomas Munro
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
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-27llvmjit: Make llvm_types_module variable staticDaniel Gustafsson
2023-09-27llvmjit: Remove unnecessary typesDaniel Gustafsson
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-07-13Remove duplicated assignment of LLVMJitHandle->lljitMichael Paquier
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
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-03-10Fix incorrect format placeholdersPeter Eisentraut
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-03meson: llvm: Use llvm-config's --cxxflags when building llvmjitAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley