aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
Commit message (Expand)AuthorAge
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-17
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* 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