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
/
partbounds.h
Commit message (
Expand
)
Author
Age
*
Ensure interleaved_parts field is always initialized
David Rowley
2021-10-01
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-23
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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 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
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Faster partition pruning
Alvaro Herrera
2018-04-06