summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
AgeCommit message (Expand)Author
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
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-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-30Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund
2019-09-30Reduce code duplication for ExecJust*Var operations.Andres Freund