summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/createplan.c
AgeCommit message (Expand)Author
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-09-28Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-07-17Use MinimalTuple for tuple queues.Thomas Munro
2020-07-12Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-05-31Use CP_SMALL_TLIST for hash aggregateTomas Vondra
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-06Implement Incremental SortTomas Vondra
2020-02-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-11-06Request small targetlist for input to WindowAgg.Andrew Gierth
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-09Repair issues with faulty generation of merge-append plans.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-25Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-07Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane
2019-02-14Simplify the planner's new representation of indexable clauses a little.Tom Lane
2019-02-09Refactor the representation of indexable clauses in IndexPaths.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-07-11Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-05-16Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.Robert Haas
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-03-29Teach create_projection_plan to omit projection where possible.Robert Haas