index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
partitioning
Commit message (
Expand
)
Author
Age
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Consistently use the term 'partitioned rel' in partprune comments
Alvaro Herrera
2018-06-20
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Make gen_partprune_steps static
Alvaro Herrera
2018-05-09
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Minor comment updates
Alvaro Herrera
2018-04-09
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06