summaryrefslogtreecommitdiff
path: root/src/include/partitioning
AgeCommit message (Expand)Author
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-16Update copyright year in files added by 1bb5e78218.Amit Kapila
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-02-12Fix header inclusion issue.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
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