aboutsummaryrefslogtreecommitdiff
path: root/src/include/partitioning
Commit message (Expand)AuthorAge
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-20
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Make gen_partprune_steps staticAlvaro Herrera2018-05-09
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-24
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Minor comment updatesAlvaro Herrera2018-04-09
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06