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
/
plan
Age
Commit message (
Expand
)
Author
2015-09-10
Revert "Fix typo in setrefs.c"
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-01
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-04-25
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-04
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2014-12-11
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-12-10
Fix possible crash with nested SubLinks.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-09-07
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-05-02
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-02-09
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-01-12
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-25
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-14
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-25
Fix oversight in construction of sort/unique plans for UniquePaths.
Tom Lane
2010-05-23
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-10
When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized
Tom Lane
2010-04-19
Add an 'enable_material' GUC.
Robert Haas
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-19
Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-10
Improve planner's choices about when to use hashing vs sorting for DISTINCT.
Tom Lane
2010-01-18
Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an
Tom Lane
2010-01-15
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2010-01-01
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2009-12-29
Add the ability to store inheritance-tree statistics in pg_statistic,
Tom Lane
2009-12-15
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-11-28
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-16
While doing the final setrefs.c pass over a plan tree, try to match up
Tom Lane
2009-11-15
Improve planning of Materialize nodes inserted atop the inner input of a
Tom Lane
2009-10-28
When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-14
Support SQL-compliant triggers on columns, ie fire only if certain columns
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-08
Support use of function argument names to identify which actual arguments
Tom Lane
2009-09-17
Implement "join removal" for cases where the inner side of a left join
Tom Lane
[next]