summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-11/+0
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-5/+6
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-308/+51
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-021-7/+45
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-061-18/+1
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-051-42/+51
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* JSON_TABLEAndrew Dunstan2022-04-041-0/+1
* SQL JSON functionsAndrew Dunstan2022-03-301-0/+45
* SQL/JSON query functionsAndrew Dunstan2022-03-291-51/+155
* IS JSON predicateAndrew Dunstan2022-03-281-0/+13
* SQL/JSON constructorsAndrew Dunstan2022-03-271-0/+63
* Common SQL/JSON clausesAndrew Dunstan2022-03-271-0/+22
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-221-22/+0
* Common SQL/JSON clausesAndrew Dunstan2022-03-221-0/+22
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-171-4/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-151-1/+1
* Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane2021-11-021-2/+2
* Fix assignment to array of domain over composite.Tom Lane2021-10-191-5/+14
* Rename NodeTag of ExprStatePeter Eisentraut2021-07-211-2/+2
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-071-4/+20
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-101-29/+83
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-131-12/+19
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-18/+81
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+134
* Revert b6002a796David Rowley2021-04-011-134/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+134
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-0/+200
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-281-2/+4
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Provide an error cursor for "can't subscript" error messages.Tom Lane2020-12-111-0/+8
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-65/+85
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-7/+3
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-17/+0
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-101-1/+1
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-101-0/+1
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-041-5/+34
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-241-57/+48
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-061-5/+0
* expression eval, jit: Minor code cleanups.Andres Freund2020-02-061-19/+21
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove redundant not-null testBruce Momjian2019-12-171-1/+1
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-301-15/+28
* Fix determination when slot types for upper executor nodes are fixed.Andres Freund2019-09-291-0/+2
* Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund2019-09-231-1/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Don't include utils/array.h from acl.h.Andres Freund2019-08-161-0/+1