index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
jit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-1
/
+1
*
Fix typos in various places
Michael Paquier
2019-06-03
1
-1
/
+1
*
Fix typos.
Amit Kapila
2019-05-26
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-5
/
+5
*
Improve comment spelling and style in llvmjit_deform.c.
Andres Freund
2019-04-30
1
-9
/
+9
*
Improve code inferring length of bitmap for JITed tuple deforming.
Andres Freund
2019-04-30
1
-17
/
+20
*
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-19
1
-1
/
+1
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
3
-12
/
+12
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+0
*
Change function call information to be variable length.
Andres Freund
2019-01-26
3
-108
/
+43
*
llvm: Fix file-ending in IDENTIFICATION comments.
Andres Freund
2019-01-22
3
-3
/
+3
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
2
-3
/
+3
*
Update copyright for 2019
Bruce Momjian
2019-01-02
8
-8
/
+8
*
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-27
1
-3
/
+9
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
3
-5
/
+46
*
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
3
-4
/
+4
*
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-15
2
-1
/
+7
*
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-15
1
-29
/
+15
*
Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.
Andres Freund
2018-11-07
1
-1
/
+1
*
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
3
-33
/
+11
*
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.
Andres Freund
2018-11-03
1
-0
/
+2
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
1
-2
/
+2
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
2
-5
/
+8
*
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
2
-3
/
+3
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
3
-8
/
+19
*
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
1
-1
/
+1
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
1
-0
/
+2
*
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-25
1
-8
/
+7
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
1
-6
/
+11
*
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-22
1
-0
/
+3
*
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-22
1
-0
/
+2
*
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
Andres Freund
2018-07-22
1
-0
/
+22
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
1
-1
/
+1
*
Remove duplicated return statement from llvmjit code.
Andres Freund
2018-06-26
1
-1
/
+0
*
Fix typo in JIT README.
Peter Geoghegan
2018-06-09
1
-4
/
+4
*
Further -Wimplicit-fallthrough cleanup.
Andres Freund
2018-05-01
1
-6
/
+5
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-2
/
+2
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
1
-1
/
+0
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
1
-1
/
+1
*
Improve JIT docs.
Andres Freund
2018-03-29
1
-39
/
+39
*
Fix mistakes in the just added JIT docs.
Andres Freund
2018-03-28
1
-4
/
+10
*
Add documentation for the JIT feature.
Andres Freund
2018-03-28
1
-0
/
+289
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
4
-2
/
+895
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
3
-55
/
+33
*
Adapt to LLVM 7+ Orc API changes.
Andres Freund
2018-03-26
1
-5
/
+15
*
LLVMJIT: Free created module in LLVM < 5.
Andres Freund
2018-03-26
1
-0
/
+1
*
Correct some typos in the new JIT code.
Andres Freund
2018-03-26
4
-12
/
+12
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
6
-2
/
+778
*
Adapt expression JIT to stdbool.h introduction.
Andres Freund
2018-03-22
3
-63
/
+110
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
4
-1
/
+2739
[next]