aboutsummaryrefslogtreecommitdiff
path: root/src/include/partitioning
Commit message (Expand)AuthorAge
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove equalPartitionDescs().Tom Lane2019-12-25
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-16
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Fix header inclusion issue.Tom Lane2019-02-11
* 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