aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/README
Commit message (Expand)AuthorAge
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Allow parallel DISTINCTDavid Rowley2021-08-22
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Adjust indentation in src/backend/optimizer/README.Etsuro Fujita2020-05-22
* Fix typos in READMEMagnus Hagander2020-05-18
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Remove extra word from src/backend/optimizer/READMEEtsuro Fujita2018-08-31
* Spell "partitionwise" consistently.Heikki Linnakangas2018-08-09
* Fix typo in READMEMagnus Hagander2018-06-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Fix grammar.Robert Haas2017-10-28
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Fix example plan in optimizer/README.Tom Lane2017-01-23
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Rethink the GetForeignUpperPaths API (again).Tom Lane2016-07-01
* Fix planner crash from pfree'ing a partial path that a GatherPath uses.Tom Lane2016-04-30
* Comment improvements for ForeignPath.Robert Haas2016-04-21
* Fix typos.Robert Haas2016-03-17
* Add a GetForeignUpperPaths callback function for FDWs.Tom Lane2016-03-14
* Spell "parallel" correctly.Tom Lane2016-03-07
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane2015-10-01
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix planning of star-schema-style queries.Tom Lane2015-02-28
* Fix some obsolete information in src/backend/optimizer/README.Tom Lane2013-11-05
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-05
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19