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