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