Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-11-16 | Ensure we preprocess expressions before checking their volatility. | Tom Lane | 12.18 |
| 2021-06-18 | Don't set a fast default for anything but a plain table | Andrew Dunstan | 12.8 |
| 2019-02-06 | Fix heap_getattr() handling of fast defaults. | Andres Freund | 12.0 |
| 2019-01-10 | Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE | Andrew Dunstan | 12.0 |
| 2018-10-24 | Fix typo in regression test comment | Andrew Dunstan | 12.0 |
| 2018-10-24 | Correctly set t_self for heap tuples in expand_tuple | Andrew Dunstan | 12.0 |
| 2018-09-24 | Fast default trigger and expand_tuple fixes | Andrew Dunstan | 12.0 |