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
*
Clarify some comments making use of leetspeak term "up2date"
Michael Paquier
2021-07-28
1
-1
/
+1
*
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-22
1
-0
/
+11
*
Prepare for forthcoming LLVM 13 API change.
Thomas Munro
2021-06-25
1
-0
/
+3
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-4
/
+4
*
jit: Fix warning reported by gcc-11 caused by dubious function signature.
Andres Freund
2021-05-05
1
-2
/
+2
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
2
-0
/
+7
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
8
-8
/
+8
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
2
-35
/
+48
*
jit: Reference function pointer types via llvmjit_types.c.
Andres Freund
2020-12-08
3
-63
/
+67
*
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-07
1
-3
/
+1
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
1
-10
/
+1
*
jit: Add support for LLVM 12.
Andres Freund
2020-11-09
1
-85
/
+373
*
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
2
-1
/
+40
*
llvmjit: Also copy parameter / return value attributes from template functions.
Andres Freund
2020-10-15
1
-12
/
+32
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
2
-7
/
+0
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
1
-7
/
+7
*
Register llvm_shutdown using on_proc_exit, not before_shmem_exit.
Robert Haas
2020-08-06
1
-1
/
+1
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
1
-2
/
+2
*
Spelling adjustments
Peter Eisentraut
2020-06-07
1
-1
/
+1
*
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
Andres Freund
2020-05-28
1
-1
/
+0
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-23
/
+18
*
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
1
-0
/
+39
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-4
/
+4
*
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
1
-146
/
+83
*
jit: Reference expression step functions via llvmjit_types.
Andres Freund
2020-02-06
4
-148
/
+154
*
jit: Remove redundancies in expression evaluation code generation.
Andres Freund
2020-02-06
1
-153
/
+124
*
jit: Reference functions by name in IOCOERCE steps.
Andres Freund
2020-02-06
1
-6
/
+6
*
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
1
-11
/
+12
*
expression eval, jit: Minor code cleanups.
Andres Freund
2020-02-06
1
-191
/
+186
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
8
-8
/
+8
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
1
-1
/
+0
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
1
-2
/
+0
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
3
-18
/
+10
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
2
-4
/
+13
*
Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.
Andres Freund
2019-09-30
1
-3
/
+3
*
Don't rely on llvm::make_unique.
Thomas Munro
2019-08-25
1
-1
/
+1
*
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-29
1
-0
/
+3
*
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
[next]