index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
equivclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-4
/
+4
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
1
-5
/
+13
*
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-03-21
1
-15
/
+20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
1
-3
/
+7
*
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-26
1
-2
/
+8
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
1
-17
/
+63
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
1
-2
/
+2
*
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-30
1
-1
/
+9
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-11
/
+11
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
1
-69
/
+149
*
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-04-13
1
-77
/
+19
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
1
-3
/
+41
*
Allow child-relation entries to be made in ec_has_const EquivalenceClasses.
Tom Lane
2012-03-02
1
-6
/
+3
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
1
-1
/
+2
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
1
-53
/
+96
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
1
-1
/
+1
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
1
-0
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-7
/
+7
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-13
/
+134
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
1
-4
/
+3
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
1
-1
/
+3
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
1
-7
/
+38
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
1
-5
/
+9
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-10
/
+9
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Fix equivclass.c's not-quite-right strategy for handling X=X clauses.
Tom Lane
2009-09-29
1
-8
/
+18
*
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
Tom Lane
2009-09-12
1
-4
/
+12
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-20
/
+20
*
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-04-19
1
-2
/
+3
*
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-02-06
1
-4
/
+7
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
1
-4
/
+6
*
Fix an oversight in the code that makes transitive-equality deductions from
Tom Lane
2008-12-01
1
-4
/
+4
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
1
-2
/
+2
*
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-25
1
-1
/
+2
*
Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items
Tom Lane
2008-08-02
1
-2
/
+2
*
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Tom Lane
2008-03-31
1
-1
/
+39
*
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
1
-50
/
+171
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Avoid uselessly building a duplicate of the original clause in trivial cases
Tom Lane
2007-11-23
1
-5
/
+32
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
1
-26
/
+26
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-151
/
+152
*
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
2007-11-08
1
-3
/
+11
*
Fix a couple of planner bugs introduced by the new ability to discard
Tom Lane
2007-07-07
1
-7
/
+9
*
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-22
1
-40
/
+155
[next]