aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepjointree.c
Commit message (Expand)AuthorAge
* Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane2019-12-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove unnecessary "inline" marker introduced in commit 4be058fe9.Tom Lane2019-02-04
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane2018-10-14
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Make more use of castNode()Peter Eisentraut2017-02-21
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane2016-11-10
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane2016-03-14
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Fix oversight in flattening of subqueries with empty FROM.Tom Lane2015-07-26
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* 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
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05