summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/generated.sql
AgeCommit message (Expand)Author
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-02-16Fix check for child column generation status matching parent.Tom Lane
2023-01-30Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2021-05-21Disallow whole-row variables in GENERATED expressions.Tom Lane
2021-05-21Fix usage of "tableoid" in GENERATED expressions.Tom Lane
2021-05-04Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-11-03Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut
2020-05-08Fix several DDL issues of generated columns versus inheritancePeter Eisentraut
2020-04-18Fix possible crash with GENERATED ALWAYS columnsDavid Rowley
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-08Fix handling of generated columns in ALTER TABLE.Tom Lane
2019-05-22Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut
2019-04-01Catch syntax error in generated column definitionPeter Eisentraut
2019-03-30Generated columnsPeter Eisentraut