aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
Commit message (Expand)AuthorAge
* Avoid failure to open dropped detached partitionAlvaro Herrera2024-08-19
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Update copyright for 2021Bruce Momjian2021-01-02
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-02
* 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