Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-04-15 | Fix failure for generated column with a not-null domain constraint. | Tom Lane | 16.9 |
| 2023-11-16 | Ensure we preprocess expressions before checking their volatility. | Tom Lane | 16.2 |
| 2023-03-06 | Fix some more cases of missed GENERATED-column updates. | Tom Lane | 16.0 |
| 2023-02-16 | Fix check for child column generation status matching parent. | Tom Lane | 16.0 |
| 2023-01-11 | Improve handling of inherited GENERATED expressions. | Tom Lane | 16.0 |
| 2023-01-05 | Fix calculation of which GENERATED columns need to be updated. | Tom Lane | 16.0 |