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
/
plan
/
createplan.c
Commit message (
Expand
)
Author
Age
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
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
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
Robert Haas
2018-05-16
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
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
*
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-02
*
Teach create_projection_plan to omit projection where possible.
Robert Haas
2018-03-29
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-28
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
*
Fix possible crash with Parallel Bitmap Heap Scan.
Robert Haas
2017-10-13
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
[next]