index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Age
Commit message (
Expand
)
Author
2023-04-14
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2020-11-16
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-09-20
Fix whitespace
Peter Eisentraut
2020-08-07
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-07-28
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-02-20
Remove extra word from comment.
Etsuro Fujita
2019-12-12
Remove extra parenthesis from comment.
Etsuro Fujita
2019-08-09
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-04
Improve pruning of a default partition
Alvaro Herrera
2019-07-12
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-16
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
2018-09-05
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-08-26
Fix typos.
Thomas Munro
2018-08-09
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-30
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-06-20
Consistently use the term 'partitioned rel' in partprune comments
Alvaro Herrera
2018-06-13
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-11
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-10
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-05-09
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-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-24
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-23
Remove useless default clause in switch
Alvaro Herrera
2018-04-19
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-09
Add missed bms_copy() in perform_pruning_combine_step
Alvaro Herrera
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Document partprune.c a little better
Alvaro Herrera
2018-04-06
Faster partition pruning
Alvaro Herrera