aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/allpaths.c
Commit message (Expand)AuthorAge
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-26
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway2015-07-24
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Fix obsolete comment in set_rel_size().Tom Lane2015-04-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Simplify API for initially hooking custom-path providers into the planner.Tom Lane2014-11-21
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Allow pushdown of WHERE quals into subqueries with window functions.Tom Lane2014-06-27
* Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane2014-06-27
* Preserve exposed type of subquery outputs when substituting NULLs.Tom Lane2014-06-12
* Remove unnecessary output expressions from unflattened subqueries.Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-28
* Update copyright for 2014Bruce Momjian2014-01-07
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-30
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane2013-07-07
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-05
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-08
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-01
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Update copyrights for 2013Bruce Momjian2013-01-01
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane2012-08-11
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Revise FDW planning API, again.Tom Lane2012-03-09
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Recognize self-contradictory restriction clauses for non-table relations.Tom Lane2011-09-24
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03