aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
Commit message (Expand)AuthorAge
* Change lock acquisition order in expand_inherited_rtentry.Robert Haas2019-02-26
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-01-16
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10