aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
Commit message (Expand)AuthorAge
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Get rid of duplicate child RTE for a partitioned table.Tom Lane2019-03-26
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* 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