Commit Graph

18 Commits (23ddadf6835e86a1a3205b2e433a35f7ad139ea6)

Author SHA1 Message Date
Tom Lane 97d6716723 Fix failure for generated column with a not-null domain constraint. 9 months ago
Tom Lane 9057ddbefe Ensure we preprocess expressions before checking their volatility. 2 years ago
Tom Lane 70ef509543 Fix some more cases of missed GENERATED-column updates. 3 years ago
Dean Rasheed 4785af9e63 Ensure that MERGE recomputes GENERATED expressions properly. 3 years ago
Tom Lane 3706cc97aa Fix calculation of which GENERATED columns need to be updated. 3 years ago
Tom Lane cb02fcb4c9 Fix bogus dependency handling for GENERATED expressions. 4 years ago
Tom Lane 4b10074453 Disallow whole-row variables in GENERATED expressions. 5 years ago
Tom Lane 2b0ee126bb Fix usage of "tableoid" in GENERATED expressions. 5 years ago
Peter Eisentraut a970edbed3 Fix ALTER TABLE / INHERIT with generated columns 5 years ago
Tom Lane 17958972fe Allow a multi-row INSERT to specify DEFAULTs for a generated column. 5 years ago
Peter Eisentraut bf797a8d97 Disallow ALTER TABLE ONLY / DROP EXPRESSION 5 years ago
Peter Eisentraut 086ffddf36 Fix several DDL issues of generated columns versus inheritance 6 years ago
David Rowley 3cb02e307e Fix possible crash with GENERATED ALWAYS columns 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 years ago
Tom Lane 4ac8aaa36f Fix handling of generated columns in ALTER TABLE. 6 years ago
Peter Eisentraut 66a4bad83a Convert ExecComputeStoredGenerated to use tuple slots 7 years ago
Peter Eisentraut 7241911782 Catch syntax error in generated column definition 7 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago