summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_function_sql.out
AgeCommit message (Expand)Author
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-08-20Fix re-execution of a failed SQLFunctionCache entry.Tom Lane
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-08Rename create_function_N test scripts for clarity.Tom Lane