summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
AgeCommit message (Expand)Author
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-02-13Fix pfree issue in presorted DISTINCT aggregate codeDavid Rowley
2023-02-13Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-14Rearrange some static assertions for consistencyPeter Eisentraut
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-20Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-07-18Add another SQL/JSON error codePeter Eisentraut
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-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-27Fix incorrect format placeholdersPeter Eisentraut
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-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
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-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-04-13Redesign the caching done by get_cached_rowtype().Tom Lane
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
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-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
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