summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm
AgeCommit message (Expand)Author
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-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
2022-05-12Pre-beta mechanical code beautification.Tom Lane
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-03-15Silence LLVM 14 API deprecation warnings.Thomas Munro
2022-02-14Track LLVM 15 changes.Thomas Munro
2022-02-04Track LLVM 14 API changes, up to 2022-01-30.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-11-01Avoid some other O(N^2) hazards in list manipulation.Tom Lane
2021-09-26Track LLVM 14 API changes.Thomas Munro
2021-09-14jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund
2021-07-28Clarify some comments making use of leetspeak term "up2date"Michael Paquier
2021-07-22jit: Don't inline functions that access thread-locals.Thomas Munro
2021-06-24Prepare for forthcoming LLVM 13 API change.Thomas Munro
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane