summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
AgeCommit message (Expand)Author
2025-03-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-30Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-10Speedup Hash Joins with dedicated functions for ExprState hashingDavid Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
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-08-01Evaluate 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-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