index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
pathnode.h
Commit message (
Expand
)
Author
Age
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
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
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
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
*
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-02
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Split create_foreignscan_path() into three functions.
Tom Lane
2019-02-07
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-20
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
[next]