summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExpr.c
AgeCommit message (Expand)Author
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-07-06Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-11-02Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane
2021-10-19Fix assignment to array of domain over composite.Tom Lane
2021-07-21Rename NodeTag of ExprStatePeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-13Redesign the caching done by get_cached_rowtype().Tom Lane
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-01-28Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-05Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis
2020-02-24expression eval: Reduce number of steps for agg transition invocations.Andres Freund
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-07expression eval, jit: Minor code cleanups.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Remove redundant not-null testBruce Momjian