aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/createplan.c
Commit message (Expand)AuthorAge
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Improve find_em_expr_usable_for_sorting_rel commentTomas Vondra2020-12-22
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-12
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Use CP_SMALL_TLIST for hash aggregateTomas Vondra2020-05-31
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Request small targetlist for input to WindowAgg.Andrew Gierth2019-11-06
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Generated columnsPeter Eisentraut2019-03-30
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Simplify the planner's new representation of indexable clauses a little.Tom Lane2019-02-14
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Refactor planner's header files.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Support parameterized TidPaths.Tom Lane2018-12-30
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane2018-07-11
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.Robert Haas2018-05-16
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Revert MERGE patchSimon Riggs2018-04-12
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-02
* Teach create_projection_plan to omit projection where possible.Robert Haas2018-03-29