summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
AgeCommit message (Expand)Author
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-02Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-26Get rid of duplicate child RTE for a partitioned table.Tom Lane
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-02-26Change lock acquisition order in expand_inherited_rtentry.Robert Haas
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-16Reorganize planner code moved in b60c39759908Alvaro Herrera
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera