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
Commit message (
Expand
)
Author
Age
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
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
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
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
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
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
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
*
Silence LLVM 14 API deprecation warnings.
Thomas Munro
2022-03-16
*
Track LLVM 15 changes.
Thomas Munro
2022-02-14
*
Track LLVM 14 API changes, up to 2022-01-30.
Thomas Munro
2022-02-04
[next]