index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
allpaths.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-02-09
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2019-02-01
Move building of child base quals out into a new function
Alvaro Herrera
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-21
Postpone generating tlists and EC members for inheritance dummy children.
Etsuro Fujita
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-07
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-06-20
Don't consider parallel append for parallel unsafe paths.
Amit Kapila
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-03-29
Postpone generate_gather_paths for topmost scan/join rel.
Robert Haas
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-14
Fix typo in add_paths_to_append_rel()
Stephen Frost
2018-03-13
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-05
Fix possible crash in partition-wise join.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-10
Add missing "return" statement to accumulate_append_subpath.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-12
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Robert Haas
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-11-29
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-31
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-19
Fix typos
Magnus Hagander
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-09-20
Fix typo.
Robert Haas
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
Set partitioned_rels appropriately when UNION ALL is used.
Robert Haas
2017-08-15
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
2017-06-22
Update comment to account for table partitioning.
Robert Haas
[next]