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
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove equalPartitionDescs().
Tom Lane
2019-12-25
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Update copyright year in files added by 1bb5e78218.
Amit Kapila
2019-03-16
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Fix header inclusion issue.
Tom Lane
2019-02-11
*
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