summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
AgeCommit message (Expand)Author
2024-10-31Remove duplicate words in commentsDaniel Gustafsson
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-09-09SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
2024-07-31Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-03Update 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