summaryrefslogtreecommitdiff
path: root/src/backend/jit/llvm/llvmjit_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-0/+6
* Fix typos in commentsMichael Paquier2023-05-021-2/+2
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-241-1/+1
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+6
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-6/+0
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-18/+0
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-021-0/+48
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* SQL/JSON query functionsAndrew Dunstan2022-03-291-0/+6
* IS JSON predicateAndrew Dunstan2022-03-281-0/+6
* SQL/JSON constructorsAndrew Dunstan2022-03-271-0/+6
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-281-1/+1
* jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund2021-05-051-2/+2
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+6
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-31/+47
* jit: Reference function pointer types via llvmjit_types.c.Andres Freund2020-12-081-26/+7
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-071-3/+1
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-10/+1
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-6/+0
* pgindent run prior to branching v13.Tom Lane2020-06-071-2/+2
* Spelling adjustmentsPeter Eisentraut2020-06-071-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-23/+18
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-041-0/+39
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-241-146/+83
* jit: Reference expression step functions via llvmjit_types.Andres Freund2020-02-061-81/+74
* jit: Remove redundancies in expression evaluation code generation.Andres Freund2020-02-061-153/+124
* jit: Reference functions by name in IOCOERCE steps.Andres Freund2020-02-061-6/+6
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-061-11/+12
* expression eval, jit: Minor code cleanups.Andres Freund2020-02-061-191/+186
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-181-1/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-301-3/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-9/+9
* Refactor planner's header files.Tom Lane2019-01-291-1/+0
* Change function call information to be variable length.Andres Freund2019-01-261-107/+39
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-161-1/+1
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-151-0/+1
* 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-071-30/+8
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-031-0/+2
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-151-2/+2
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-251-1/+1