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
/
equivclass.c
Age
Commit message (
Expand
)
Author
2020-10-05
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2015-08-06
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-10-01
Fix some more problems with nested append relations.
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-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-03-21
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-26
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-10-26
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-08-30
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
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-04-13
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-03-16
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-02
Allow child-relation entries to be made in ec_has_const EquivalenceClasses.
Tom Lane
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
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-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-19
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-30
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-10-30
Provide hashing support for arrays.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
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-09-29
Fix equivclass.c's not-quite-right strategy for handling X=X clauses.
Tom Lane
2009-09-12
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-19
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-02-06
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-12-01
Fix an oversight in the code that makes transitive-equality deductions from
Tom Lane
[next]