index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
allpaths.c
Age
Commit message (
Expand
)
Author
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-07-13
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-03
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2015-07-26
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-04-27
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-24
Fix obsolete comment in set_rel_size().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-06-27
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-12
Preserve exposed type of subquery outputs when substituting NULLs.
Tom Lane
2014-06-12
Remove unnecessary output expressions from unflattened subqueries.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-28
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-08-17
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-07-07
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-06-05
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-08
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-05-01
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-08
Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.
Tom Lane
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-08-29
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-26
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-12
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-11
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-03-09
Revise FDW planning API, again.
Tom Lane
2012-03-05
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-13
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
[next]