index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
/
partprune.c
Commit message (
Expand
)
Author
Age
*
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-25
*
Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.
Tom Lane
2019-03-22
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix incorrect routine name reference in partprune.c
Michael Paquier
2018-11-08
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Fix typos.
Thomas Munro
2018-08-27
*
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
*
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
*
Consistently use the term 'partitioned rel' in partprune comments
Alvaro Herrera
2018-06-20
*
Code review for match_clause_to_partition_key().
Tom Lane
2018-06-13
*
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 commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Fix run-time partition pruning code to handle NULL values properly.
Tom Lane
2018-06-11
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Fix assorted partition pruning bugs
Alvaro Herrera
2018-05-09
*
Make gen_partprune_steps static
Alvaro Herrera
2018-05-09
*
Remove useless 'default' clause
Alvaro Herrera
2018-05-09
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Remove useless default clause in switch
Alvaro Herrera
2018-04-23
*
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-19
*
Add missed bms_copy() in perform_pruning_combine_step
Alvaro Herrera
2018-04-09
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Document partprune.c a little better
Alvaro Herrera
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06