summaryrefslogtreecommitdiff
path: root/src/include/partitioning
Commit message (Expand)AuthorAgeFilesLines
* Improve pruning of a default partitionAlvaro Herrera2019-08-041-1/+0
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-223-29/+29
* Restructure creation of run-time pruning steps.Tom Lane2019-05-171-6/+0
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-051-0/+1
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+1
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-161-1/+1
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-072-0/+6
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-211-0/+39
* Fix header inclusion issue.Tom Lane2019-02-111-0/+2
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-4/+5
* Update copyright for 2019Bruce Momjian2019-01-023-3/+3
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-191-3/+2
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-141-41/+3
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-3/+0
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-011-2/+4
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-201-1/+2
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-131-6/+7
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-131-29/+37
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-101-8/+12
* Make gen_partprune_steps staticAlvaro Herrera2018-05-091-2/+0
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-241-0/+9
* Reorganize partitioning codeAlvaro Herrera2018-04-143-9/+59
* Minor comment updatesAlvaro Herrera2018-04-091-1/+1
* Support partition pruning at execution timeAlvaro Herrera2018-04-071-0/+14
* Faster partition pruningAlvaro Herrera2018-04-062-0/+173