index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
allpaths.c
Commit message (
Expand
)
Author
Age
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Postpone generate_gather_paths for topmost scan/join rel.
Robert Haas
2018-03-29
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Fix typo in add_paths_to_append_rel()
Stephen Frost
2018-03-14
*
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-03-13
*
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-26
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Add missing "return" statement to accumulate_append_subpath.
Robert Haas
2018-01-10
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Robert Haas
2017-12-12
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-28
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-31
*
Fix typos
Magnus Hagander
2017-10-19
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Fix typo.
Robert Haas
2017-09-20
*
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-09-14
*
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
2017-08-15
*
Update comment to account for table partitioning.
Robert Haas
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
*
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Factor out logic for computing number of parallel workers.
Robert Haas
2017-01-18
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-11-29
*
Disallow pushing volatile quals past set-returning functions.
Tom Lane
2016-09-27
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
[next]