summaryrefslogtreecommitdiff
path: root/src/backend/jit
Commit message (Expand)AuthorAgeFilesLines
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Improve comment spelling and style in llvmjit_deform.c.Andres Freund2019-04-301-9/+9
* Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund2019-04-301-17/+20
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-191-1/+1
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-013-12/+12
* Refactor planner's header files.Tom Lane2019-01-291-1/+0
* Change function call information to be variable length.Andres Freund2019-01-263-108/+43
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-223-3/+3
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-142-3/+3
* Update copyright for 2019Bruce Momjian2019-01-028-8/+8
* Fix jit compilation bug on wide tables.Andres Freund2018-11-271-3/+9
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-163-5/+46
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-163-4/+4
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-152-1/+7
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-151-29/+15
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-071-1/+1
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-073-33/+11
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-031-0/+2
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-2/+2
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-152-5/+8
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-252-3/+3
* Collect JIT instrumentation from workers.Andres Freund2018-09-253-8/+19
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-151-1/+1
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-241-0/+2
* LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund2018-07-251-8/+7
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-221-6/+11
* LLVMJIT: Fix LLVM build for LLVM > 7.Andres Freund2018-07-221-0/+3
* Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.Andres Freund2018-07-221-0/+2
* Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.Andres Freund2018-07-221-0/+22
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-111-1/+1
* Remove duplicated return statement from llvmjit code.Andres Freund2018-06-261-1/+0
* Fix typo in JIT README.Peter Geoghegan2018-06-091-4/+4
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-011-6/+5
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-1/+0
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Improve JIT docs.Andres Freund2018-03-291-39/+39
* Fix mistakes in the just added JIT docs.Andres Freund2018-03-281-4/+10
* Add documentation for the JIT feature.Andres Freund2018-03-281-0/+289
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-284-2/+895
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-273-55/+33
* Adapt to LLVM 7+ Orc API changes.Andres Freund2018-03-261-5/+15
* LLVMJIT: Free created module in LLVM < 5.Andres Freund2018-03-261-0/+1
* Correct some typos in the new JIT code.Andres Freund2018-03-264-12/+12
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-266-2/+778
* Adapt expression JIT to stdbool.h introduction.Andres Freund2018-03-223-63/+110
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-224-1/+2739