summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/inherit.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-19Avoid failure to open dropped detached partitionAlvaro Herrera
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Avoid compiler warning in non-assert buildsAmit Langote
2023-10-26Prevent duplicate RTEPermissionInfo for plain-inheritance parentsAmit Langote
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Fix bug in translate_col_privs_multilevelDavid Rowley
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-08-17Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-06-02Fix planner's row-mark code for inheritance from a foreign table.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-03Fix 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