summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/fast_default.out
AgeCommit message (Expand)Author
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-07Virtual generated columnsPeter Eisentraut
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2021-06-18Don't set a fast default for anything but a plain tableAndrew Dunstan
2019-02-06Fix heap_getattr() handling of fast defaults.Andres Freund
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan
2018-10-24Fix typo in regression test commentAndrew Dunstan
2018-10-24Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-04-13Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan
2018-03-28Make fast_default regression tests locale independentAndrew Dunstan
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan