index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
/
llvm
Commit message (
Expand
)
Author
Age
*
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-17
*
jit: Use opaque pointers in all supported LLVM versions.
Peter Eisentraut
2024-10-01
*
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-10-01
*
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-20
*
Use CXXFLAGS instead of CFLAGS for linking C++ code
Peter Eisentraut
2024-08-04
*
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
*
Move resowner from common JitContext to LLVM specific
Heikki Linnakangas
2024-07-19
*
Run LLVM verify pass on IR in assert builds.
Thomas Munro
2024-07-15
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
meson: Add user-provided c_args to bitcode_cflags
Peter Eisentraut
2024-06-06
*
Remove dead code
Peter Eisentraut
2024-04-17
*
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-10
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
jit: Require at least LLVM 10.
Thomas Munro
2024-01-25
*
Track LLVM 18 changes.
Thomas Munro
2024-01-25
*
Add soft error handling to some expression nodes
Amit Langote
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Remove distprep
Peter Eisentraut
2023-11-06
*
jit: Changes for LLVM 17.
Thomas Munro
2023-10-19
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-09-27
*
llvmjit: Make llvm_types_module variable static
Daniel Gustafsson
2023-09-27
*
llvmjit: Remove unnecessary types
Daniel Gustafsson
2023-09-27
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Remove duplicated assignment of LLVMJitHandle->lljit
Michael Paquier
2023-07-13
*
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
2023-07-05
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Rename ExecAggTransReparent, and improve its documentation.
Tom Lane
2023-04-24
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-10
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Track LLVM 15 changes.
Thomas Munro
2022-10-19
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: llvm: Use llvm-config's --cxxflags when building llvmjit
Andres Freund
2022-10-03
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
[next]