index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
/
llvm
Age
Commit message (
Expand
)
Author
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-28
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
Andres Freund
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-05
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-07
jit: Reference expression step functions via llvmjit_types.
Andres Freund
2020-02-07
jit: Remove redundancies in expression evaluation code generation.
Andres Freund
2020-02-07
jit: Reference functions by name in IOCOERCE steps.
Andres Freund
2020-02-07
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-07
expression eval, jit: Minor code cleanups.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-30
Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.
Andres Freund
2019-08-25
Don't rely on llvm::make_unique.
Thomas Munro
2019-07-28
Avoid macro clash with LLVM 9.
Thomas Munro
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-30
Improve comment spelling and style in llvmjit_deform.c.
Andres Freund
2019-04-30
Improve code inferring length of bitmap for JITed tuple deforming.
Andres Freund
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-22
llvm: Fix file-ending in IDENTIFICATION comments.
Andres Freund
2019-01-15
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-27
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-16
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-07
Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.
Andres Freund
2018-11-07
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-03
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.
Andres Freund
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-16
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-09-25
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-08-24
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-07-25
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-23
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-23
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-23
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-23
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
Andres Freund
[next]