summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_attrdef.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix typos.Amit Kapila2022-09-191-1/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-6/+3
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-211-22/+8
* Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane2022-03-211-0/+428