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
*
Fix failure to set correct operator in window run condition
David Rowley
2022-08-05
*
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-07-30
*
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-27
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Fix typo in comment
David Rowley
2021-07-06
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
*
Fix confusion in comments about generate_gather_paths
Alvaro Herrera
2021-02-23
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Consider unsorted paths in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-07-03
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Fix typo.
Amit Kapila
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
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-30
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2019-02-09
*
Move building of child base quals out into a new function
Alvaro Herrera
2019-02-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
[next]