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
/
util
/
relnode.c
Age
Commit message (
Expand
)
Author
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-28
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-15
Fix typos.
Robert Haas
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-18
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-07
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-07-28
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-17
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-05
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-08-26
Fix up planner infrastructure to support LATERAL properly.
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-01-27
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-09-03
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-28
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-10-21
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-04
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-08-14
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
[next]