index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
fast_default.out
Age
Commit message (
Expand
)
Author
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2021-06-18
Don't set a fast default for anything but a plain table
Andrew Dunstan
2019-02-06
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-01-10
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2018-10-24
Fix typo in regression test comment
Andrew Dunstan
2018-10-24
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-09-24
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-06-22
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-04-13
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-03-28
Make fast_default regression tests locale independent
Andrew Dunstan
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan