index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
/
partprune.c
Age
Commit message (
Expand
)
Author
2023-04-14
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-04-05
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-02
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-04-08
Cleanup partition pruning step generation
David Rowley
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-11-02
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
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-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-13
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-09
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-07
Apply constraint exclusion more generally in partitioning
Alvaro Herrera
2019-08-04
Improve pruning of a default partition
Alvaro Herrera
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-12
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
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
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-25
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-22
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-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-08
Fix incorrect routine name reference in partprune.c
Michael Paquier
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-08-26
Fix typos.
Thomas Munro
2018-08-09
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
[next]