index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
inherit.c
Commit message (
Expand
)
Author
Age
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Generated columns
Peter Eisentraut
2019-03-30
*
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-26
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Change lock acquisition order in expand_inherited_rtentry.
Robert Haas
2019-02-26
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10